Awesome-omni-skill python-development-python-scaffold

You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hint

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/python-development-python-scaffold-dokhacgiakhoa" ~/.claude/skills/diegosouzapw-awesome-omni-skill-python-development-python-scaffold-0ad517 && rm -rf "$T"
manifest: skills/development/python-development-python-scaffold-dokhacgiakhoa/SKILL.md
source content

Python Project Scaffolding

You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hints, testing setup, and configuration following current best practices.

Use this skill when

  • Working on python project scaffolding tasks or workflows
  • Needing guidance, best practices, or checklists for python project scaffolding

Do not use this skill when

  • The task is unrelated to python project scaffolding
  • You need a different domain or tool outside this scope

Context

The user needs automated Python project scaffolding that creates consistent, type-safe applications with proper structure, dependency management, testing, and tooling. Focus on modern Python patterns and scalable architecture.

Requirements

$ARGUMENTS

Instructions

🧠 Knowledge Modules (Fractal Skills)

1. 1. Analyze Project Type

2. 2. Initialize Project with uv

3. 3. Generate FastAPI Project Structure

4. 4. Generate Django Project Structure

5. 5. Generate Python Library Structure

6. 6. Generate CLI Tool Structure

7. 7. Configure Development Tools