A routing layer for Python's modern quality toolchain. It doesn't duplicate ruff or ty commands, it just points you to the right focused skill depending on whether you're configuring lint rules, formatter behavior, type checking, or wiring everything together in pre-commit and CI. Reach for this when you're standing up the full stack on a new project or reasoning about how the pieces fit. Once you know you need stricter type rules or want to tweak specific linter settings, follow the routing table to ruff-linting, ty-type-checking, or one of the other specialist skills. The one thing it owns is the pre-commit yaml showing all three tools together.
npx skills add https://github.com/laurigates/claude-plugins --skill python-code-quality