By acaprino
Manage Claude Code plugin marketplaces with structural validation, plugin scaffolding, quality review, and health monitoring. Validates marketplace.json consistency, detects orphaned files, scaffolds new plugins with production-ready components, and scores plugin content quality using deterministic checks and AI review.
Quick health check for any Claude Code plugin marketplace -- validates marketplace.json, checks file references, reports plugin counts and version status. TRIGGER WHEN: the user asks to validate marketplace.json, check plugin references, or audit structural integrity of a Claude Code plugin marketplace. DO NOT TRIGGER WHEN: reviewing plugin content quality (use /marketplace-ops:marketplace-review) or authoring new plugins.
Scaffold a new plugin for any Claude Code plugin marketplace with proper directory structure, starter files, and marketplace.json registration. TRIGGER WHEN: the user asks to create a new plugin, bootstrap plugin structure, or add a new entry to marketplace.json. DO NOT TRIGGER WHEN: adding a skill or agent to an existing plugin (use skills-creator) or reviewing existing plugins.
AI-powered quality review of plugin descriptions, trigger keywords, agent prompts, skill instructions, and command definitions in any Claude Code plugin marketplace -- evaluates activation accuracy, content quality, and cross-plugin coherence. TRIGGER WHEN: the user asks to review plugin/agent/skill quality, audit triggers, or evaluate marketplace content. DO NOT TRIGGER WHEN: just validating marketplace.json structure (use /marketplace-ops:marketplace-health) or authoring new components (use /marketplace-ops:marketplace-scaffold-plugin).
Validate skill and agent quality -- deterministic checks (activation patterns, token budget, body size, examples, frontmatter) plus AI body review (structure, clarity, redundancy, tool restrictions, isolation). TRIGGER WHEN: the user asks to validate skill/agent quality, enforce trigger patterns, check token budgets, or run pre-commit marketplace checks. DO NOT TRIGGER WHEN: checking structural JSON references only (use /marketplace-ops:marketplace-health) or doing an AI-only content review (use /marketplace-ops:marketplace-review).
Validate the integrity of any Claude Code plugin marketplace. Use PROACTIVELY before any commit that modifies plugin files or marketplace.json. Checks marketplace.json consistency, verifies all referenced files exist, validates frontmatter fields, detects orphaned plugins/skills/agents/commands, and reports naming convention violations. TRIGGER WHEN: before any commit that modifies plugin files or marketplace.json; when the user asks to verify marketplace.json integrity, find orphan files, or check naming conventions in a Claude Code plugin marketplace. DO NOT TRIGGER WHEN: the task is AI-powered content quality review (use marketplace-review) or scaffolding new plugins (use marketplace-scaffold-plugin / skills-creator).
Guided creation of Claude Code plugin components -- skills, agents, commands, and full plugins. Walks through requirements gathering, generates production-ready files with real content (not placeholders), registers in marketplace.json, and bumps versions. Also trigger on "new skill", "new agent", "new plugin", "add a skill", "add an agent", "skills-creator", "skills-hammer". Also helps decide skill vs agent architecture when reorganizing plugins. DO NOT TRIGGER for editing or updating existing components -- only for new creation or architectural decisions (skill vs agent). TRIGGER WHEN: the user asks to create, add, scaffold, or build a new skill, agent, command, or plugin DO NOT TRIGGER WHEN: the task is outside the specific scope of this component.
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
43 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 | Brainstorm, plan, execute, optimize prompts, Agent SDK | 1 | 5 | 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 marketplace-opsReact 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)
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code Agent Teams. Includes the team-review pipeline (deep-dive + interconnect map + parallel reviewers + codebase-hygiene auditor + consolidation) for finding cross-component logic bugs plus dead code / orphan assets / VCS cruft / phantom deps, the team-codebase-map pipeline (context brief + interconnect map + parallel writers + drift-aware review) for producing accurate codebase documentation, and the team-deep-dive pipeline (partition detection + parallel per-partition workers + synthesis + global interconnect map) for monorepo-scale deep-dive analysis.
AI development workflow -- prompt engineering and optimization, proactive skill activation across the marketplace, and Claude Agent SDK integration guide
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.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
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.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems