Product

  • Browse Plugins
  • Marketplaces
  • Pricing
  • About
  • Contact

Resources

  • Learning Center
  • Claude Code Docs
  • Plugin Guide
  • Plugin Reference
  • Plugin Marketplaces

Community

  • Browse on GitHub
  • Get Support

Admin

  • Admin Panel

Legal

  • Terms of Service
  • Privacy Policy
Community Maintained•Not affiliated with Anthropic

© 2025 ClaudePluginHub

ClaudePluginHub
ClaudePluginHub
ToolsLearn
Search everything...
Back to Plugins
Community Plugin

everything-claude-code

1.8.0
Released Mar 21, 2026
Install
1
Run in your terminal
$
npx claudepluginhub affaan-m/everything-claude-code --plugin everything-claude-code
Description

Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use

Components

Commands

59
Aside Command
/aside
default tools

Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.

Build and Fix
/build-fix
default tools

Incrementally fix build and type errors with minimal, safe changes.

Checkpoint Command
/checkpoint
default tools

Create or verify a checkpoint in your workflow.

Claw Command
/claw
default tools

Start NanoClaw v2 — ECC's persistent, zero-dependency REPL with model routing, skill hot-load, branching, compaction, export, and metrics.

Code Review
/code-review
default tools

Comprehensive security and quality review of uncommitted changes:

Context Budget Optimizer
/context-budget
default tools

Analyze context window usage across agents, skills, MCP servers, and rules to find optimization opportunities. Helps reduce token overhead and avoid performance warnings.

C++ Build and Fix
/cpp-build
default tools

Fix C++ build errors, CMake issues, and linker problems incrementally. Invokes the cpp-build-resolver agent for minimal, surgical fixes.

C++ Code Review
/cpp-review
default tools

Comprehensive C++ code review for memory safety, modern C++ idioms, concurrency, and security. Invokes the cpp-reviewer agent.

C++ TDD Command
/cpp-test
default tools

Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.

DevFleet — Multi-Agent Orchestration
/devfleet
default tools

Orchestrate parallel Claude Code agents via Claude DevFleet — plan projects from natural language, dispatch agents in isolated worktrees, monitor progress, and read structured reports.

/docs
/docs
default tools

Look up current documentation for a library or topic via Context7.

E2E Command
/e2e
default tools

Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.

Eval Command
/eval
default tools

Manage eval-driven development workflow.

evolve
/evolve
default tools

Analyze instincts and suggest or generate evolved structures

Go Build and Fix
/go-build
default tools

Fix Go build errors, go vet warnings, and linter issues incrementally. Invokes the go-build-resolver agent for minimal, surgical fixes.

Go Code Review
/go-review
default tools

Comprehensive Go code review for idiomatic patterns, concurrency safety, error handling, and security. Invokes the go-reviewer agent.

Go TDD Command
/go-test
default tools

Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.

Gradle Build Fix
/gradle-build
default tools

Fix Gradle build errors for Android and KMP projects

Harness Audit Command
/harness-audit
default tools

Run a deterministic repository harness audit and return a prioritized scorecard.

instinct-export
/instinct-export
default tools

Export instincts from project/global scope to a file

instinct-import
/instinct-import
default tools

Import instincts from file or URL into project/global scope

instinct-status
/instinct-status
default tools

Show learned instincts (project + global) with confidence

Kotlin Build and Fix
/kotlin-build
default tools

Fix Kotlin/Gradle build errors, compiler warnings, and dependency issues incrementally. Invokes the kotlin-build-resolver agent for minimal, surgical fixes.

Kotlin Code Review
/kotlin-review
default tools

Comprehensive Kotlin code review for idiomatic patterns, null safety, coroutine safety, and security. Invokes the kotlin-reviewer agent.

Kotlin TDD Command
/kotlin-test
default tools

Enforce TDD workflow for Kotlin. Write Kotest tests first, then implement. Verify 80%+ coverage with Kover.

/learn-eval - Extract, Evaluate, then Save
/learn-eval
default tools

Extract reusable patterns from the session, self-evaluate quality before saving, and determine the right save location (Global vs Project).

/learn - Extract Reusable Patterns
/learn
default tools

Analyze the current session and extract any patterns worth saving as skills.

