Soubi

Devin CLI

A Devin plugin with instructions, skills, agents, hooks, MCP, and generated tools.

Devin CLI receives a plugin bundle with native rules, skills, agents, hooks, and MCP configuration. Commands use Devin's plugin skill surface instead of a separate prompt-file type.

Native output

.devin-plugin/plugin.json
AGENTS.md
skills/<name>/SKILL.md
agents/<name>.md
hooks.json
mcp_config.json

Translation details

  • Always-on instructions become the plugin's AGENTS.md rule.
  • Commands become namespaced plugin skills, which Devin exposes as slash commands.
  • Agent definitions remain custom subagents.
  • Tools run through a generated MCP stdio server.

Build this target

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

The command-to-skill conversion is reported as a degradation. See Devin's plugin overview for the upstream loading model.

On this page