Skip to content
Development
Skill

/fastapi

FastAPI framework patterns, best practices, and implementation guides

From plugin
f5-framework
2434 skills104 agents69 commands
Install
$ npx -y skills add Fujigo-Software/f5-framework-claude --skill fastapi --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/fastapi

Context preview

The summary Claude sees to decide when to auto-load this skill.

FastAPI framework patterns, best practices, and implementation guides

SKILL.md

fastapi.SKILL.md
name: fastapi-skills
description: FastAPI framework patterns, best practices, and implementation guides
category: stacks/backend/fastapi
applies_to: fastapi
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject

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
Read more
Ships withf5-framework

AI-Powered Development Framework for Claude Code

Get the whole plugin

Other skills on f5-framework.