Command
Smart compaction. Summarize modified files, current task state, key decisions before compacting.
The CC Bible — 202 Claude Code tips from 10 experts. 10 books. 10 commandments. Plus a Claude Code plugin that turns the commandments into installable commands, agents, skills, and hooks.
Command
Smart compaction. Summarize modified files, current task state, key decisions before compacting.
Command
Capture a correction or learning as a CLAUDE.md rule. Detects scope, checks duplicates, writes concise rule.
Command
Systematic 9-step debugging framework. Generate 20+ hypotheses, rank by likelihood, implement most probable fix.
Command
Auto-detect and run project verification. Find tests, linters, build scripts. Run all, iterate on failures up to 3x.
Command
Transform a raw prompt into an exhaustive, verification-driven development prompt. Use --preview to see before executing.
Command
Claude interviews you about a feature before building it. Asks questions one at a time, writes SPEC.md when done.
Command
Plan before writing code. Explore codebase, produce concise plan, list unresolved questions. Optionally dispatch plan-reviewer agent.
Command
Dispatch deep research subagent. Reads files, searches codebase, returns concise summary without polluting main context.
Command
Code review with subagent. Security, quality, and conventions. Confidence-based filtering — only reports findings >80% confidence.
Command
Bootstrap your project with CC Bible best practices. Generate CLAUDE.md rules, settings suggestions, and a guide to non-automatable commandments.
Command
Test-driven development with vertical slicing. ONE test, ONE implementation, repeat. Dispatch tdd-guide agent.
Command
Escalating strategy when Claude is stuck or looping. 4 techniques from 4 experts, applied in order.