A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install remix-run-react-router --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/remix-run/react-router/HEAD/CLAUDE.md# React Router Project Instructions ## Session Start **REQUIRED**: Read [./AGENTS.md](./AGENTS.md) at the start of every session. It contains: - Project architecture and key files - React Router modes (Declarative, Data, Framework, RSC) - Build/test commands (Jest unit tests, Playwright integration tests with `--project chromium`) - Testing patterns and conventions - Documentation guidelines ### Skills If there is an [`.agents/skills`](.agents/skills) directory in the repository, symlink those skills to `.claude/skills` to make sure they are made available to Claude. Refresh you list of available skills if needed. This is a git ignored directory because we want to keep the canonical skills in `.agents/skills`. ## During Work **Always consult AGENTS.md** when you need to: - Run tests or builds - Understand which mode(s) a feature applies to - Find key file locations - Understand testing patterns Do not guess at commands - reference AGENTS.md for the correct syntax.