From f5-stacks
Provides FastAPI patterns and best practices for architecture, SQLAlchemy databases, JWT/OAuth2 security, Pydantic validation, pytest testing, and async performance. Auto-activates on FastAPI projects.
npx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-stacksThis skill is limited to using the following tools:
Modern, fast Python web framework for building APIs.
architecture/clean-architecture.mdarchitecture/dependency-injection.mdarchitecture/project-structure.mddatabase/alembic-migrations.mddatabase/async-sqlalchemy.mddatabase/repository-pattern.mddatabase/sqlalchemy-patterns.mderror-handling/error-responses.mderror-handling/exception-handlers.mdperformance/async-patterns.mdperformance/background-tasks.mdperformance/caching.mdsecurity/api-key-auth.mdsecurity/oauth2-jwt.mdsecurity/rbac-permissions.mdtesting/fixtures.mdtesting/pytest-asyncio.mdtesting/test-client.mdvalidation/custom-validators.mdvalidation/pydantic-models.mdProvides FastAPI best practices including Pydantic models, SQLAlchemy ORM, async patterns, dependency injection, and JWT authentication for production Python APIs.
Builds high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Covers microservices, WebSockets, security, testing, and modern Python async patterns for backend development.
Generates production-ready FastAPI project structures with async patterns, dependency injection, middleware, error handling, and best practices for high-performance APIs.
Share bugs, ideas, or general feedback.
Modern, fast Python web framework for building APIs.
Auto-detected when project contains:
main.py with FastAPIfastapi or uvicorn packagesfrom fastapi import imports