CLAUDE.md Generator
Claude Code reads CLAUDE.md at the start of every session. Pick your stack and how you want Claude to work, then save the file in your project root.
What is CLAUDE.md?
CLAUDE.md is a Markdown file that Claude Code loads into context automatically. It holds the things you would otherwise repeat in every session: your stack, commands, code style, testing rules and git habits.
Where does the file go?
Put it in the root of your repository and commit it so your whole team shares the same instructions. For personal preferences across every project, use ~/.claude/CLAUDE.md instead.
How should I edit the generated file?
Treat it as a starting point. Replace the project name, add a one-line overview, and list the exact commands for building, testing and linting. Keep it short: rules Claude can follow beat long explanations.