By acaprino
Multi-agent code review orchestration with architecture, security, pattern analysis, and best practices across 5 phases
Unified code review -- auto-detects scope: uncommitted/staged changes, recent commits, PR number, or branch diff. Runs architecture, security, and pattern analysis agents in parallel with confidence scoring
Orchestrate comprehensive multi-dimensional code review using specialized review agents across architecture, security, pattern analysis, performance, testing, and best practices
Analyze current branch changes, generate a comprehensive PR description with risk assessment and review checklist, and optionally create the PR via gh CLI
Critical architecture reviewer. Hunts for coupling violations, broken abstractions, missing error handling, state management issues, and API design flaws. Assumes code has bugs and finds them. Use in code-review pipeline.
Pattern consistency analyzer and quantitative code quality scorer. Detects pattern deviations per file, runs a 16-item anti-pattern checklist, applies 6 mental models (security engineer, performance engineer, team lead, systems architect, SRE, pattern detective), and produces a 1-10 Code Quality Score per category. Use in code-review pipeline Phase 1C.
Adversarial security reviewer with attacker mindset. Hunts for injection vectors, auth bypasses, secret leaks, crypto mistakes, missing headers, and dependency vulnerabilities. Assumes code is exploitable and proves it. Use in code-review pipeline.
Uses power tools
Uses Bash, Write, or Edit tools
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.
22 ready-to-install plugins for Claude Code -- an AI coding CLI by Anthropic. Specialized agents, skills, and commands for Python, code review, frontend, Tauri/Rust, AI tooling, Obsidian, and more -- so you spend less time prompting and more time shipping.
22 plugins | 19 agents | 25 skills | 18 commands -- install only what you need.
| Type | What it is | How to use |
|---|---|---|
| Agent | A specialized AI persona with domain expertise | Use the python-pro agent to implement rate limiting |
| Skill | A knowledge module that enhances Claude's capabilities | Referenced automatically when relevant |
| Command | A slash command that triggers a specific workflow | /code-review, /python-scaffold, /feature-e2e |
Step 1: Add the marketplace
claude plugin marketplace add acaprino/alfio-claude-plugins
Step 2: Install the plugins you need
# Install individual plugins (pick what you need)
claude plugin install python-development@alfio-claude-plugins
claude plugin install code-review@alfio-claude-plugins
claude plugin install frontend@alfio-claude-plugins
# ... see Plugins table below for all 22 available plugins
git clone https://github.com/acaprino/alfio-claude-plugins.git
claude plugin install ./alfio-claude-plugins/plugins/python-development
| Plugin | Description | Agents | Skills | Commands | Docs |
|---|---|---|---|---|---|
| python-development | Modern Python development ecosystem with testing, packaging, async patterns, and code refactoring tools | 1 | 8 | 2 | docs |
| humanize | Make AI-generated code look human-written -- fixes names, removes boilerplate | 1 | - | 1 | docs |
| deep-dive-analysis | Understand any codebase in minutes with 7-phase systematic analysis | - | 1 | 1 | docs |
| code-review | Catch bugs before they ship -- 3 agents review architecture, security, and patterns in parallel | 3 | - | 3 | docs |
| tauri-development | Build cross-platform desktop and mobile apps with Tauri 2 and Rust | 2 | 1 | - | docs |
| frontend | Optimize React performance, polish UI, design layouts, and master modern CSS | 5 | 4 | 1 | docs |
| ai-tooling | Brainstorm, plan, and execute with structured AI-assisted workflows | 1 | 3 | 1 | docs |
| stripe | Integrate Stripe payments without reading 500 pages of docs | - | 2 | - | docs |
| utilities | Clean up messy folders, find duplicates, and remove dead code | - | 1 | 2 | docs |
| business | Navigate tech law, compliance, contracts, and risk management | - | 1 | - | docs |
| project-setup | Create and maintain accurate CLAUDE.md files with ground truth verification | 1 | - | 2 | docs |
| code-documentation | Generate accurate docs by analyzing your code first, not guessing | 1 | - | 2 | docs |
| csp | Solve scheduling, routing, and assignment problems with OR-Tools CP-SAT | 1 | - | - | docs |
| digital-marketing | Run SEO audits, content strategy, and conversion optimization | 2 | - | 2 | docs |
| messaging | Design and optimize RabbitMQ messaging with expert AMQP patterns | 1 | - | - | docs |
| research | Find precise answers fast with advanced multi-source search strategies | 1 | - | - | docs |
| mobile-development | Analyze competitor Android apps via ADB with automated screenshots | - | 1 | - | docs |
npx claudepluginhub acaprino/alfio-claude-pluginsIntelligent prompt optimization -- enriches vague prompts with research-based clarifying questions before Claude Code executes them
RAG system design, implementation, and optimization -- chunking strategies, embedding models, vector databases (Qdrant), hybrid search, re-ranking, advanced patterns (Graph RAG, CRAG, Self-RAG, Agentic RAG), evaluation with RAGAS/DeepEval, and production deployment
Rewrites source code to be more readable and human-friendly without changing behavior - improves naming, removes AI boilerplate, simplifies structure, and adds clarity comments
Expert Firefox extension (WebExtension) developer covering Manifest V2/V3, all 51 browser.* APIs, content scripts, background scripts, native messaging, cross-browser compatibility, AMO publishing, web-ext CLI tooling, project scaffolding, and live MDN documentation lookup
ACP session hooks -- ASCII logo on startup, skill awareness injection, security gate for hardcoded secrets, autocompact when context is high, cleanup of duplicate built-in plugins, brainstorm gate for creative/building prompts, review gate for PR/merge operations, and docs gate for documentation auditing
Comprehensive code review with architecture, security, and PR enhancement
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.
Automated code review with severity levels and actionable feedback
Reflective code review toolkit with structured analysis, blast radius analysis, domain expertise, and intelligent review orchestration
Google Gemini CLI for second opinions, architectural advice, code reviews, security audits. Leverage 1M+ context for comprehensive codebase analysis via command-line tool.
Codebase exploration, refactoring, and quality analysis