Ecc
Browse 107 Ecc agents, commands for AI coding agents — production-grounded, cited, installable. Part of the VIBE library.
aside
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
View → commandauto-update
Pull the latest ECC repo changes and reinstall the current managed targets.
View → commandcheckpoint
Create, verify, or list workflow checkpoints after running verification checks.
View → agentchief-of-staff
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.
View → agentcode-architect
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
View → agentcode-explorer
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development.
View → agentcode-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving behavior. Focus on recently modified code unless instructed otherwise.
View → agentcomment-analyzer
Analyze code comments for accuracy, completeness, maintainability, and comment rot risk.
View → agentconversation-analyzer
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Triggered by /hookify without arguments.
View → commandcpp-build
Fix C++ build errors, CMake issues, and linker problems incrementally. Invokes the cpp-build-resolver agent for minimal, surgical fixes.
View → agentcpp-build-resolver
C++ build, CMake, and compilation error resolution specialist. Fixes build errors, linker issues, and template errors with minimal changes. Use when C++ builds fail.
View → commandcpp-review
Comprehensive C++ code review for memory safety, modern C++ idioms, concurrency, and security. Invokes the cpp-reviewer agent.
View → agentcpp-reviewer
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.
View → commandcpp-test
Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.
View → agentcsharp-reviewer
Expert C# code reviewer specializing in .NET conventions, async patterns, security, nullable reference types, and performance. Use for all C# code changes. MUST BE USED for C# projects.
View → agentdart-build-resolver
Dart/Flutter build, analysis, and dependency error resolution specialist. Fixes `dart analyze` errors, Flutter compilation failures, pub dependency conflicts, and build_runner issues with minimal, surgical changes. Use when Dart/Flutter builds fail.
View → agentdatabase-reviewer
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.
View → agentdocs-lookup
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.
View → commandevolve
Analyze instincts and suggest or generate evolved structures
View → commandfeature-dev
Guided feature development with codebase understanding and architecture focus
View → commandflutter-build
Fix Dart analyzer errors and Flutter build failures incrementally. Invokes the dart-build-resolver agent for minimal, surgical fixes.
View → commandflutter-review
Review Flutter/Dart code for idiomatic patterns, widget best practices, state management, performance, accessibility, and security. Invokes the flutter-reviewer agent.
View → agentflutter-reviewer
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.
View → commandflutter-test
Run Flutter/Dart tests, report failures, and incrementally fix test issues. Covers unit, widget, golden, and integration tests.
View → commandgan-build
Run a generator/evaluator build loop for implementation tasks with bounded iterations and scoring.
View → commandgan-design
Run a generator/evaluator design loop for frontend or visual work with bounded iterations and scoring.
View → agentgan-evaluator
GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.
View → agentgan-generator
GAN Harness — Generator agent. Implements features according to the spec, reads evaluator feedback, and iterates until quality threshold is met.
View → agentgan-planner
GAN Harness — Planner agent. Expands a one-line prompt into a full product specification with features, sprints, evaluation criteria, and design direction.
View → commandgo-build
Fix Go build errors, go vet warnings, and linter issues incrementally. Invokes the go-build-resolver agent for minimal, surgical fixes.
View → agentgo-build-resolver
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.
View → commandgo-review
Comprehensive Go code review for idiomatic patterns, concurrency safety, error handling, and security. Invokes the go-reviewer agent.
View → agentgo-reviewer
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.
View → commandgo-test
Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.
View → commandgradle-build
Fix Gradle build errors for Android and KMP projects
View → commandharness-audit
Run a deterministic repository harness audit and return a prioritized scorecard.
View → agentharness-optimizer
Analyze and improve the local agent harness configuration for reliability, cost, and throughput.
View → agenthealthcare-reviewer
Reviews healthcare application code for clinical safety, CDSS accuracy, PHI compliance, and medical data integrity. Specialized for EMR/EHR, clinical decision support, and health information systems.
View → commandhookify
Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions
View → commandhookify-configure
Enable or disable hookify rules interactively
View → commandhookify-help
Get help with the hookify system
View → commandhookify-list
List all configured hookify rules
View → commandinstinct-export
Export instincts from project/global scope to a file
View → commandinstinct-import
Import instincts from file or URL into project/global scope
View → commandinstinct-status
Show learned instincts (project + global) with confidence
View → agentjava-build-resolver
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.
View → agentjava-reviewer
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.
View → commandjira
Retrieve a Jira ticket, analyze requirements, update status, or add comments. Uses the jira-integration skill and MCP or REST API.
View → commandkotlin-build
Fix Kotlin/Gradle build errors, compiler warnings, and dependency issues incrementally. Invokes the kotlin-build-resolver agent for minimal, surgical fixes.
View → agentkotlin-build-resolver
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.
View → commandkotlin-review
Comprehensive Kotlin code review for idiomatic patterns, null safety, coroutine safety, and security. Invokes the kotlin-reviewer agent.
View → agentkotlin-reviewer
Kotlin and Android/KMP code reviewer. Reviews Kotlin code for idiomatic patterns, coroutine safety, Compose best practices, clean architecture violations, and common Android pitfalls.
View → commandkotlin-test
Enforce TDD workflow for Kotlin. Write Kotest tests first, then implement. Verify 80%+ coverage with Kover.
View → commandlearn
Extract reusable patterns from the current session and save them as candidate skills or guidance.
View → commandlearn-eval
Extract reusable patterns from the session, self-evaluate quality before saving, and determine the right save location (Global vs Project).
View → agentloop-operator
Operate autonomous agent loops, monitor progress, and intervene safely when loops stall.
View → commandloop-start
Start a managed autonomous loop pattern with safety defaults and explicit stop conditions.
View → commandloop-status
Inspect active loop state, progress, failure signals, and recommended intervention.
View → commandmodel-route
Recommend the best model tier for the current task based on complexity, risk, and budget.
View → commandmulti-backend
Run a backend-focused multi-model workflow for APIs, algorithms, data, and business logic.
View → commandmulti-execute
Execute a multi-model implementation plan while preserving Claude as the only filesystem writer.
View → commandmulti-frontend
Run a frontend-focused multi-model workflow for components, layouts, animation, and UI polish.
View → commandmulti-plan
Create a multi-model implementation plan without modifying production code.
View → commandmulti-workflow
Run a full multi-model development workflow with research, planning, execution, optimization, and review.
View → agentopensource-forker
Fork any project for open-sourcing. Copies files, strips secrets and credentials (20+ patterns), replaces internal references with placeholders, generates .env.example, and cleans git history. First stage of the opensource-pipeline skill.
View → agentopensource-packager
Generate complete open-source packaging for a sanitized project. Produces CLAUDE.md, setup.sh, README.md, LICENSE, CONTRIBUTING.md, and GitHub issue templates. Makes any repo immediately usable with Claude Code. Third stage of the opensource-pipeline skill.
View → agentopensource-sanitizer
Verify an open-source fork is fully sanitized before release. Scans for leaked secrets, PII, internal references, and dangerous files using 20+ regex patterns. Generates a PASS/FAIL/PASS-WITH-WARNINGS report. Second stage of the opensource-pipeline skill. Use PROACTIVELY before any public release.
View → agentperformance-optimizer
Performance analysis and optimization specialist. Use PROACTIVELY for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.
View → agentplanner
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.
View → commandpm2
Analyze a project and generate PM2 service commands for detected frontend, backend, or database services.
View → agentpr-test-analyzer
Review pull request test coverage quality and completeness, with emphasis on behavioral coverage and real bug prevention.
View → commandprojects
List known projects and their instinct statistics
View → commandpromote
Promote project-scoped instincts to global scope
View → commandprp-commit
Quick commit with natural language file targeting — describe what to commit in plain English
View → commandprp-implement
Execute an implementation plan with rigorous validation loops
View → commandprp-plan
Create comprehensive feature implementation plan with codebase analysis and pattern extraction
View → commandprp-pr
Create a GitHub PR from current branch with unpushed commits — discovers templates, analyzes changes, pushes
View → commandprp-prd
Interactive PRD generator - problem-first, hypothesis-driven product spec with back-and-forth questioning
View → commandprune
Delete pending instincts older than 30 days that were never promoted
View → commandpython-review
Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent.
View → agentpython-reviewer
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.
View → agentpytorch-build-resolver
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.
View → commandquality-gate
Run the ECC quality pipeline for a file or project scope and report remediation steps.
View → commandrefactor-clean
Safely identify and remove dead code with verification after each change.
View → agentrefactor-cleaner
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.
View → commandresume-session
Load the most recent session file from ~/.claude/session-data/ and resume work with full context from where the last session ended.
View → commandreview-pr
Comprehensive PR review using specialized agents
View → commandrust-build
Fix Rust build errors, borrow checker issues, and dependency problems incrementally. Invokes the rust-build-resolver agent for minimal, surgical fixes.
View → agentrust-build-resolver
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.
View → commandrust-review
Comprehensive Rust code review for ownership, lifetimes, error handling, unsafe usage, and idiomatic patterns. Invokes the rust-reviewer agent.
View → agentrust-reviewer
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.
View → commandrust-test
Enforce TDD workflow for Rust. Write tests first, then implement. Verify 80%+ coverage with cargo-llvm-cov.
View → commandsanta-loop
Adversarial dual-review convergence loop — two independent model reviewers must both approve before code ships.
View → commandsave-session
Save current session state to a dated file in ~/.claude/session-data/ so work can be resumed in a future session with full context.
View → agentsecurity-reviewer
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.
View → agentseo-specialist
SEO specialist for technical SEO audits, on-page optimization, structured data, Core Web Vitals, and content/keyword mapping. Use for site audits, meta tag reviews, schema markup, sitemap and robots issues, and SEO remediation plans.
View → commandsessions
Manage Claude Code session history, aliases, and session metadata.
View → commandsetup-pm
Configure your preferred package manager (npm/pnpm/yarn/bun)
View → agentsilent-failure-hunter
Review code for silent failures, swallowed errors, bad fallbacks, and missing error propagation.
View → commandskill-create
Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.
View → commandskill-health
Show skill portfolio health dashboard with charts and analytics
View → agenttdd-guide
Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.
View → commandtest-coverage
Analyze coverage, identify gaps, and generate missing tests toward the target threshold.
View → agenttype-design-analyzer
Analyze type design for encapsulation, invariant expression, usefulness, and enforcement.
View → agenttypescript-reviewer
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.
View → commandupdate-codemaps
Scan project structure and generate token-lean architecture codemaps.
View → commandupdate-docs
Sync documentation from source-of-truth files such as scripts, schemas, routes, and exports.
View →