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
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.
SKILL.md..roo/rules/<slug>.md at your workspace root (Roo reads every file in the rules folder)..roo/rules-<mode>/ folder instead.Like Cline (which it forked from), Roo Code consumes plain-markdown rules rather than SKILL.md frontmatter. Notes:
scripts/ work because Roo can run commands in your workspace..roo/rules/, so you adapt a SKILL.md into that folder — the body ports directly and the frontmatter is ignored.
.roo/rules/; mode-specific in .roo/rules-<mode>/. Roo reads every file in the rules folder as standing context.