Agent Skills · Roo Code · SKILL.md catalog · 84,000+ entries
For the open-source VS Code AI dev team

Skills for Roo Code

84,000+ SKILL.md files you can use with Roo Code — the open-source AI dev agent for VS Code. Adapt a skill into Roo's .roo/rules/ folder and it loads as standing context. Free to browse. Pro unlocks the multi-signal Quality Score.

cp <skill>/SKILL.md .roo/rules/<slug>.md
Browse the catalog → Roo Code home

What is Roo Code?

Roo Code is an open-source, feature-rich AI development agent for VS Code with custom modes, multi-file edits, and MCP support. It reads project instructions from a .roo/rules/ directory — where an adapted SKILL.md lives.

How to install a skill on Roo Code

Compatibility notes

Like Cline (which it forked from), Roo Code consumes plain-markdown rules rather than SKILL.md frontmatter. Notes:

Roo Code skills, answered

What is Roo Code?
Roo Code is an open-source AI development agent for VS Code — a feature-rich fork of Cline with custom modes, multi-file edits, and MCP support. See roocode.com.
Does Roo Code support SKILL.md natively?
Roo Code has no dedicated skills directory like Claude Code's. It reads markdown rules from .roo/rules/, so you adapt a SKILL.md into that folder — the body ports directly and the frontmatter is ignored.
Where do Roo Code rules live?
Workspace-wide in .roo/rules/; mode-specific in .roo/rules-<mode>/. Roo reads every file in the rules folder as standing context.