# Fastapi Skills

> FastAPI framework patterns, best practices, and implementation guides Use when this capability is needed.

- Skill: `tomevault-io/fastapi-skills` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/fastapi-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/fastapi-skills/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/fastapi-skills

---


# FastAPI Skills

Modern, fast Python web framework for building APIs.

## Sub-Skills

### Architecture
- [project-structure.md](architecture/project-structure.md) - Project structure patterns
- [dependency-injection.md](architecture/dependency-injection.md) - DI with Depends
- [routers.md](architecture/routers.md) - Router organization

### Database
- [sqlalchemy-patterns.md](database/sqlalchemy-patterns.md) - SQLAlchemy patterns
- [async-sqlalchemy.md](database/async-sqlalchemy.md) - Async SQLAlchemy
- [repository-pattern.md](database/repository-pattern.md) - Repository pattern
- [alembic-migrations.md](database/alembic-migrations.md) - Alembic migrations

### Security
- [jwt-auth.md](security/jwt-auth.md) - JWT authentication
- [oauth2.md](security/oauth2.md) - OAuth2 with FastAPI
- [api-keys.md](security/api-keys.md) - API key authentication

### Validation
- [pydantic-models.md](validation/pydantic-models.md) - Pydantic validation
- [custom-validators.md](validation/custom-validators.md) - Custom validators

### Error Handling
- [exception-handlers.md](error-handling/exception-handlers.md) - Exception handlers
- [error-responses.md](error-handling/error-responses.md) - Error response patterns

### Testing
- [pytest-testing.md](testing/pytest-testing.md) - Testing with pytest
- [test-client.md](testing/test-client.md) - TestClient patterns

### Performance
- [async-patterns.md](performance/async-patterns.md) - Async patterns
- [caching.md](performance/caching.md) - Caching strategies

## Detection
Auto-detected when project contains:
- `main.py` with FastAPI
- `fastapi` or `uvicorn` packages
- `from fastapi import` imports

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/fujigo-software) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

