What problem does it solve? New Claude Code sessions start with zero project context, forcing users to repeatedly explain build commands, test workflows, and directory conventions. This Skill generates a CLAUDE.md file that Claude Code reads automatically at session start, listing the verification tools (dev server, tests, lint, typecheck) Claude can run autonomously. ## Core Features & Use Cases - CLAUDE.md Generation: Creates a structured project context file covering stack, verification commands, key paths, environment variables, and taboo paths. - Merge-Aware Updates: Detects an existing CLAUDE.md and merges section-by-section so teammate-written context is preserved. - Verification Loop Enablement: Implements the Boris Cherny principle of giving Claude self-verification commands (dev server, test, lint, build, DB access) so it can check its own work. - Use Case: You clone a repo with no Claude Code setup. Run this Skill to scan package.json, directory structure, and git history, then produce a reviewed CLAUDE.md committed to git for the whole team. ## Quick Start Ask Claude to create a CLAUDE.md for this project listing the dev server, test, and lint commands it can use to verify its own work.