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