python-fastapi
Installation
SKILL.md
FastAPI Skill
Triggers
Use this skill when:
- Building REST APIs with Python and FastAPI
- Creating async endpoints with dependency injection
- Implementing Pydantic validation for request/response schemas
- Setting up OAuth2/JWT authentication in Python APIs
- Integrating SQLAlchemy async with FastAPI
- Writing pytest tests for API endpoints
- Keywords: fastapi, pydantic, uvicorn, python api, async api, dependency injection, openapi, sqlalchemy async