Loop Start Command
/loop-start
default tools

Start a managed autonomous loop pattern with safety defaults.

Loop Status Command
/loop-status
default tools

Inspect active loop state, progress, and failure signals.

Model Route Command
/model-route
default tools

Recommend the best model tier for the current task by complexity and budget.

Backend - Backend-Focused Development
/multi-backend
default tools

Backend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Codex-led.

Execute - Multi-Model Collaborative Execution
/multi-execute
default tools

Multi-model collaborative execution - Get prototype from plan → Claude refactors and implements → Multi-model audit and delivery.

Frontend - Frontend-Focused Development
/multi-frontend
default tools

Frontend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Gemini-led.

Plan - Multi-Model Collaborative Planning
/multi-plan
default tools

Multi-model collaborative planning - Context retrieval + Dual-model analysis → Generate step-by-step implementation plan.

Workflow - Multi-Model Collaborative Development
/multi-workflow
default tools

Multi-model collaborative development workflow (Research → Ideation → Plan → Execute → Optimize → Review), with intelligent routing: Frontend → Gemini, Backend → Codex.

Orchestrate Command
/orchestrate
default tools

Sequential and tmux/worktree orchestration guidance for multi-agent workflows.

Plan Command
/plan
default tools

Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.

PM2 Init
/pm2
default tools

Auto-analyze project and generate PM2 service commands.

projects
/projects
default tools

List known projects and their instinct statistics

promote
/promote
default tools

Promote project-scoped instincts to global scope

/prompt-optimize
/prompt-optimize
default tools

Analyze a draft prompt and output an optimized, ECC-enriched version ready to paste and run. Does NOT execute the task — outputs advisory analysis only.

Python Code Review
/python-review
default tools

Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent.

Quality Gate Command
/quality-gate
default tools

Run the ECC quality pipeline on demand for a file or project scope.

Refactor Clean
/refactor-clean
default tools

Safely identify and remove dead code with test verification at every step.

Resume Session Command
/resume-session
default tools

Load the most recent session file from ~/.claude/sessions/ and resume work with full context from where the last session ended.

/rules-distill — Distill Principles from Skills into Rules
/rules-distill
default tools

Scan skills to extract cross-cutting principles and distill them into rules

Rust Build and Fix
/rust-build
default tools

Fix Rust build errors, borrow checker issues, and dependency problems incrementally. Invokes the rust-build-resolver agent for minimal, surgical fixes.

Rust Code Review
/rust-review
default tools

Comprehensive Rust code review for ownership, lifetimes, error handling, unsafe usage, and idiomatic patterns. Invokes the rust-reviewer agent.

Rust TDD Command
/rust-test
default tools

Enforce TDD workflow for Rust. Write tests first, then implement. Verify 80%+ coverage with cargo-llvm-cov.

Save Session Command
/save-session
default tools

Save current session state to a dated file in ~/.claude/sessions/ so work can be resumed in a future session with full context.

Sessions Command
/sessions
default tools

Manage Claude Code session history, aliases, and session metadata.

Package Manager Setup
/setup-pm
default tools

Configure your preferred package manager (npm/pnpm/yarn/bun)

skill-create
/skill-create
default tools

Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.

skill-health
/skill-health
default tools

Show skill portfolio health dashboard with charts and analytics

TDD Command
/tdd
default tools

Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.

Test Coverage
/test-coverage
default tools

Analyze test coverage, identify gaps, and generate missing tests to reach 80%+ coverage.

Update Codemaps
/update-codemaps
default tools

Analyze the codebase structure and generate token-lean architecture documentation.

Update Documentation
/update-docs
default tools

Sync documentation with the codebase, generating from source-of-truth files.

Verification Command
/verify
default tools

Run comprehensive verification on current codebase state.

Agents

28
architect
/architect
opus
3 tools

Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.

build-error-resolver
/build-error-resolver
sonnet
6 tools

Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.

chief-of-staff
/chief-of-staff
opus
6 tools

Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.

code-reviewer
/code-reviewer
sonnet
4 tools

Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.

cpp-build-resolver
/cpp-build-resolver
sonnet
6 tools

C++ build, CMake, and compilation error resolution specialist. Fixes build errors, linker issues, and template errors with minimal changes. Use when C++ builds fail.

cpp-reviewer
/cpp-reviewer
sonnet
4 tools

Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.

database-reviewer
/database-reviewer
sonnet
6 tools

PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.

doc-updater
/doc-updater
haiku
6 tools

Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.

docs-lookup
/docs-lookup
sonnet
4 tools

When the user asks how to use a library, framework, or API or needs up-to-date code examples, use Context7 MCP to fetch current documentation and return answers with examples. Invoke for docs/API/setup questions.

e2e-runner
/e2e-runner
sonnet
6 tools

End-to-end testing specialist using Vercel Agent Browser (preferred) with Playwright fallback. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.

flutter-reviewer
/flutter-reviewer
sonnet
4 tools

Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.

go-build-resolver
/go-build-resolver
sonnet
6 tools

Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail.

go-reviewer
/go-reviewer
sonnet
4 tools

Expert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED for Go projects.

harness-optimizer
/harness-optimizer
sonnet
5 tools

Analyze and improve the local agent harness configuration for reliability, cost, and throughput.

java-build-resolver
/java-build-resolver
sonnet
6 tools

Java/Maven/Gradle build, compilation, and dependency error resolution specialist. Fixes build errors, Java compiler errors, and Maven/Gradle issues with minimal changes. Use when Java or Spring Boot builds fail.

java-reviewer
/java-reviewer
sonnet
4 tools

Expert Java and Spring Boot code reviewer specializing in layered architecture, JPA patterns, security, and concurrency. Use for all Java code changes. MUST BE USED for Spring Boot projects.

kotlin-build-resolver
/kotlin-build-resolver
sonnet
6 tools

Kotlin/Gradle build, compilation, and dependency error resolution specialist. Fixes build errors, Kotlin compiler errors, and Gradle issues with minimal changes. Use when Kotlin builds fail.

kotlin-reviewer
/kotlin-reviewer
sonnet
4 tools

Kotlin and Android/KMP code reviewer. Reviews Kotlin code for idiomatic patterns, coroutine safety, Compose best practices, clean architecture violations, and common Android pitfalls.

loop-operator
/loop-operator
sonnet
5 tools

Operate autonomous agent loops, monitor progress, and intervene safely when loops stall.

planner
/planner
opus
3 tools

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.

python-reviewer
/python-reviewer
sonnet
4 tools

Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.

pytorch-build-resolver
/pytorch-build-resolver
sonnet
6 tools

PyTorch runtime, CUDA, and training error resolution specialist. Fixes tensor shape mismatches, device errors, gradient issues, DataLoader problems, and mixed precision failures with minimal changes. Use when PyTorch training or inference crashes.

refactor-cleaner
/refactor-cleaner
sonnet
6 tools

Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.

rust-build-resolver
/rust-build-resolver
sonnet
6 tools

Rust build, compilation, and dependency error resolution specialist. Fixes cargo build errors, borrow checker issues, and Cargo.toml problems with minimal changes. Use when Rust builds fail.

rust-reviewer
/rust-reviewer
sonnet
4 tools

Expert Rust code reviewer specializing in ownership, lifetimes, error handling, unsafe usage, and idiomatic patterns. Use for all Rust code changes. MUST BE USED for Rust projects.

security-reviewer
/security-reviewer
sonnet
6 tools

Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.

tdd-guide
/tdd-guide
sonnet
5 tools

Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.

typescript-reviewer
/typescript-reviewer
sonnet
4 tools

Expert TypeScript/JavaScript code reviewer specializing in type safety, async correctness, Node/web security, and idiomatic patterns. Use for all TypeScript and JavaScript code changes. MUST BE USED for TypeScript/JavaScript projects.

Skills

116
agent-eval
default tools

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

agent-harness-construction
default tools

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

agentic-engineering
default tools

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.

ai-first-engineering
default tools

Engineering operating model for teams where AI agents generate a large share of implementation output.

ai-regression-testing
default tools

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.

android-clean-architecture
default tools

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

api-design
default tools

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

architecture-decision-records
default tools

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

article-writing
default tools

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

autonomous-loops
default tools

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

backend-patterns
default tools

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

blueprint
default tools

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".

bun-runtime
default tools

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

carrier-relationship-management
default tools

Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years experience. Includes scorecarding frameworks, RFP processes, market intelligence, and compliance vetting. Use when managing carriers, negotiating rates, evaluating carrier performance, or building freight strategies.

claude-api
default tools

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

claude-devfleet
default tools

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

clickhouse-io
default tools

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

codebase-onboarding
default tools

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

coding-standards
default tools

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

compose-multiplatform-patterns
default tools

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

configure-ecc
default tools

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

content-engine
default tools

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

content-hash-cache-pattern
default tools

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

context-budget
default tools

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

continuous-agent-loop
default tools

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

continuous-learning-v2
default tools
9 assets

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

continuous-learning
default tools
2 assets

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

cost-aware-llm-pipeline
default tools

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

cpp-coding-standards
default tools

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

cpp-testing
default tools

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

crosspost
default tools

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

customs-trade-compliance
default tools

Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Informed by trade compliance specialists with 15+ years experience. Includes HS classification logic, Incoterms application, FTA utilization, and penalty mitigation. Use when handling customs clearance, tariff classification, trade compliance, import/export documentation, or duty optimization.

data-scraper-agent
default tools

Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.

database-migrations
default tools

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate).

deep-research
default tools

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

deployment-patterns
default tools

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

django-patterns
default tools

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

django-security
default tools

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

django-tdd
default tools

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

django-verification
default tools

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

dmux-workflows
default tools

Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.

docker-patterns
default tools

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

documentation-lookup
default tools

Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).

e2e-testing
default tools

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

energy-procurement
default tools

Codified expertise for electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost management. Informed by energy procurement managers with 15+ years experience at large commercial and industrial consumers. Includes market structure analysis, hedging strategies, load profiling, and sustainability reporting frameworks. Use when procuring energy, optimizing tariffs, managing demand charges, evaluating PPAs, or developing energy strategies.

enterprise-agent-ops
default tools

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

eval-harness
default tools

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

exa-search
default tools

Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.

fal-ai-media
default tools

Unified media generation via fal.ai MCP — image, video, and audio. Covers text-to-image (Nano Banana), text/image-to-video (Seedance, Kling, Veo 3), text-to-speech (CSM-1B), and video-to-audio (ThinkSound). Use when the user wants to generate images, videos, or audio with AI.

flutter-dart-code-review
default tools

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.

foundation-models-on-device
default tools

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

frontend-patterns
default tools

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

frontend-slides
default tools
1 assets

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

golang-patterns
default tools

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

golang-testing
default tools

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

inventory-demand-planning
default tools

Codified expertise for demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation at multi-location retailers. Informed by demand planners with 15+ years experience managing hundreds of SKUs. Includes forecasting method selection, ABC/XYZ analysis, seasonal transition management, and vendor negotiation frameworks. Use when forecasting demand, setting safety stock, planning replenishment, managing promotions, or optimizing inventory levels.

investor-materials
default tools

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.

investor-outreach
default tools

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.

iterative-retrieval
default tools

Pattern for progressively refining context retrieval to solve the subagent context problem

java-coding-standards
default tools

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

jpa-patterns
default tools

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.

kotlin-coroutines-flows
default tools

Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.

kotlin-exposed-patterns
default tools

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

kotlin-ktor-patterns
default tools

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

kotlin-patterns
default tools

Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

kotlin-testing
default tools

Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices.

laravel-patterns
default tools

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

laravel-security
default tools

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

laravel-tdd
default tools

Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.

laravel-verification
default tools

Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

liquid-glass-design
default tools

iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.

logistics-exception-management
default tools

Codified expertise for handling freight exceptions, shipment delays, damages, losses, and carrier disputes. Informed by logistics professionals with 15+ years operational experience. Includes escalation protocols, carrier-specific behaviors, claims procedures, and judgment frameworks. Use when handling shipping exceptions, freight claims, delivery issues, or carrier disputes.

market-research
default tools

Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions.

mcp-server-patterns
default tools

Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

nanoclaw-repl
default tools

Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.

nextjs-turbopack
default tools

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

nutrient-document-processing
default tools

Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images.

nuxt4-patterns
default tools

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.

perl-patterns
default tools

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

perl-security
default tools

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.

perl-testing
default tools

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

plankton-code-quality
default tools

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

postgres-patterns
default tools

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

