8 boosters for "subagents" — AI-graded, open source, ready to install
A PHP SDK for building AI agents with structured outputs and multi-agent orchestration, enabling developers to decompose complex tasks into specialized subagents with isolated contexts and independent execution.
Interactive Agents enables multi-level agent communication through a stack-based model where subagents take over conversation threads interactively until completion. Developers building complex agent systems with nested tool calls and dynamic routing will benefit from this orchestration pattern.
Goals is a Rust-based agentic CLI that enables Claude to delegate isolated tasks to subagents via the `invoke_subagent` tool, keeping the main agent's context lean and focused. Developers building multi-step AI workflows benefit from cleaner task decomposition and reliable single-request subagent execution.
A collection of 28 specialized AI subagents for Claude Code that extend development workflows across backend, frontend, mobile, DevOps, and infrastructure domains. Developers benefit from domain-specific expertise automatically available within their coding environment.
A collection of 48 specialized AI subagents for Claude Code that automate domain-specific development tasks like backend architecture, frontend development, and DevOps. Developers benefit from having expert agents pre-configured for different roles, reducing context-switching and improving productivity across the full software development lifecycle.
A debate judge agent that objectively evaluates arguments using zero-sum scoring across Toulmin structure, evidence strength, and logical rigor. Ideal for researchers, educators, and developers building computational debate systems.
Converts deepagents' single `task` tool into individual `AgentTool` instances for cleaner sub-agent delegation in adk-deepagents. Developers building hierarchical multi-agent systems benefit from this more modular approach to agent composition.
An MCP server that enables Claude to delegate tasks to Goose CLI subagents for autonomous task execution. Useful for developers building multi-agent AI systems who want to orchestrate specialized subagents from Claude.