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

Run Quality Checks

Installs
6
GitHub Stars
19
First Seen
Feb 25, 2026
python-code-quality — basher83/lunar-claude