소개
This skill streamlines the initial phases of Python development by automatically configuring a production-ready environment with modern tooling like uv, ruff, and pytest. It establishes a standardized directory structure (src/layout), manages dependencies, and generates essential configuration files such as pyproject.toml and .gitignore. By enforcing industry best practices from the start, it ensures consistent project organization, improves code quality through pre-configured linting, and significantly reduces the manual overhead of project initialization.