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

  1. Create directory structure:
    mkdir -p src/APPNAME tests/unit tests/integration tests/fixtures scripts docs .vscode
    
Installs
1
First Seen
Mar 8, 2026
setup-python-project — quick-brown-foxxx/coding_rules_python