Commands Directory
Browse slash commands from Claude Code plugins
Browse slash commands from Claude Code plugins
Browse slash commands from Claude Code plugins
/execute-planDeprecated - use the superpowers:executing-plans skill instead
/multi-backendBackend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Codex-led.
/multi-executeMulti-model collaborative execution - Get prototype from plan → Claude refactors and implements → Multi-model audit and delivery.
/context-budgetAnalyze context window usage across agents, skills, MCP servers, and rules to find optimization opportunities. Helps reduce token overhead and avoid performance warnings.
/cpp-buildFix C++ build errors, CMake issues, and linker problems incrementally. Invokes the cpp-build-resolver agent for minimal, surgical fixes.
/go-testEnforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.
/learnAnalyze the current session and extract any patterns worth saving as skills.
/go-reviewComprehensive Go code review for idiomatic patterns, concurrency safety, error handling, and security. Invokes the go-reviewer agent.
/model-routeRecommend the best model tier for the current task by complexity and budget.
/kotlin-testEnforce TDD workflow for Kotlin. Write Kotest tests first, then implement. Verify 80%+ coverage with Kover.
/instinct-statusShow learned instincts (project + global) with confidence
/instinct-importImport instincts from file or URL into project/global scope
/kotlin-buildFix Kotlin/Gradle build errors, compiler warnings, and dependency issues incrementally. Invokes the kotlin-build-resolver agent for minimal, surgical fixes.
/harness-auditRun a deterministic repository harness audit and return a prioritized scorecard.
/clawStart NanoClaw v2 — ECC's persistent, zero-dependency REPL with model routing, skill hot-load, branching, compaction, export, and metrics.
/code-reviewComprehensive security and quality review of uncommitted changes:
/cpp-testEnforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.
/e2eGenerate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.
/devfleetOrchestrate parallel Claude Code agents via Claude DevFleet — plan projects from natural language, dispatch agents in isolated worktrees, monitor progress, and read structured reports.
/evolveAnalyze instincts and suggest or generate evolved structures
/go-buildFix Go build errors, go vet warnings, and linter issues incrementally. Invokes the go-build-resolver agent for minimal, surgical fixes.
/build-fixIncrementally fix build and type errors with minimal, safe changes.
/asideAnswer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
/cpp-reviewComprehensive C++ code review for memory safety, modern C++ idioms, concurrency, and security. Invokes the cpp-reviewer agent.
/instinct-exportExport instincts from project/global scope to a file
/kotlin-reviewComprehensive Kotlin code review for idiomatic patterns, null safety, coroutine safety, and security. Invokes the kotlin-reviewer agent.