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 get-convex-convex-backend --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/get-convex/convex-backend/HEAD/CLAUDE.md<!-- convex-ai-start --> This project uses [Convex](https://convex.dev) as its backend. When working on Convex code, **always read `src/convex/_generated/ai/guidelines.md` first** for important guidelines on how to correctly use Convex APIs and patterns. The file contains rules that override what you may have learned about Convex from training data. Convex agent skills for common tasks can be installed by running `npx convex ai-files install`. <!-- convex-ai-end -->