FastAPI web framework conventions: APIRouter with prefix/tags/dependencies, Pydantic v2 schemas (BaseModel, model_config, field_validator, model_validator), dependency injection with Depends, async SQLAlchemy session yielding, OAuth2PasswordBearer + JWT auth, lifespan context manager, pydantic-settings configuration, OpenAPI customization, and HTTPException error handling. Activated automatically by fastapi-plugin/stack.md.
$npx -y skills add aratkruglik/claude-sdlc --skill fastapi-conventionsInstalls into the current project.
Run `npx skills use "https://github.com/aratkruglik/claude-sdlc" --skill "aratkruglik/claude-sdlc/fastapi-conventions"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aratkruglik/claude-sdlc" that are relevant to the current task. Run `npx skills add "https://github.com/aratkruglik/claude-sdlc"` and select the relevant skills, then follow their instructions.