What problem does it solve? Teams adopting Claude Code lack a vetted reference for which community practices to follow, which to skip, and why their existing setup departs from consensus, leading to cargo-culted rules and wasted sessions re-litigating settled decisions. ## Core Features & Use Cases - Curated practice reference: Distills a twelve-source synthesis of Claude Code best practices covering context management, planning, TDD, hooks, skills, subagents, slash commands, and MCP. - Deviation audit trail: Maps each practice to what the crew plugin already implements, where it deliberately departs (recorded in an ADR), and which contradictions the source document itself leaves unresolved. - CLAUDE.md guidance: Provides size limits, the four anti-patterns, and concrete replacements for auditing or writing a repository's CLAUDE.md. - Use Case: When asked whether a repo should adopt auto-formatting hooks or a large subagent fleet, consult the references to answer with the documented trade-offs and crew's recorded position instead of guessing. ## Quick Start Ask how to apply Claude Code best practices to this repository and whether the current CLAUDE.md, hooks, and skill layout match community consensus.