Agent Skills · Kiro · SKILL.md catalog · 159,000+ entries
For the agentic IDE

Skills for Kiro

159,000+ SKILL.md files you can use with Kiro — AWS's agentic IDE for spec-driven development. Adapt a skill into a Kiro steering file and it guides the agent as standing context. Free to browse. Pro unlocks the multi-signal Quality Score.

cp <skill>/SKILL.md .kiro/steering/<slug>.md
Browse the catalog → Kiro home

What is Kiro?

Kiro is an agentic IDE from AWS built around spec-driven development — it turns prompts into specs, plans, and code. Kiro reads persistent project guidance from steering files (markdown under .kiro/steering/), which is where a SKILL.md's instructions live once adapted.

How to install a skill on Kiro

Compatibility notes

Kiro reads steering files as markdown guidance, not SKILL.md frontmatter — so a skill's body ports directly while the YAML header is ignored. A few patterns to watch:

Kiro skills, answered

What is Kiro?
Kiro is an agentic IDE from AWS built around spec-driven development — it turns prompts into specs, plans, and code. See kiro.dev.
Does Kiro support SKILL.md natively?
Kiro doesn't have a dedicated SKILL.md loader. It reads steering files (markdown under .kiro/steering/) for persistent guidance, so you adapt a skill's body into a steering file. The instructions port directly; the frontmatter is ignored.
What are Kiro steering files?
Steering files are markdown documents under .kiro/steering/ that give Kiro's agent persistent project context — conventions, standards, architecture notes. An adapted SKILL.md fits naturally as one.