Soubi

Kiro CLI

Kiro steering, skills, prompts, agents, v1 hooks, and MCP settings.

Kiro exposes a native file surface for every top-level Soubi feature. The adapter preserves that separation instead of folding features into a single generated plugin.

Native output

.kiro/steering/
.kiro/skills/<name>/SKILL.md
.kiro/prompts/<name>.md
.kiro/agents/<name>.json
.kiro/hooks/
.kiro/settings/mcp.json

Translation details

  • Instructions become Kiro steering documents.
  • Commands become Kiro prompts.
  • Agents remain JSON agent definitions.
  • Hooks use Kiro's v1 hook schema.
  • Unsupported hook events are reported and dropped instead of being renamed to a different event.
  • Tools run through a generated MCP stdio server.

Build this target

pnpm soubi build ./my-plugin --harness kiro

On this page