Agent skills for Roo Code
Roo Code — AI coding assistant for VS Code. All 92 skills in this registry are plain Markdown instruction files, so every one of them works with Roo Code; the installer only needs to know where Roo Code reads its skills from.
How to install skills in Roo Code
Install into the current project:
npx @tech-leads-club/agent-skills install --agent rooInstall for every project on this machine:
npx @tech-leads-club/agent-skills install --agent roo --globalInstall one specific skill:
npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent rooWhere Roo Code stores skills
| Project install path | .roo/skills |
|---|---|
| Global install path | ~/.roo/skills |