agent-delegate
v1.1.1Delegate 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-delegate@agent-plugin-marketplacePaste 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-marketplaceClone 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
├── .claude-plugin/plugin.json├── skills/agy-delegate/SKILL.md├── skills/claude-code-delegate/SKILL.md└── skills/codex-delegate/SKILL.md
Included Skills3
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.
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.
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
{
"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"
}
}For maintainers
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)