fastapi-project-structure
Installation
SKILL.md
FastAPI Project Structure Skill
Production-ready FastAPI project scaffolding templates and best practices for building scalable, maintainable backend applications with MCP integration support.
Instructions
1. Choose Project Template
Select the appropriate project template based on your use case:
- minimal: Basic FastAPI app structure (single file, quick prototypes)
- standard: Standard production structure (API routes, models, services)
- mcp-server: FastAPI app with MCP server integration
- full-stack: Complete backend with auth, database, background tasks
- microservice: Microservice-ready structure with health checks, metrics
2. Generate Project Structure
Use the setup script to scaffold a new FastAPI project: