By acaprino
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
Expert in Qdrant vector database configuration, optimization, and production deployment. TRIGGER WHEN: configuring collections, tuning HNSW parameters, setting up quantization, designing hybrid search with dense+sparse vectors, payload indexing, multi-tenancy, or troubleshooting Qdrant performance. DO NOT TRIGGER WHEN: the task is outside the specific scope of this component.
Expert in RAG system design, implementation, and optimization. Covers the full pipeline from document ingestion to answer generation. TRIGGER WHEN: building retrieval-augmented generation pipelines, choosing chunking strategies, selecting embedding models, designing hybrid search, configuring re-ranking, or optimizing RAG for production DO NOT TRIGGER WHEN: the task is outside the specific scope of this component.
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.
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 |
npx claudepluginhub acaprino/alfio-claude-pluginsIntelligent prompt optimization -- enriches vague prompts with research-based clarifying questions before Claude Code executes them
Rewrites source code to be more readable and human-friendly without changing behavior - improves naming, removes AI boilerplate, simplifies structure, and adds clarity comments
Multi-agent code review orchestration with architecture, security, pattern analysis, and best practices across 5 phases
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
Build Retrieval-Augmented Generation pipelines
OpenRAG agent skills: guided installation and SDK integration helpers.
Google File Search API powered RAG pipeline - managed retrieval-augmented generation with document processing
LLM application development with RAG, embeddings, LangChain, and prompt engineering
Local RAG system with embedded Multi-Agent Framework for Claude Code plugin
RAG/CAG architecture patterns with multi-tenant security and chunking strategies