Agent Skills·Compare ·Cursor vs Cline
Comparison

Cursor vs Cline — for agent skills

Both are VS Code-based AI coding agents that work with the open SKILL.md standard, but they load skills differently. Cursor has a native .cursor/skills/ loader; Cline reads markdown rules from .clinerules/. Here's how installing a skill differs.

Side by side

CursorCline
TypeAI editor (VS Code fork)Open-source VS Code agent
Skill mechanism.cursor/skills/ (native loader).clinerules/ (markdown rules)
Reads SKILL.md frontmatterYesNo — body used as a rule
Install a skillDrop into .cursor/skills/<slug>/Adapt into .clinerules/<slug>.md
Runs bundled scriptsYes (agent mode)Yes (command execution)

The verdict

A portable SKILL.md works on both — Cursor loads it natively, Cline takes the markdown body as a rule. See skills for Cursor and skills for Cline, then browse the catalog (every skill follows the open standard, so it travels between them).

Browse skills for any agent →