Agent Skills: FastAPI Endpoint Generator

Generate FastAPI endpoint files with Pydantic models, dependency injection, and async handlers. Triggers on "create fastapi endpoint", "generate fastapi router", "python API endpoint", "fastapi route".

UncategorizedID: ehtbanton/ClaudeSkillsRepo/fastapi-endpoint-generator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ehtbanton/ClaudeSkillsRepo/tree/HEAD/fastapi-endpoint-generator

Skill Files

Browse the full folder contents for fastapi-endpoint-generator.

Download Skill

Loading file tree…

fastapi-endpoint-generator/SKILL.md

Skill Metadata

Name
fastapi-endpoint-generator
Description
Generate FastAPI endpoint files with Pydantic models, dependency injection, and async handlers. Triggers on "create fastapi endpoint", "generate fastapi router", "python API endpoint", "fastapi route".

FastAPI Endpoint Generator

Generate FastAPI router files with Pydantic models, dependency injection, and async handlers.

Output Requirements

File Output: *.py router files Format: Valid Python 3.10+ with FastAPI Standards: FastAPI best practices

When Invoked

Immediately generate a complete FastAPI router with CRUD endpoints and Pydantic models.

Example Invocations

Prompt: "Create FastAPI router for products" Output: Complete products.py with async CRUD endpoints.