Soubi

Qoder CLI

Qoder project instructions, skills, commands, agents, hooks, MCP, and generated tools.

Qoder has project-level files for each major Soubi concept. The adapter keeps those files separate and uses Qoder's grouped settings schema for lifecycle hooks.

Native output

AGENTS.md
.qoder/skills/<name>/SKILL.md
.qoder/commands/<name>.md
.qoder/agents/<name>.md
.qoder/settings.json
.mcp.json

Translation details

  • Instructions remain project guidance in AGENTS.md.
  • Skills, commands, and custom agents stay in their dedicated Qoder directories.
  • Hooks are grouped by event in .qoder/settings.json.
  • MCP servers use the mcpServers wrapper in .mcp.json.
  • Tools run through a generated MCP stdio server.

Build this target

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

See Qoder's hook documentation for its event and settings schema.

On this page