fastapi-templates
Production-ready FastAPI project templates with async patterns, dependency injection, and structured architecture.
Install
npx skills add https://github.com/wshobson/agents --skill fastapi-templatesStats
| Total installs | 9,402 |
| Weekly installs | 9.4K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Provides recommended directory layout separating API routes, models, schemas, services, and repositories for maintainable codebases
- Includes base repository pattern for generic CRUD operations and service layer for business logic encapsulation
- Demonstrates async/await patterns throughout, from database sessions to route handlers, with proper lifespan management and middleware setup
- Covers authentication via JWT tokens, password hashing with bcrypt, and dependency-based authorization checks on protected endpoints
- Includes async testing patterns with pytest fixtures for in-memory SQLite and dependency override for isolated unit tests
Tags
Related skills
| Skill | Installs | vs fastapi-templates |
|---|---|---|
| firebase-ai-logic | 10,384 | +982 |
| javascript-typescript-jest | 8,290 | -1,112 |
| nestjs-best-practices | 9,419 | +17 |
| nuxt | 8,972 | -430 |
| java-junit | 7,985 | -1,417 |
FAQ
- How many installs does fastapi-templates have?
- fastapi-templates has 9,402 total installs and 9.4K installs this week.
- Where is fastapi-templates hosted?
- fastapi-templates is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does fastapi-templates have?
- fastapi-templates has 32.4K GitHub stars.
- When was fastapi-templates first indexed?
- OrangeBot.AI first indexed fastapi-templates on Jan 20, 2026.
- How do I install fastapi-templates?
- Run: npx skills add https://github.com/wshobson/agents --skill fastapi-templates