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