Overview
A skill and toolkit for migrating Python codebases to strict type checking with pyright. Provides setup automation, fix patterns, and discipline enforcement.
Features
- Automated pyright setup
- Common fix patterns for type errors
- Incremental migration support
- Works as an agent skill for iterative typing work
Installation
git clone https://github.com/tmustier/python-typing ~/.claude/skills/python-typing
Why?
Adding types to a large Python codebase is tedious. This skill helps agents systematically work through type errors while maintaining consistency.