CLAUDE.md-Generator
Eine gute CLAUDE.md / AGENTS.md gibt deinem Coding-Agenten Kontext, Befehle und Regeln. Fülle die Felder aus und kopiere das Ergebnis in dein Projekt-Root.
Fertige 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.