# CLAUDE.md

The CLAUDE.md file is Anthropics way of giving Claude Code knowledge about your repository that it can carry across sessions.

## Recommended Practice

If you or your team uses multiple coding agents eithe symlink the CLAUDE.md to the AGENTS.md file and configure that or create a CLAUDE.md that is simply:

```
@AGENTS.md
```

## Documentation

Anthropic's official documentation can be found in the [instructions and memory](https://code.claude.com/docs/en/memory) section of the Claude Code documentation.
