Python fastapi
Implement or review FastAPI route, schema, dependency, service, and pytest changes. Use when the user asks to add endpoints, change API behavior, validate Pydantic models, fix FastAPI bugs, or update Python API tests.From its SKILL.md
npx -y skills add MYMDO/AGENTSKILL --skill python-fastapiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, 120 tokens by cl100k_base, as published. Nobody here has run it
FastAPI API Change
Steps
- Read
app/main.py, the relevant router, schemas, and service files. - Update Pydantic request and response models before changing handlers.
- Keep business logic in services and persistence in database modules.
- Add or update pytest coverage for success, validation, and failure paths.
- Run the smallest relevant pytest command, then
ruff check .if style changed.
Example
Input: "Add an endpoint to reserve inventory."
Output: Router change, schema updates, service logic, and focused pytest tests.
What ships with it: 1 file
1.0 KB alongside SKILL.md
- AGENTS.md1.0 KB