The CLAUDE.md file is a special configuration file that tells Claude Code how to behave in your project. Coddo includes a built-in editor so you can manage it without leaving the app.Documentation Index
Fetch the complete documentation index at: https://docs.coddo.ai/llms.txt
Use this file to discover all available pages before exploring further.
What is CLAUDE.md?
CLAUDE.md is a markdown file at the root of your project that gives Claude Code project-specific instructions. It’s read by Claude Code every time it starts a session.
Common things to include:
- 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 file yet, or if you want to start fresh, click the Regenerate button. Coddo will analyze your project’s codebase and automatically generate a complete CLAUDE.md 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 - Claude Code 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