# backend-orchestrator > Organize backend services, middleware, and routes in a secure, spec-aligned FastAPI application. Use when structuring backend logic and enforcing JWT-based auth. - Author: Farheenzehra99 - Repository: Farheenzehra99/Hackathone-2 - Version: 20260130004406 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Farheenzehra99/Hackathone-2 - Web: https://mule.run/skillshub/@@Farheenzehra99/Hackathone-2~backend-orchestrator:20260130004406 --- --- ##name: "fastapi-backend-orchestrator" description: "Organize backend services, middleware, and routes in a secure, spec-aligned FastAPI application. Use when structuring backend logic and enforcing JWT-based auth." version: "1.0.0" --- # Backend Orchestration Skill ## When to Use This Skill - Structuring FastAPI backend - Middleware is required - Multiple routes share authentication logic - Database access must be controlled ## How This Skill Works 1. Define backend structure: entry point, routes, models 2. Add middleware: JWT verification, error handling 3. Separate routing from business logic 4. Enforce secure data access 5. Standardize error responses ## Output Format - Backend Structure Overview - Middleware Responsibilities - Route Organization - Security Enforcement Rules ## Quality Criteria - Routes are secure by default - Authentication logic centralized - User data access properly scoped - Errors are consistent and predictable