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
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.
SKILL.md body as a steering file — e.g. .kiro/steering/<slug>.md (confirm the current path in the Kiro docs).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:
allowed-tools: and other agent-specific frontmatter keys are ignored — Kiro uses its own agent tooling.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.
.kiro/steering/ that give Kiro's agent persistent project context — conventions, standards, architecture notes. An adapted SKILL.md fits naturally as one.