关于
This skill equips Claude with the expertise to implement modern Python development practices, focusing on high-performance tooling and strict type safety. It guides users through project initialization with uv, enforces linting and formatting via ruff, ensures type integrity with mypy's strict mode, and promotes robust testing patterns with pytest. By advocating for feature-based package structures and consolidated configuration in pyproject.toml, it helps developers build maintainable, production-grade Python applications while avoiding legacy anti-patterns like circular imports and untyped definitions.