← Back to AI News

Build CLAUDE.md (and GEMINI.md) Rules Files for Your Projects
Chris Harper
1 min read
Jun 2, 2026
AI
Developer Tools
LLM
One of the highest-ROI things you can do: create a CLAUDE.md (or equivalent) in your repo root with coding style rules, patterns to avoid, preferred libraries, and lint requirements. When you load this at the start of each session, the model adheres to your conventions instead of defaulting to generic patterns. Copilot and Cursor both support similar project-level instruction files.
Sources: Addy Osmani's Blog · Stack Overflow Blog: Coding Guidelines for AI