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