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