fastapi
Installation
SKILL.md
FastAPI Development Guide
Build modern, fast Python APIs from hello world to production-ready applications.
Before Implementation
Gather context to ensure successful implementation:
| Source | Gather |
|---|---|
| Codebase | Existing project structure, database setup, auth patterns, dependencies |
| Conversation | User's specific API requirements, preferred database, deployment target |
| Skill References | Relevant patterns from references/ directory |
| User Guidelines | Project-specific conventions, naming standards |