Armory
Source
Browse
Skills

fastapi-endpoint

Plan and build production-ready FastAPI endpoints with async SQLAlchemy, Pydantic v2 models, dependency injection for auth, and pytest tests. Uses interview-driven planning to clarify data models, authentication method, pagination strategy, and caching before writing any code.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install fastapi-endpoint --cli claude

writes the skill into.claude/skills/fastapi-endpoint/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/fastapi-endpoint/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Plan and build production-ready FastAPI endpoints with async SQLAlchemy, Pydantic v2 models, dependency injection for auth, and pytest tests. Uses interview-driven planning to clarify data models, authentication method, pagination strategy, and caching before writing any code.

When to use it

Plan and build production-ready FastAPI endpoints with async SQLAlchemy, Pydantic v2 models, dependency injection for auth, and pytest tests. Uses interview-driven planning to clarify data models, authentication method, pagination strategy, and caching before writing any code.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/web-development/fastapi-endpoint/SKILL.md -o .claude/skills/fastapi-endpoint/SKILL.md

Notes

Extracted from davila7/claude-code-templates, fastapi-endpoint category.