By drbscl
Orchestrate teams of Claude Code agents to solve complex coding tasks via a 5-phase workflow: Scope project needs, plan team composition, assemble specialized agents and skills from GitHub repos, registries, marketplace or generate custom ones, train the team, and execute coordinated runs on your codebase.
Fetch specialized agents from the VoltAgent repository. Searches across categories, presents top 5 matches, and waits for user approval before adding to .claude/agents/.
Search the official Claude Code marketplace (claude-plugins-official) for plugins matching capability gaps. Uses plugin CLI to list and search, presents top 5 matches for user approval.
Query the skills.sh registry for skills matching identified capability gaps. Presents top 3 HIGHLY RELEVANT matches only, waits for user approval before installation. Be conservative - only suggest skills that are clearly needed.
Orchestrate an agent team to execute the user's task. Checks for agent teams support, presents pre-execution review, spawns teammates, and coordinates execution. Falls back to subagents if agent teams unavailable.
Analyze project structure, architecture, tech stack, and existing Claude Code configuration. Use when starting the dream-team workflow to understand the codebase context.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Assemble your dream team of Claude Code agents to solve complex tasks through a systematic 5-phase workflow.
Dream Team is a Claude Code plugin that orchestrates teams of specialized agents to tackle complex development tasks. It automatically analyzes your project, identifies talent gaps, discovers and assembles the right agents and skills, and then coordinates them to execute your task.
Dream Team requires Claude Code's experimental agent teams feature for parallel agent coordination.
Add to your .claude/settings.json:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
Or set the environment variable:
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
Without this enabled, Dream Team will fall back to sequential subagent execution (slower, less parallel).
Dream Team is distributed through a custom marketplace. Add it to Claude Code:
# Add the marketplace
claude plugin marketplace add drbscl/dream-team
# Install the plugin
claude plugin install dream-team@dream-team-marketplace
Or interactively within Claude Code:
/plugin marketplace add drbscl/dream-team
/plugin install dream-team@dream-team-marketplace
git clone https://github.com/drbscl/dream-team.git
claude --plugin-dir ./dream-team
/dream-team [your task description]
/dream-team Refactor the authentication module to use JWT tokens with refresh token rotation
/dream-team Add comprehensive test coverage for the payment processing API
/dream-team Optimize the database queries for the analytics dashboard
/dream-team Create a new microservice for user notifications
IMPORTANT SECURITY WARNING
DO NOT run with --dangerously-skip-permissions during the assembly phase!
External agents and skills from third-party sources may contain:
CRITICAL: Popularity or install count does NOT mean something is safe. A widely-used agent could still contain vulnerabilities or malicious code. You must review every resource yourself before approving it.
Review Before Installing
Use Minimal Permissions
--dangerously-skip-permissions right awayThe workflow includes 3 mandatory approval points:
Before installing external resources, you'll see:
You choose which to install.
Before creating custom agents/skills, you'll see:
.claude/agents/, .claude/skills/)You approve, modify, or skip each one.
Before spawning the team, you'll see:
You confirm before execution begins.
The plugin analyzes your project:
.claude/ configurationThe plugin identifies gaps:
If gaps exist, the plugin searches:
Resources are ranked by relevance and popularity.
npx claudepluginhub drbscl/dream-team --plugin dream-teamHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development