About
This skill equips Claude with the expertise to architect enterprise-grade Python applications focusing on maximum performance and type safety. It prioritizes the msgspec library over Pydantic for high-speed serialization, enforces fully asynchronous I/O patterns, and implements functional programming principles to reduce side effects. By leveraging Python 3.10+ features like structural pattern matching and union types alongside strict MyPy configurations, it ensures codebase maintainability and O(1) efficiency in performance-critical paths.