Soubi

Antigravity CLI

Antigravity plugin rules, skills, hooks, MCP, generated tools, and workspace agents.

Antigravity separates plugin-owned files from workspace custom agents. Soubi keeps that distinction: rules, skills, hooks, and MCP stay under the plugin root while agents go to the workspace agent directory.

Native output

.agents/plugins/<plugin-id>/plugin.json
.agents/plugins/<plugin-id>/rules/
.agents/plugins/<plugin-id>/skills/
.agents/plugins/<plugin-id>/hooks.json
.agents/plugins/<plugin-id>/mcp_config.json
.agents/agents/<name>.md

Translation details

  • Instructions become a plugin rule.
  • Commands become user-invocable skills because the plugin manifest has no command component.
  • Agent definitions remain native workspace custom agents.
  • Hooks preserve matchers where Antigravity supports them.
  • Tools run through a generated MCP stdio server.

Build this target

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

See Antigravity's plugin documentation for its workspace loading rules.

On this page