formatting
Installation
SKILL.md
formatting
Opinionated formatting for Python codebases using Black or Ruff Format.
Overview
Pick a single formatter for the entire project. Black is the classic choice; Ruff Format is faster and integrates with Ruff.
When to Use
- Standardizing style across a team
- Reducing review noise
- Enforcing format checks in CI
Quick Start
Related skills