Skip to content llms.txt

Kiro

AWS’s AI IDE with support for rules, skills, agents, MCP configs, and hooks.

DetailValue
Slugkiro
Config directory~/.kiro
Supported content typesRules, Skills, Agents, MCP Configs, Hooks
Content TypeSupportedInstall Method
RulesYesSymlink
SkillsYesSymlink
AgentsYesSymlink
MCP ConfigsYesJSON merge
HooksYesJSON merge
CommandsNo
Content TypeProject LocationGlobal LocationFormat
Rules.kiro/steering/Markdown
Skills.kiro/steering/Markdown
Agents.kiro/agents/~/.kiro/agents/Markdown (YAML frontmatter)
MCP Configs.kiro/settings/mcp.jsonJSON
Hooks.kiro/agents/ (embedded)JSON
Content TypeDiscovery Paths
Rules.kiro/steering/
Skills.kiro/steering/
Agents.kiro/agents/
MCP Configs.kiro/settings/mcp.json
Hooks.kiro/agents/

Kiro agents use Markdown with YAML frontmatter containing up to 14 fields. There is also a JSON CLI agent format with support for embedded MCP servers, per-tool settings, lifecycle hooks, and keyboard shortcuts.

Rules and skills are stored as Markdown “steering” files in .kiro/steering/. Hooks are embedded within agent JSON files rather than stored separately.

Syllago detects Kiro by checking for the ~/.kiro directory.

Terminal window
# Add content from Kiro
syllago add --from kiro
# Install content to Kiro
syllago install my-rule --to kiro