Agent Skills · Cline · SKILL.md catalog · 84,000+ entries
For the open-source autonomous coding agent

Skills for Cline

84,000+ SKILL.md files you can use with Cline — the open-source autonomous coding agent for VS Code. Drop a skill's guidance into Cline's .clinerules/ folder and it loads as standing project context. Free to browse. Pro unlocks the multi-signal Quality Score.

cp <skill>/SKILL.md .clinerules/<slug>.md
Browse the catalog → Cline home

What is Cline?

Cline is one of the most-installed open-source AI coding agents — a VS Code extension that plans, edits across multiple files, runs terminal commands, and connects to MCP servers. It reads project instructions from a .clinerules/ directory, which is where a SKILL.md's guidance lives once adapted.

How to install a skill on Cline

Compatibility notes

Cline consumes plain-markdown rules, not SKILL.md frontmatter — so the skill's body and instructions port directly, while the YAML header is simply ignored. A few patterns to watch:

Cline skills, answered

What is Cline?
Cline is an open-source autonomous coding agent for VS Code that plans, edits multiple files, runs commands, and uses MCP servers. See cline.bot.
Does Cline support SKILL.md natively?
Cline doesn't have a dedicated skills loader like Claude Code's ~/.claude/skills/. Instead it reads markdown rules from .clinerules/ — so you adapt a SKILL.md into that folder. The body ports directly; the frontmatter is ignored.
Where do Cline rules live?
Per-project: a .clinerules/ folder (or single .clinerules file) at the workspace root. Global rules are set in Cline's settings panel.