python-development-python-scaffold

Featured

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

AI & Automation 40,440 stars 6528 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill 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 ### 1. Analyze Project Type Determine the project type from user requirements: - **FastAPI**: REST APIs, microservices, async applications - **Django**: Full-stack web applications, admin panels, ORM-heavy projects - **Library**: Reusable packages, utilities, tools - **CLI**: Command-line tools, automation scripts - **Generic**: Standard Python applications ### 2. Initialize Project with uv ```bash # Create new project with uv uv init <project-name> cd <project-name> # Initialize git repository git init echo ".venv/" >> .gitignore echo "*.pyc" >> .gitignore echo "__pycache__/" >> .gitignore ech...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category