python-code-quality
Installation
SKILL.md
Python Code Quality with Ruff and Pyright
Modern Python code quality tooling using ruff (linting + formatting) and pyright (type checking).
Quick Start
Install Tools
# Using uv (recommended)
uv add --dev ruff pyright
# Using pip
pip install ruff pyright