git log --oneline --stat
HEAD
- Stars
- 3.1k
- Forks
- 121
- Updated
- May 23, 2026
repo --stat
stars
3.1k
forks
121
last update
May 23, 2026
license
MITv2.0.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add fastapi-python-pro - Invoke
// Run from any project directory
$ claude --skill fastapi-python-pro "scaffold a typed REST endpoint" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill fastapi-python-pro "now refactor it"
fastapi-python-pro/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- FastAPI Python Pro
- slug:
- fastapi-python-pro
- version:
- v2.0.0
- license:
- MIT
- author:
- @python-craft
- repository:
- github.com/python-craft/fastapi-python-pro
- categories:
- tags:
- #fastapi#python#pydantic#sqlalchemy#async
- description:
FastAPI + Pydantic v2 + SQLAlchemy 2: async Python APIs with auto-generated OpenAPI docs.
features.md
3 capabilities
// What you can do with it
- Automates the tedious parts of the workflow.
- Gives Claude the right context, tools, and guardrails.
- Produces consistent, reviewable output every time.
README.md
fastapi-python-pro/README.md
5 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…