xuzeyu91/ai-agent-toolkit
A powerful agent skill for orchestrating complex, multi-step tasks through distributed sub-agent execution. This skill decomposes complex user requests into atomic tasks and manages parallel execution through virtual agents, with optional integration with Claude CLI for true distributed processing.
Platform-specific configuration:
{
"mcpServers": {
"ai-agent-toolkit": {
"command": "npx",
"args": [
"-y",
"ai-agent-toolkit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...