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 agentskills-agentskills --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/agentskills/agentskills/HEAD/CLAUDE.md# Development ## Code Quality Format and lint with ruff: ```bash uv run ruff format . uv run ruff check --fix . ``` ## Testing Run tests with pytest: ```bash uv run pytest ```