Fastapi
v1.1.2Advanced FastAPI skills for dependency injection, async patterns, and validation.
Installation
Install han binary (required for hooks to work):
curl -fsSL https://han.guru/install.sh | bashThen install this plugin:
han plugin install jutsu-fastapiOverview
Advanced FastAPI skills for dependency injection, async patterns, and validation.
Skills
This plugin provides the following skills:
- Fastapi Async Patterns
- Fastapi Dependency Injection
- Fastapi Validation
Usage
Once enabled, Claude will automatically apply these skills when working with relevant code. The plugin provides context and expertise that Claude uses to:
- Write idiomatic code following best practices
- Suggest appropriate patterns and architectures
- Catch common mistakes and anti-patterns
- Provide framework-specific guidance
Installation
Install with npx (no installation required):
han plugin install jutsu-fastapi
License
Licensed under MIT - see repository for details.
Skills
fastapi-async-patterns
Use when FastAPI async patterns for building high-performance APIs. Use when handling concurrent requests and async operations.
fastapi-dependency-injection
Master FastAPI dependency injection for building modular, testable APIs. Use when creating reusable dependencies and services.
fastapi-validation
Use when FastAPI validation with Pydantic models. Use when building type-safe APIs with robust request/response validation.