Skip to content

Commands

76 items
command

aside

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

command

auto-update

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

command

build-fix

Detect the project build system and incrementally fix build/type errors with minimal safe changes.

command

checkpoint

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

command

code-review

Code review — local uncommitted changes or GitHub PR (pass PR number/URL for PR mode)

command

cost-report

Generate a local Claude Code cost report from a cost-tracker SQLite database.

command

cpp-build

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

command

cpp-review

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

command

cpp-test

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

command

ecc-guide

Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository surface.

command

evolve

Analyze instincts and suggest or generate evolved structures

command

fastapi-review

Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, security, performance, and testability.

command

feature-dev

Guided feature development with codebase understanding and architecture focus

command

flutter-build

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

command

flutter-review

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

command

flutter-test

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

command

gan-build

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

command

gan-design

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

command

go-build

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

command

go-review

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

command

go-test

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

command

gradle-build

Fix Gradle build errors for Android and KMP projects

command

harness-audit

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

command

hookify

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

command

hookify-configure

Enable or disable hookify rules interactively

command

hookify-help

Get help with the hookify system

command

hookify-list

List all configured hookify rules

command

instinct-export

Export instincts from project/global scope to a file

command

instinct-import

Import instincts from file or URL into project/global scope

command

instinct-status

Show learned instincts (project + global) with confidence

command

jira

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

command

kotlin-build

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

command

kotlin-review

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

command

kotlin-test

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

command

learn

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

command

learn-eval

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

command

loop-start

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

command

loop-status

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

command

marketing-campaign

Plan and execute a full marketing campaign. Accepts a product brief and returns positioning, landing page copy, email sequence, social posts, ad variants, video scripts, and a content calendar. Can also review existing copy for conversion quality.

command

model-route

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

command

multi-backend

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

command

multi-execute

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

command

multi-frontend

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

command

multi-plan

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

command

multi-workflow

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

command

plan

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

command

plan-prd

Generate a lean, problem-first PRD and hand off to /plan for implementation planning.

command

pm2

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

command

pr

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

command

project-init

Detect a project's stack and produce a dry-run ECC onboarding plan using the repository's install manifests and stack mappings.

command

projects

List known projects and their instinct statistics

command

promote

Promote project-scoped instincts to global scope

command

prp-commit

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

command

prp-implement

Execute an implementation plan with rigorous validation loops

command

prp-plan

Create comprehensive feature implementation plan with codebase analysis and pattern extraction

command

prp-pr

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

command

prp-prd

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

command

prune

Delete pending instincts older than 30 days that were never promoted

command

python-review

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

command

quality-gate

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

command

refactor-clean

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

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.

command

review-pr

Comprehensive PR review using specialized agents

command

rust-build

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

command

rust-review

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

command

rust-test

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

command

santa-loop

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

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.

command

security-scan

Run AgentShield against agent, hook, MCP, permission, and secret surfaces.

command

sessions

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

command

setup-pm

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

command

skill-create

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

command

skill-health

Show skill portfolio health dashboard with charts and analytics

command

test-coverage

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

command

update-codemaps

Scan project structure and generate token-lean architecture codemaps.

command

update-docs

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