https://preview.redd.it/5h0nd8rxod6h1.png?width=1280&format=png&auto=webp&s=fdfbbd8ed94ce2ef39b62b08dd4b0dc0b81395f5 Got tired of Claude Code ignoring conventions, writing untested code, and editing files it shouldn’t touch. So I made a single CLAUDE.md file that fixes all of it: ✅ Forces Claude to read existing code before writing ✅ Hard file boundaries (never touches lock files, .env, generated code) ✅ Verification loop — runs tests before AND after changes ✅ Asks clarifying questions instead of guessing ✅ Conventional Commits, lean output, no code repetition It’s under 200 lines (Anthropic’s recommended limit — longer files degrade performance). One command to add it: curl -o CLAUDE.md https://raw.githubusercontent.com/0rnot/god-mode-claude/main/CLAUDE.md Customize the Tech Stack and Commands sections for your project. The rules are universal. GitHub: https://github.com/0rnot/god-mode-claude Would love feedback from heavy Claude Code users. What rules would you add? submitted by /u/NoZookeepergame7900
Originally posted by u/NoZookeepergame7900 on r/ArtificialInteligence
