Soubi

Factory Droid

A complete Factory Droid plugin bundle generated from a Soubi plugin.

Factory Droid receives a self-contained plugin bundle. Skills, commands, custom droids, hooks, MCP servers, generated tools, and assets remain inside that bundle.

Native output

.factory-plugin/plugin.json
skills/<name>/SKILL.md
commands/<name>.md
droids/<name>.md
hooks/hooks.json
mcp.json

Translation details

  • Commands become Droid slash commands.
  • Agent definitions become custom droids.
  • Always-on instructions become a plugin skill because Droid does not expose an equivalent plugin-root instruction file.
  • Tools run through a generated MCP stdio server registered in mcp.json.

Build this target

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

The instruction-to-skill conversion is reported as a degradation; the remaining top-level features are native or lossless generated output.

On this page