agentsclimarketplace

Python fastapi

Skill MYMDO/AGENTSKILL/examples/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

Install
npx -y skills add MYMDO/AGENTSKILL --skill python-fastapi

Assembled 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

  1. Read app/main.py, the relevant router, schemas, and service files.
  2. Update Pydantic request and response models before changing handlers.
  3. Keep business logic in services and persistence in database modules.
  4. Add or update pytest coverage for success, validation, and failure paths.
  5. 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

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.