srbhr / fastapi
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/fastapi && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1017" && unzip -o skill.zip -d .claude/skills/fastapi && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/fastapi/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0 async. Covers project structure, JWT auth, validation, and database integration with uv package manager. Prevents 7 documented errors. Use when: creating Python APIs, implementing JWT auth, or troubleshooting 422 validation, CORS, async blocking, form data, background tasks, or OpenAPI schema errors.
0 views
0 installs