python-type-safety
Master Python type safety with annotations, generics, protocols, and static analysis patterns for robust codebases.
Install
npx skills add https://github.com/wshobson/agents --skill python-type-safetyStats
| Total installs | 3,373 |
| Weekly installs | 3.3K |
| GitHub stars | 32.4K |
| First seen | Jan 30, 2026 |
| Source | @wshobson/agents |
Summary
- Covers type annotations, generics with TypeVars, structural protocols, and type narrowing patterns for catching errors at analysis time
- Includes modern syntax (Python 3.10+ union types), bounded type variables, and generic repository patterns for type-safe APIs
- Provides configuration guidance for mypy strict mode and incremental adoption strategies for existing codebases
- Demonstrates 10 fundamental patterns from basic function signatures to advanced generic containers, protocols, and callable types
Tags
Related skills
| Skill | Installs | vs python-type-safety |
|---|---|---|
| codex | 3,470 | +97 |
| track-management | 3,303 | -70 |
| react-best-practices | 3,161 | -212 |
| openapi-to-typescript | 3,368 | -5 |
| angular-tooling | 3,129 | -244 |
FAQ
- How many installs does python-type-safety have?
- python-type-safety has 3,373 total installs and 3.3K installs this week.
- Where is python-type-safety hosted?
- python-type-safety is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does python-type-safety have?
- python-type-safety has 32.4K GitHub stars.
- When was python-type-safety first indexed?
- OrangeBot.AI first indexed python-type-safety on Jan 30, 2026.
- How do I install python-type-safety?
- Run: npx skills add https://github.com/wshobson/agents --skill python-type-safety