◆ Category · 107 assets

Ecc

Browse 107 Ecc agents, commands for AI coding agents — production-grounded, cited, installable. Part of the VIBE library.

command

aside

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

View →
command

auto-update

Pull the latest ECC repo changes and reinstall the current managed targets.

View →
command

checkpoint

Create, verify, or list workflow checkpoints after running verification checks.

View →
agent

chief-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 →
agent

code-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 →
agent

code-explorer

Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development.

View →
agent

code-simplifier

Simplifies and refines code for clarity, consistency, and maintainability while preserving behavior. Focus on recently modified code unless instructed otherwise.

View →
agent

comment-analyzer

Analyze code comments for accuracy, completeness, maintainability, and comment rot risk.

View →
agent

conversation-analyzer

Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Triggered by /hookify without arguments.

View →
command

cpp-build

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

View →
agent

cpp-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 →
command

cpp-review

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

View →
agent

cpp-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 →
command

cpp-test

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

View →
agent

csharp-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 →
agent

dart-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 →
agent

database-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 →
agent

docs-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 →
command

evolve

Analyze instincts and suggest or generate evolved structures

View →
command

feature-dev

Guided feature development with codebase understanding and architecture focus

View →
command

flutter-build

Fix Dart analyzer errors and Flutter build failures incrementally. Invokes the dart-build-resolver agent for minimal, surgical fixes.

View →
command

flutter-review

Review Flutter/Dart code for idiomatic patterns, widget best practices, state management, performance, accessibility, and security. Invokes the flutter-reviewer agent.

View →
agent

flutter-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 →
command

flutter-test

Run Flutter/Dart tests, report failures, and incrementally fix test issues. Covers unit, widget, golden, and integration tests.

View →
command

gan-build

Run a generator/evaluator build loop for implementation tasks with bounded iterations and scoring.

View →
command

gan-design

Run a generator/evaluator design loop for frontend or visual work with bounded iterations and scoring.

View →
agent

gan-evaluator

GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.

View →
agent

gan-generator

GAN Harness — Generator agent. Implements features according to the spec, reads evaluator feedback, and iterates until quality threshold is met.

View →
agent

gan-planner

GAN Harness — Planner agent. Expands a one-line prompt into a full product specification with features, sprints, evaluation criteria, and design direction.

View →
command

go-build

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

View →
agent

go-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 →
command

go-review

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

View →
agent

go-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 →
command

go-test

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

View →
command

gradle-build

Fix Gradle build errors for Android and KMP projects

View →
command

harness-audit

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

View →
agent

harness-optimizer

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

View →
agent

healthcare-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 →
command

hookify

Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions

View →
command

hookify-configure

Enable or disable hookify rules interactively

View →
command

hookify-help

Get help with the hookify system

View →
command

hookify-list

List all configured hookify rules

View →
command

instinct-export

Export instincts from project/global scope to a file

View →
command

instinct-import

Import instincts from file or URL into project/global scope

View →
command

instinct-status

Show learned instincts (project + global) with confidence

View →
agent

java-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 →
agent

java-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 →
command

jira

Retrieve a Jira ticket, analyze requirements, update status, or add comments. Uses the jira-integration skill and MCP or REST API.

View →
command

kotlin-build

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

View →
agent

kotlin-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 →
command

kotlin-review

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

View →
agent

kotlin-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 →
command

kotlin-test

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

View →
command

learn

Extract reusable patterns from the current session and save them as candidate skills or guidance.

View →
command

learn-eval

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

View →
agent

loop-operator

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

View →
command

loop-start

Start a managed autonomous loop pattern with safety defaults and explicit stop conditions.

View →
command

loop-status

Inspect active loop state, progress, failure signals, and recommended intervention.

View →
command

model-route

Recommend the best model tier for the current task based on complexity, risk, and budget.

View →
command

multi-backend

Run a backend-focused multi-model workflow for APIs, algorithms, data, and business logic.

View →
command

multi-execute

Execute a multi-model implementation plan while preserving Claude as the only filesystem writer.

View →
command

multi-frontend

Run a frontend-focused multi-model workflow for components, layouts, animation, and UI polish.

View →
command

multi-plan

Create a multi-model implementation plan without modifying production code.

View →
command

multi-workflow

Run a full multi-model development workflow with research, planning, execution, optimization, and review.

View →
agent

opensource-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 →
agent

opensource-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 →
agent

opensource-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 →
agent

performance-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 →
agent

planner

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 →
command

pm2

Analyze a project and generate PM2 service commands for detected frontend, backend, or database services.

View →
agent

pr-test-analyzer

Review pull request test coverage quality and completeness, with emphasis on behavioral coverage and real bug prevention.

View →
command

projects

List known projects and their instinct statistics

View →
command

promote

Promote project-scoped instincts to global scope

View →
command

prp-commit

Quick commit with natural language file targeting — describe what to commit in plain English

View →
command

prp-implement

Execute an implementation plan with rigorous validation loops

View →
command

prp-plan

Create comprehensive feature implementation plan with codebase analysis and pattern extraction

View →
command

prp-pr

Create a GitHub PR from current branch with unpushed commits — discovers templates, analyzes changes, pushes

View →
command

prp-prd

Interactive PRD generator - problem-first, hypothesis-driven product spec with back-and-forth questioning

View →
command

prune

Delete pending instincts older than 30 days that were never promoted

View →
command

python-review

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

View →
agent

python-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 →
agent

pytorch-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 →
command

quality-gate

Run the ECC quality pipeline for a file or project scope and report remediation steps.

View →
command

refactor-clean

Safely identify and remove dead code with verification after each change.

View →
agent

refactor-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 →
command

resume-session

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

View →
command

review-pr

Comprehensive PR review using specialized agents

View →
command

rust-build

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

View →
agent

rust-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 →
command

rust-review

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

View →
agent

rust-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 →
command

rust-test

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

View →
command

santa-loop

Adversarial dual-review convergence loop — two independent model reviewers must both approve before code ships.

View →
command

save-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 →
agent

security-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 →
agent

seo-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 →
command

sessions

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

View →
command

setup-pm

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

View →
agent

silent-failure-hunter

Review code for silent failures, swallowed errors, bad fallbacks, and missing error propagation.

View →
command

skill-create

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

View →
command

skill-health

Show skill portfolio health dashboard with charts and analytics

View →
agent

tdd-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 →
command

test-coverage

Analyze coverage, identify gaps, and generate missing tests toward the target threshold.

View →
agent

type-design-analyzer

Analyze type design for encapsulation, invariant expression, usefulness, and enforcement.

View →
agent

typescript-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 →
command

update-codemaps

Scan project structure and generate token-lean architecture codemaps.

View →
command

update-docs

Sync documentation from source-of-truth files such as scripts, schemas, routes, and exports.

View →