fastapi
Production-ready FastAPI patterns for async APIs, JWT authentication, and SQLAlchemy 2.0 integration.
Install
npx skills add https://github.com/jezweb/claude-skills --skill fastapiStats
| Total installs | 1,967 |
| Weekly installs | 2.0K |
| GitHub stars | 661 |
| First seen | Jan 20, 2026 |
| Source | @jezweb/claude-skills |
Summary
- Domain-based project structure, async database setup with SQLAlchemy 2.0, and dependency injection patterns for maintainable APIs
- Comprehensive JWT authentication with password hashing, token generation, and protected routes using OAuth2
- Prevents 7 documented issues including form data validation bugs, background task overwrites, Pydantic v2 migration breaking changes, and async event loop blocking
- Built-in guidance on CORS configuration, error handling, testing with AsyncClient, and deployment via Uvicorn or Gunicorn
Tags
Related skills
| Skill | Installs | vs fastapi |
|---|---|---|
| agents | 1,689 | -278 |
| springboot-security | 1,934 | -33 |
| flutter-handling-http-and-json | 2,275 | +308 |
| payload | 1,858 | -109 |
| building-mcp-server-on-cloudflare | 2,133 | +166 |
FAQ
- How many installs does fastapi have?
- fastapi has 1,967 total installs and 2.0K installs this week.
- Where is fastapi hosted?
- fastapi is published by @jezweb/claude-skills at https://github.com/jezweb/claude-skills.
- How many GitHub stars does fastapi have?
- fastapi has 661 GitHub stars.
- When was fastapi first indexed?
- OrangeBot.AI first indexed fastapi on Jan 20, 2026.
- How do I install fastapi?
- Run: npx skills add https://github.com/jezweb/claude-skills --skill fastapi