CLAUDE.md generator
A good CLAUDE.md / AGENTS.md gives your coding agent context, commands and rules. Fill in the fields and paste the result into your project root.
Final CLAUDE.md
# CLAUDE.md ## Project My project ## Tech stack - Language / runtime: TypeScript / Node - Package manager: pnpm ## Commands - Build: `pnpm build` - Test: `pnpm test` - Run: `pnpm dev` - Lint: `pnpm lint && pnpm typecheck` ## Conventions - Match the style of the surrounding code. - Small, focused changes; no unrelated refactors. - Write tests for new behavior. ## Do - Run the test command before saying a task is done. - Ask before large or destructive changes. ## Don't - Do not commit secrets or .env files. - Do not add dependencies without asking.