Agent Plugins Marketplace
All plugins

agent-delegate

v1.1.1

Delegate a task to another CLI coding agent (Codex, Antigravity/agy, or Claude Code) from within your current agent. Explicit-invocation only, read-first routing, a preview→confirm→apply gate for any write, and an OS sandbox (bubblewrap) confining every write step.

Claude Code3 Skills

By dobachi0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-delegate@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-delegate/.

Plugin files

plugins/agent-delegate/
├── .claude-plugin/plugin.json
├── skills/agy-delegate/SKILL.md
├── skills/claude-code-delegate/SKILL.md
└── skills/codex-delegate/SKILL.md

Included Skills3

agy-delegateskills/agy-delegate/SKILL.md

Delegate a task from the current coding agent to Google Antigravity CLI (`agy -p`), running it non-interactively and using only its final output. Explicit-invocation only — trigger when the user says "agyに投げて", "antigravityで調べて/やって", "delegate this to agy/antigravity", "ask agy", "use agy to …", or otherwise explicitly asks to hand work to Antigravity. Read tasks run directly; any write goes through a plan→confirm→apply gate. Also the way to reach agy-only tools (Google Search grounding, image generation, science databases). Not for auto-delegation.

claude-code-delegateskills/claude-code-delegate/SKILL.md

Delegate a task from the current coding agent to another Claude Code instance (`claude -p`), running it non-interactively and using only its final output. Explicit-invocation only — trigger when the user says "別のclaudeに投げて", "claude codeでやって", "delegate this to claude", "sub-claudeにやらせて", "use a fresh claude to …", or otherwise explicitly asks to hand work to a separate Claude Code. Read tasks run in plan mode; any write goes through a plan→confirm→apply gate. Useful for isolated context or a different model. Not for auto-delegation.

codex-delegateskills/codex-delegate/SKILL.md

Delegate a task from the current coding agent to OpenAI Codex CLI (`codex exec`), running it non-interactively and using only its final output. Explicit-invocation only — trigger when the user says "codexに投げて", "codexで調べて/やって", "delegate this to codex", "ask codex", "use codex to …", or otherwise explicitly asks to hand work to Codex. Read tasks run directly in a read-only sandbox; any write goes through a preview→confirm→apply gate. Not for auto-delegation.

Plugin manifests1

plugins/agent-delegate/.claude-plugin/plugin.json
{
  "name": "agent-delegate",
  "description": "Delegate a task to another CLI coding agent (Codex, Antigravity/agy, or Claude Code) from within your current agent. Explicit-invocation only, read-first routing, a preview→confirm→apply gate for any write, and an OS sandbox (bubblewrap) confining every write step.",
  "version": "1.1.1",
  "author": {
    "name": "dobachi"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-delegate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-delegate)