evolve
25Command
Analyze instincts and suggest or generate evolved structures.
Command
Analyze instincts and suggest or generate evolved structures.
Command
Fix Go build errors, go vet warnings, and linter issues incrementally. Invokes the go-build-resolver agent for minimal, surgical fixes.
Command
Comprehensive Go code review for idiomatic patterns, concurrency safety, error handling, and security. Invokes the go-reviewer agent.
Command
Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.
Command
Import instincts from file or URL into project/global scope.
Command
Show learned instincts (project + global) with confidence.
Command
Extract reusable patterns from the session, self-evaluate quality before saving, and determine the right save location (Global vs Project).
Command
Analyze the current session and extract any patterns worth saving as skills.
Command
Backend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Codex-led.
Command
Multi-model collaborative execution - Get prototype from plan → Claude refactors and implements → Multi-model audit and delivery.
Command
Frontend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Gemini-led.
Command
Multi-model collaborative planning - Context retrieval + Dual-model analysis → Generate step-by-step implementation plan.
Command
Multi-model collaborative development workflow (Research → Ideation → Plan → Execute → Optimize → Review), with intelligent routing: Frontend → Gemini, Backend → Codex.
Command
Sequential agent workflow for complex tasks.
Command
Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.
Command
List known projects and their instinct statistics.
Command
Promote project-scoped instincts to global scope.
Command
Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent.
Command
Safely identify and remove dead code with test verification at every step.
Command
Manage Claude Code session history - list, load, alias, and edit sessions stored in /.claude/sessions/.
Command
Configure your preferred package manager (npm/pnpm/yarn/bun).
Command
Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.
Command
Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.
Command
Analyze test coverage, identify gaps, and generate missing tests to reach 80%+ coverage.