← All plugins
voltagent-meta
v1.0.3Agent coordination and meta-programming - multi-agent orchestration, workflow automation, and safe refactor governance. Works best with other voltagent plugins installed.
Claude Code
by VoltAgent CommunityMIT24.2kupdated 1 week ago
Source
git clone https://github.com/VoltAgent/awesome-claude-code-subagentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is categories/09-meta-orchestration/ inside the repository.
Layout
categories/09-meta-orchestration/
└── .claude-plugin/plugin.json
Manifests1
categories/09-meta-orchestration/.claude-plugin/plugin.json
{
"name": "voltagent-meta",
"version": "1.0.3",
"description": "Agent coordination and meta-programming - multi-agent orchestration, workflow automation, and safe refactor governance. Works best with other voltagent plugins installed.",
"author": {
"name": "VoltAgent Community",
"url": "https://github.com/VoltAgent"
},
"repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
"license": "MIT",
"agents": [
"./agent-installer.md",
"./agent-organizer.md",
"./codebase-orchestrator.md",
"./context-manager.md",
"./error-coordinator.md",
"./it-ops-orchestrator.md",
"./knowledge-synthesizer.md",
"./multi-agent-coordinator.md",
"./performance-monitor.md",
"./task-distributor.md",
"./workflow-orchestrator.md"
]
}