Pick a file.
The details will appear here.
Interactive reference
The files that tell AI coding tools how to behave on your project. What each one does, when it loads, and what belongs in it.
Keep these files short. Every line should answer one question: would removing this make an AI assistant more likely to make a mistake?
Click a card to see where that file fits in the stack.
The details will appear here.
Context files matter because load order changes authority and relevance.
CLAUDE.md or system rules load first.AGENTS.md explain the stack, commands, and rules every coding agent should follow.Most confusion comes from putting temporary notes into permanent files.
Project law
Commands, folder conventions, test expectations, style rules, and non-negotiables that every coding assistant should know.
Tool behavior
Response style, Claude-specific workflow expectations, or tool behavior that should not necessarily apply to every assistant.
History
Architecture choices, completed migrations, and lessons that should carry across sessions without repeating old debates.
Today
Current branch, blockers, broken local services, and notes that should be replaced or refreshed as the work changes.
Specialist workflow
Migration steps, review checklists, accessibility audits, or deployment workflows that should load only when the task calls for them.
Other notes that sit near this one.