Claude Code Daodan -- 45 plugins that augment Claude Code into a specialized toolkit. Agents, skills, and commands for code quality, Tauri/Rust development, frontend, AI tooling, scraping, trading, observability, reverse engineering, constraint programming, libGDX game development, Kotlin (coroutines, KMP, Compose, Ktor), Progressive Web Apps, and pure-architecture audits (missed unification, wrong abstractions).
npx claudepluginhub acaprino/claude-code-daodanIntelligent prompt optimization -- enriches vague prompts with research-based clarifying questions before Claude Code executes them
39 specialized plugins for Claude Code -- so you spend less time prompting and more time shipping.
# Add the marketplace
claude plugin marketplace add acaprino/alfio-claude-plugins
# Install the plugins you need
claude plugin install python-development@alfio-claude-plugins
claude plugin install senior-review@alfio-claude-plugins
claude plugin install frontend@alfio-claude-plugins
That's it. Plugins activate automatically when relevant -- or invoke them directly:
# Slash commands
/code-review # Multi-agent architecture + security + pattern review
/feature-e2e # Brainstorm -> plan -> implement -> review -> humanize
/python-scaffold # Scaffold a production-ready Python project
# Agents
"Use the python-pro 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 detection | 3 | 8 | 2 |
| senior-review | 4 agents review architecture, security, patterns, and distributed flows in parallel | 4 | 1 | 4 |
| frontend | UI polish, layout design, modern CSS, web strategy, Radix/shadcn/daisyUI | 3 | 5 | 1 |
| 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 |
| workflows | End-to-end pipelines: feature dev, frontend redesign, mobile, Tauri, review | - | - | 8 |
| tauri-development | Tauri 2 desktop + mobile, Rust backend, IPC optimization | 3 | 1 | - |
| digital-marketing | SEO audits, content strategy, brand naming, domain hunting, text humanization | 3 | 4 | 5 |
| 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 | 3 |
| 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 | 2 | - | - |
| research | Quick search and deep multi-source investigation | 2 | - | - |
| 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 |