Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences
Implements C# code from specs with idiomatic patterns - delegate for .NET development
Analyzes bugs through systematic evidence gathering - use for complex debugging
Implements Go code from specs with idiomatic patterns - delegate for Go development
Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
Stress-tests decisions through adversarial analysis - use before committing to major choices
Detects inconsistencies between documentation, code, and specifications - use for codebase audits
Capture a follow-up idea or task as a bean without interrupting current work. Requires a beans-based task tracking system in the project.
Develop PowerShell scripts, tools, modules, and GUIs following Microsoft best practices. Use when writing PowerShell code, creating Windows Forms/WPF interfaces, working with PowerShell Gallery modules, or needing cmdlet/module recommendations. Covers script development, parameter design, pipeline handling, error management, and GUI creation patterns. Verifies module availability and cmdlet syntax against live documentation when accuracy is critical.
Identifies root causes through structured investigation - use before attempting fixes
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.
Personalized Claude Code plugins with specialized agents, skills, and conventions for development and code review.
Originally forked from everything-claude-code. You probably want that one rather than this one that has been tailored to my own personal workflow.
This repo provides four plugins that can be installed independently:
| Plugin | Description |
|---|---|
decaf | General-purpose agents and skills (analysis, development) |
decaf-review | Multi-agent code review, coverage analysis, and refactoring |
decaf-planning | Planning skills for PRDs, implementation plans, and phase breakdowns |
decaf-memory | Memory skills backed by erinra (hybrid semantic search, knowledge graphs) |
decaf-experimental | Experimental skills being tested before promotion to core |
# Add as a marketplace
/plugin marketplace add alphaleonis/decaf-claude-config
# Install plugins
/plugin install decaf-claude-config@decaf
/plugin install decaf-claude-config@decaf-review
/plugin install decaf-claude-config@decaf-planning
/plugin install decaf-claude-config@decaf-memory
/plugin install decaf-claude-config@decaf-experimental
Or install from a local clone:
cd /path/to/decaf-claude-config
/plugin marketplace add ./
/plugin install decaf-claude-config@decaf
/plugin install decaf-claude-config@decaf-review
/plugin install decaf-claude-config@decaf-planning
/plugin install decaf-claude-config@decaf-memory
/plugin install decaf-claude-config@decaf-experimental
Memory skills require the erinra MCP server. See the erinra repo for installation options.
# Install erinra — see https://github.com/alphaleonis/erinra-mcp#installation
# Register the MCP server
claude mcp add erinra -- erinra serve -s user
# Install the plugin
/plugin install decaf-claude-config@decaf-memory
decaf-claude-config/
├── .claude-plugin/ # Marketplace manifest
├── conventions/ # Shared convention files (@file references)
├── decaf/ # Core plugin
│ ├── .claude-plugin/plugin.json
│ ├── agents/ # 6 agents
│ └── skills/ # 5 skills
├── decaf-review/ # Review plugin
│ ├── .claude-plugin/plugin.json
│ ├── agents/ # 10 agents
│ └── skills/ # 6 skills
├── decaf-planning/ # Planning plugin
│ ├── .claude-plugin/plugin.json
│ └── skills/ # 6 skills
├── decaf-memory/ # Memory plugin (erinra)
│ ├── .claude-plugin/plugin.json
│ └── skills/ # 4 skills
├── decaf-experimental/ # Experimental plugin
│ ├── .claude-plugin/plugin.json
│ └── skills/ # 4 skills
├── CLAUDE.md
└── README.md
decaf — Core SkillsSkills are invoked as /decaf:<skill-name>.
| Skill | Description |
|---|---|
decision-critic | Stress-test decisions through adversarial analysis |
incoherence-detector | Detect doc/code/spec inconsistencies |
note | Capture a follow-up task as a bean without interrupting current work |
powershell-expert | PowerShell development patterns |
problem-analysis | Root cause investigation |
decaf — Core AgentsAgents are referenced via the Task tool as decaf:<agent-name>.
| Agent | Purpose |
|---|---|
architect | Feature architecture design |
csharp-developer | C# implementation with idiomatic patterns |
go-developer | Go implementation with idiomatic patterns |
debugger | Systematic debugging with evidence gathering |
planner | Implementation planning |
technical-writer | LLM-optimized documentation |
decaf-review — Review SkillsSkills are invoked as /decaf-review:<skill-name>.
| Skill | Description |
|---|---|
code-review | Parallel multi-agent code review with consolidation |
coverage-review | Run code coverage analysis and review gaps for severity |
refactor | Analyze code for structural improvement opportunities and produce a prioritized plan |
handle-cr | Walk through code review findings interactively |
handle-coverage | Walk through coverage gaps interactively, writing tests |
handle-refactoring | Walk through refactoring opportunities interactively |
decaf-review — Review AgentsAgents are referenced via the Task tool as decaf-review:<agent-name>.
npx claudepluginhub alphaleonis/decaf-claude-config --plugin decafMemory skills backed by erinra memory MCP server
Multi-agent code review and coverage analysis for Claude Code
Planning skills for PRDs, implementation plans, and phase breakdowns
Analytical thinking tools - dialectic analysis, bias elimination, codex consultation
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Deep analysis mode with extended reasoning for complex problems
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.