python-project - Scaffold production Python repositories
Scaffold and harden Python projects using vpngw-aligned defaults
Tags
Updated: 2026-03-10Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create Python project
- generate directory tree
- generate pyproject.toml
- setup src layout
- configure linter
- configure tests
- create CLI application
- create systemd service
- create API service
- create UI application
- setup IaC integration
- setup automation CI
- configure security controls
- setup networking controls
- create ML pipeline
- generate Makefile
Inputs
- project name
- Python version
- workload profiles
- runtime target
Outputs
- directory tree
- pyproject.toml
- gitignore
- README.md
- src package
- tests directory
Requirements
- Python >=3.11
