소개
Streamlines the creation and maintenance of Python projects by applying a rigorous set of modern development standards and toolchain preferences. It guides users through project initialization using uv and pyproject.toml, enforces strict type hinting and RST-style docstrings, and promotes a Test-Driven Development (TDD) workflow for multi-file applications. Whether building standalone CLI scripts or complex packages, this skill ensures code remains readable, maintainable, and aligned with current best practices in the Python ecosystem.