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 wkentaro-labelme --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/wkentaro/labelme/HEAD/CLAUDE.md# Project Rules - use `uv` to run Python commands (e.g., `uv run python`, `uv run pytest`). - use `make test` to run tests. - use `make update_translate` to update translation files (`.ts` and `.qm`). - use `make lint` to check formatting, linting, and translations. - use `make format` to auto-fix formatting.