FastAPI Router Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes. Quick Start Copy the template from assets/template.py and replace placeholders: - → PascalCase name (e.g., ) - → snake case name (e.g., ) - → plural form (e.g., ) Authentication Patterns Response Models HTTP Status Codes Integration Steps 1. Create router in 2. Mount in 3. Create corresponding Pydantic models 4. Create service layer if needed 5. Add frontend API functions When to Use This skill is applicable to execute the workflow or actions described in th…