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