production-scheduling
default tools

Codified expertise for production scheduling, job sequencing, line balancing, changeover optimization, and bottleneck resolution in discrete and batch manufacturing. Informed by production schedulers with 15+ years experience. Includes TOC/drum-buffer-rope, SMED, OEE analysis, disruption response frameworks, and ERP/MES interaction patterns. Use when scheduling production, resolving bottlenecks, optimizing changeovers, responding to disruptions, or balancing manufacturing lines.

project-guidelines-example
default tools

Example project-specific skill template based on a real production application.

prompt-optimizer
default tools

Analyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite this prompt", or explicitly asks to enhance prompt quality. Also triggers on Chinese equivalents: "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令". DO NOT TRIGGER when: user wants the task executed directly, or says "just do it" / "直接做". DO NOT TRIGGER when user says "优化代码", "优化性能", "optimize performance", "optimize this code" — those are refactoring/performance tasks, not prompt optimization.

python-patterns
default tools

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

python-testing
default tools

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

pytorch-patterns
default tools

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

quality-nonconformance
default tools

Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing. Informed by quality engineers with 15+ years experience across FDA, IATF 16949, and AS9100 environments. Includes NCR lifecycle management, CAPA systems, SPC interpretation, and audit methodology. Use when investigating non-conformances, performing root cause analysis, managing CAPAs, interpreting SPC data, or handling supplier quality issues.

ralphinho-rfc-pipeline
default tools

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.

regex-vs-llm-structured-text
default tools

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

returns-reverse-logistics
default tools

Codified expertise for returns authorization, receipt and inspection, disposition decisions, refund processing, fraud detection, and warranty claims management. Informed by returns operations managers with 15+ years experience. Includes grading frameworks, disposition economics, fraud pattern recognition, and vendor recovery processes. Use when handling product returns, reverse logistics, refund decisions, return fraud detection, or warranty claims.

rules-distill
default tools
2 assets

Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files

rust-patterns
default tools

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

rust-testing
default tools

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

search-first
default tools

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.

security-review
default tools
1 assets

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

security-scan
default tools

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

skill-stocktake
default tools
3 assets

Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

springboot-patterns
default tools

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

springboot-security
default tools

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

springboot-tdd
default tools

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

springboot-verification
default tools

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

strategic-compact
default tools
1 assets

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

swift-actor-persistence
default tools

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

swift-concurrency-6-2
default tools

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

swift-protocol-di-testing
default tools

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

swiftui-patterns
default tools

SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.

tdd-workflow
default tools

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

team-builder
default tools

Interactive agent picker for composing and dispatching parallel teams

verification-loop
default tools

A comprehensive verification system for Claude Code sessions.

video-editing
default tools

AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video, cut footage, create vlogs, or build video content.

videodb
1 tools
11 assets

See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, video), and create real time alerts for events from live streams or desktop capture.

visa-doc-translate
default tools
1 assets

Translate visa application documents (images) to English and create a bilingual PDF with original and translation

x-api
default tools

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

Hooks

1
Review workflow modifications before installing
Event Hooks
7 events
26 hooks
Bash
File writes
All tools

26 hooks across 7 events

Stats
Stars93642
Forks12264
Installs298
MaintenanceExcellent
Last CommitMar 21, 2026
Community Promotion
Collections
Links
View on GitHub
View README
Plugin Marketplace JSON
Categories
productivity
testing
security
Available In
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
Keywords
claude-code
agents
skills
hooks
rules
tdd
code-review
security
+3 more
Stats
Stars93642
Forks12264
Installs298
MaintenanceExcellent
Last CommitMar 21, 2026
Community Promotion
Collections
Links
View on GitHub
View README
Plugin Marketplace JSON
Categories
productivity
testing
security
Available In
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
everything-claude-code
Keywords
claude-code
agents
skills
hooks
rules
tdd
code-review
security
+3 more

Similar Plugins

superpowers

102.8k
·
371

Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques

—
v5.0.5

fullstack-dev-skills

5.7k
·
41

Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.

—
v0.4.10

beads

19.4k
·
17

AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.

—
v0.61.0

voltagent-qa-sec

14.4k
·
16

Testing, security, and code quality experts - code review, penetration testing, QA automation

—
v1.0.1