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.jsonTranslation details
- Always-on instructions become the plugin's
AGENTS.mdrule. - 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 devinThe command-to-skill conversion is reported as a degradation. See Devin's plugin overview for the upstream loading model.