By acaprino
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, coordinated feature development, and codebase documentation. Decompose complex tasks into parallel workstreams with file ownership boundaries, spawn specialized subagents, and synthesize results into consolidated reports.
Gracefully shut down an agent team, collect final results, and clean up resources
Spawn an agent team using presets (review, debug, feature, fullstack, research, deep-search, security, migration, docs, codebase-mapper, app-analysis, tauri) or custom composition
Launch a multi-reviewer parallel code review with specialized review dimensions, preceded by a context-building pipeline (deep-dive + interconnect map) so reviewers can hunt cross-component logic bugs, not just local issues
Debug issues using competing hypotheses with parallel investigation by multiple agents
Develop features in parallel with multiple agents using file ownership boundaries and dependency management
Team orchestrator that decomposes work into parallel tasks with file ownership boundaries, manages team lifecycle, and synthesizes results. Use when coordinating multi-agent teams, decomposing complex tasks, or managing parallel workstreams.
Multi-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing parallel code reviews across multiple quality dimensions.
Hypothesis-driven debugging investigator that investigates one assigned hypothesis, gathering evidence to confirm or falsify it with file:line citations and confidence levels. Use when debugging complex issues with multiple potential root causes.
Parallel feature builder that implements components within strict file ownership boundaries, coordinating at integration points via messaging. Use when building features in parallel across multiple agents with file ownership coordination.
Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.
Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows.
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system simultaneously, when establishing file ownership to prevent merge conflicts in a shared codebase, when designing interface contracts so parallel implementers can build against each other's APIs before they are ready, or when deciding whether to use vertical slices versus horizontal layers for a full-stack feature.
Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.
Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding which message type to use (broadcast was removed; address recipients individually), when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not coordinating correctly at integration points.
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
44 specialized plugins that augment Claude Code into a specialized toolkit -- so you spend less time prompting and more time shipping.
The Daodan is the symbiote that enhances its host. This marketplace is the Daodan of Claude Code.
# Add the marketplace
claude plugin marketplace add acaprino/claude-code-daodan
# Install the plugins you need
claude plugin install python-development@claude-code-daodan
claude plugin install senior-review@claude-code-daodan
claude plugin install react-development@claude-code-daodan
That's it. Plugins activate automatically when relevant -- or invoke them directly:
# Slash commands
/code-review # Multi-agent architecture + security + pattern review
/agent-teams:team-feature # Decompose -> spawn agents -> implement -> verify
/python-scaffold # Scaffold a production-ready Python project
# Agents
"Use the python-engineer agent to implement rate limiting"
"Ask the rust-engineer to review my Tauri backend"
| Plugin | Description | A | S | C |
|---|---|---|---|---|
| python-development | TDD, refactoring, async patterns, packaging, performance, dead code, Pydantic v2, /python-audit | 3 | 9 | 3 |
| senior-review | 9 agents review architecture, security, patterns, distributed flows, logic integrity, API contracts, startup cycles, UI races, and codebase hygiene in parallel | 9 | 1 | 4 |
| codebase-mapper | Generate 10 narrative docs with Mermaid diagrams from any codebase | 10 | 1 | 4 |
| ai-tooling | Prompt engineering and optimization, skill activation, Agent SDK | 1 | 2 | 1 |
| tauri-development | Tauri 2 desktop + mobile, Rust backend, IPC optimization | 3 | 1 | - |
| digital-marketing | SEO + AEO (AI Overviews/Perplexity/ChatGPT Search), GA4/GTM with Consent Mode v2, content strategy, brand naming, domain hunting, text humanization | 5 | 5 | 7 |
| react-development | React 19 performance, state management, bundle optimization | 1 | 1 | 1 |
| rag-development | RAG system design -- chunking, embeddings, vector DBs, advanced patterns | 2 | 1 | 1 |
| marketplace-ops | Audit, scaffold, review, and manage plugins in this ecosystem | 1 | 2 | 4 |
| learning | Mind maps in MarkMind format and interactive force-graphs | - | 3 | 1 |
| deep-dive-analysis | 7-phase systematic codebase analysis with pattern detection | - | 1 | 1 |
| git-worktrees | Parallel development with git worktrees -- create, pause, resume, merge | 1 | 1 | 1 |
| business | Tech law, compliance, privacy docs, contracts, SaaS business planning | 3 | 1 | - |
| stripe | Stripe payments, subscriptions, Connect, revenue optimization, /audit-webhooks | 3 | 1 | 1 |
| research | Quick search and deep multi-source investigation with shared web-search techniques skill | 2 | 1 | - |
| project-setup | Create and maintain CLAUDE.md with ground truth verification | 1 | - | 2 |
| clean-code | Rewrite code for readability without changing behavior | 1 | - | 1 |
| app-analyzer | Analyze Android apps via ADB and webapps via Playwright | 1 | - | - |
| xterm | Build and debug xterm.js terminal emulators | - | 1 | 2 |
npx claudepluginhub acaprino/claude-code-daodan --plugin agent-teamsGeneric Claude Code plugin marketplace manager -- auditing, validation, AI quality review, upstream sync, plugin scaffolding, and health monitoring. Works against any project with the standard .claude-plugin/marketplace.json + plugins/<name>/ layout; reads project-specific conventions (author, license, category taxonomy, upstream sources) from the target marketplace.json and CLAUDE.md
React performance optimization, React 19 API adoption, state management audit, bundle analysis, re-render detection, and Vercel best practices checklist
Cross-platform development rulebook -- security (validation, auth tokens, passkeys/WebAuthn, API security, XSS/CSP, secrets), architecture (client-server, REST vs GraphQL, offline-first, monolith-first, CI/CD), and performance (bundles, images, Core Web Vitals, SSR/SSG, CDN caching) for SPA, PWA, mobile, Electron (with Fuses + asar integrity), and Tauri; includes /platform-review standalone command
Claude Code Daodan session hooks -- skill awareness injection, PreToolUse security gate that BLOCKS hardcoded secrets before they reach disk, autocompact when context is high, cleanup of duplicate built-in plugins, review gate for PR/merge operations, docs gate for documentation auditing, and team spawn gate with runtime-generated agent catalog from marketplace.json (no more drift from hardcoded lists)
AI development workflow -- prompt engineering and optimization, proactive skill activation across the marketplace, and Claude Agent SDK integration guide
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code