CLAUDE.md@agentskills-standard/skills-ref · git:20251221.f6c90d7 · 2025-12-21 · sha256 2d337c9e714186d8
CLAUDE.md@agentskills-standard/skills-ref git:20251221.f6c90d7B
Immutable. This exact content is served forever at /api/v1/blob/2d337c9e714186d8.
# 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 ```