Overview
Everything Claude Code provides complete integration with Claude Code CLI v2.1.0+, including:- 13 specialized agents for delegated tasks
- 33 slash commands for quick execution
- 56 workflow skills and domain knowledge libraries
- 8 hook event types for trigger-based automation
- 29 rules (9 common + 20 language-specific)
- 14 MCP server configurations
Installation
Quick Install (Recommended)
Install as a Claude Code plugin for instant access to all components:~/.claude/settings.json:
Install Rules (Required)
Available Features
13 Specialized Agents
| Agent | Purpose |
|---|---|
| planner | Feature implementation planning |
| architect | System design decisions |
| tdd-guide | Test-driven development |
| code-reviewer | Quality and security review |
| security-reviewer | Vulnerability analysis |
| build-error-resolver | Fix build errors |
| e2e-runner | Playwright E2E testing |
| refactor-cleaner | Dead code cleanup |
| doc-updater | Documentation sync |
| go-reviewer | Go code review |
| go-build-resolver | Go build error resolution |
| python-reviewer | Python code review |
| database-reviewer | Database/Supabase review |
33 Commands
56 Skills
Coding Standards (5)
Coding Standards (5)
- coding-standards — Universal coding standards
- cpp-coding-standards — C++ Core Guidelines
- java-coding-standards — Java coding standards
- python-patterns — Python idioms and best practices
- golang-patterns — Go idioms and best practices
Backend Patterns (8)
Backend Patterns (8)
- backend-patterns — API, database, caching patterns
- api-design — REST API design, pagination, error responses
- database-migrations — Migration patterns (Prisma, Drizzle, Django, Go)
- postgres-patterns — PostgreSQL optimization patterns
- jpa-patterns — JPA/Hibernate patterns
- clickhouse-io — ClickHouse analytics and queries
- django-patterns — Django models, views, ORM
- springboot-patterns — Java Spring Boot patterns
Frontend Patterns (3)
Frontend Patterns (3)
- frontend-patterns — React, Next.js patterns
- frontend-slides — HTML presentation builder with PPTX conversion
- liquid-glass-design — iOS 26 Liquid Glass design system
Testing & Verification (11)
Testing & Verification (11)
- tdd-workflow — Test-driven development methodology
- e2e-testing — Playwright E2E patterns and Page Object Model
- golang-testing — Go testing patterns, TDD, benchmarks
- python-testing — Python testing with pytest
- cpp-testing — C++ testing with GoogleTest, CMake/CTest
- django-tdd — Django TDD workflow
- django-verification — Django verification loops
- springboot-tdd — Spring Boot TDD
- springboot-verification — Spring Boot verification
- eval-harness — Evaluation-driven development
- verification-loop — Build, test, lint, typecheck, security
Security & Review (4)
Security & Review (4)
- security-review — Comprehensive security checklist
- security-scan — AgentShield security auditor integration
- django-security — Django security best practices
- springboot-security — Spring Boot security
AI & Content (5)
AI & Content (5)
- article-writing — Long-form writing without generic AI tone
- content-engine — Multi-platform social content workflows
- market-research — Source-attributed research
- investor-materials — Pitch decks, memos, financial models
- investor-outreach — Personalized fundraising outreach
Advanced Patterns (10)
Advanced Patterns (10)
- continuous-learning — Auto-extract patterns from sessions
- continuous-learning-v2 — Instinct-based learning with confidence scoring
- iterative-retrieval — Progressive context refinement for subagents
- strategic-compact — Manual compaction suggestions
- search-first — Research-before-coding workflow
- content-hash-cache-pattern — SHA-256 content hash caching
- cost-aware-llm-pipeline — LLM cost optimization and model routing
- regex-vs-llm-structured-text — Decision framework for text parsing
- swift-actor-persistence — Thread-safe Swift data persistence
- swift-protocol-di-testing — Protocol-based DI for testable Swift
DevOps & Deployment (3)
DevOps & Deployment (3)
- deployment-patterns — CI/CD, health checks, rollbacks
- docker-patterns — Docker Compose, networking, volumes, security
- nutrient-document-processing — Document processing with Nutrient API
Tools & Utilities (2)
Tools & Utilities (2)
- configure-ecc — Interactive installation wizard
- skill-stocktake — Audit skills and commands for quality
Hook Events
Claude Code supports 8 hook event types:Configuration Examples
Minimal Setup
~/.claude/settings.json
Optimized for Cost
~/.claude/settings.json
Per-Project Overrides
.claude/settings.json
Package Manager Detection
The plugin automatically detects your preferred package manager with the following priority:- Environment variable:
CLAUDE_PACKAGE_MANAGER - Project config:
.claude/package-manager.json - package.json:
packageManagerfield - Lock file: Detection from package-lock.json, yarn.lock, pnpm-lock.yaml, or bun.lockb
- Global config:
~/.claude/package-manager.json - Fallback: First available package manager
Requirements
Check your version:Important: Hooks Auto-Loading Behavior
Claude Code v2.1+ automatically loadshooks/hooks.json from any installed plugin by convention.
Usage
Check Installed Components
Starting a New Feature
Fixing a Bug
Preparing for Production
Cross-Platform Notes
All hooks and scripts are written in Node.js for maximum compatibility across Windows, macOS, and Linux.Next Steps
Agents
Explore the 13 specialized agents
Commands
See all 33 slash commands
Skills
Browse 56 workflow skills
Hooks
Configure trigger-based automation