패키지 및 배포
Python Production Skill
Production-grade Python application development using modern best practices. Use this skill whenever the user wants to build, scaffold, test, lint, type-check, or package a Python project — even if they just say "write me a Python script" or "build a CLI tool in Python" or "help me set up my Python project". Covers full project lifecycle: environment management with uv, linting/formatting with ruff, static type checking with ty, and testing with pytest. Trigger for any Python task that involves more than a single throwaway snippet, including refactoring existing code, adding tests, setting up CI, or migrating from older tooling (pip, black, mypy, flake8, poetry, pipenv).