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 lingodotdev-lingo-dev --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/lingodotdev/lingo.dev/HEAD/CLAUDE.md# Extremely important instructions for Claude ## FYI - We're in a pnpm + turbo monorepo ## Tools - Must use `pnpm` as package manager ## Testing - When you add tests - make sure they pass ## Changesets - Every PR must include a changeset - Create changeset: `pnpm new` from repo root - For changes that don't need a release (e.g., README updates): `pnpm new:empty`