setup-python-project
Installation
SKILL.md
Setup Python Project
Overview
New projects start with the full safety net configured. Templates are at ~/Projects/docs/dev/python_coding/templates/.
Setup Checklist
- Create directory structure:
mkdir -p src/APPNAME tests/unit tests/integration tests/fixtures scripts docs .vscode