Skip to main content

Python FastAPI Scaffold

by Python Guild

Scaffold production-ready FastAPI applications with authentication, database, testing, and deployment configs.

About This Skill

Full-stack FastAPI scaffolding skill that generates production-ready Python API applications. Includes authentication (JWT, OAuth2), SQLAlchemy/Tortoise ORM integration, Alembic migrations, comprehensive test suites with pytest, Docker deployment configs, OpenAPI documentation, rate limiting, and structured logging. Follows FastAPI best practices with dependency injection patterns.

How to Install

# Clone or download the skill to your skills directory git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/python-fastapi-scaffold

Or download the SKILL.md file directly and place it in your project's .claude/skills/ directory.

Tags

pythonfastapiapiscaffoldbackend