What is CLAUDE.md / AGENTS.md?
CLAUDE.md is a markdown file at the root of your project that gives Claude Code project-specific instructions. AGENTS.md plays the same role for Codex. Both are read by the agent every time it starts a session.
Coddo’s project-init flow generates both files and keeps them in sync. Edits made in the built-in editor write to whichever file your active provider expects.
- Project structure - Describe your file organization
- Tech stack - List frameworks, libraries, and tools
- Conventions - Coding style, naming patterns, file naming
- Build commands - How to build, test, and run the project
- Important rules - Things Claude should always or never do
Using the editor
- Click the CLAUDE.md icon in the sidebar
- The editor opens as a full-screen overlay
- Edit the markdown content
- Changes are saved directly to the
CLAUDE.mdfile in your project root
Generate with AI
If you don’t have aCLAUDE.md or AGENTS.md file yet, or if you want to start fresh, click the Regenerate button. Coddo will analyze your project’s codebase and automatically generate complete instruction files tailored to your project — including the tech stack, file structure, conventions, and build commands.
This is the fastest way to initialize your project configuration.
Example CLAUDE.md
Tips
- Keep it concise — the agent reads the entire file for every session
- Focus on what’s unique to your project
- Update it as your project evolves
- Include examples of patterns you want Claude to follow