FastAPI Application Skill Overview Expert guidance for building FastAPI backend applications with route decorators, dependency injection, CORS configuration, and Pydantic v2 validation. Supports ERP endpoints for students, fees, attendance, and authentication. When This Skill Applies This skill triggers when users request: - App Setup : "Create FastAPI app", "Initialize FastAPI", "Lifespan events" - Routes : "Student endpoint", "API route", "GET/POST handler", "APIRouter" - Dependencies : "DB dependency", "Auth dependency", "Depends()", "JWT auth" - CORS : "CORS enable frontend", "Cross-origi…