python-fastapi-ai

Provide FastAPI development patterns with Pydantic v2 and Alembic migrations.

7|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/tenlisboa/.claude --skill python-fastapi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python-fastapi-ai
Source: https://github.com/tenlisboa/.claude/tree/main/skills/python-fastapi-ai
Command: npx skills add https://github.com/tenlisboa/.claude --skill python-fastapi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ruff, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides FastAPI development patterns, Alembic migrations, Pydantic v2 usage, and AI/LLM engineering patterns (LangChain, Google ADK) for building robust Python APIs.

Core Features & Use Cases

  • Project structure & patterns: Module-functionality organization for larger apps.
  • Async patterns & dependencies: Async routes and DI usage with FastAPI.
  • Pydantic v2: Strong typing for request/response models.
  • AI Engineering Reference: LangChain, RAG, tools, etc.
  • LangChain & AI patterns: Production-grade patterns for building AI-powered APIs.

Quick Start

Create a minimal FastAPI endpoint with a Pydantic model, add a small Alembic migration, and reference an AI-engineering pattern from references/ai-engineering.md.