Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

fastapi_template

fastapi_template contient 7 skills collectées depuis xEMPERORx, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
7
Stars
4
mis à jour
2026-07-17
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

add-admin-page
Développeurs web

Guide for adding a new page to the admin frontend (frontend/) in this FastAPI template. Use when user asks to "add an admin page", "add a screen to the dashboard", "add a frontend route", or extends the users/roles/permissions UI.

2026-07-17
add-endpoint
Développeurs de logiciels

Guide for adding a new API endpoint to an existing feature in this FastAPI template. Use when user asks to "add an endpoint", "add a route", "add an API", or when adding endpoints to existing routers.

2026-07-17
code-review
Analystes en assurance qualité des logiciels et testeurs

Perform thorough code reviews of this FastAPI template — correctness, security, performance, and maintainability, plus adherence to project conventions. Use when user asks to review code, check for bugs, audit a codebase, or before committing changes.

2026-07-17
fastapi-best-practices
Développeurs de logiciels

Enforce FastAPI best practices and project conventions. Auto-triggers when writing FastAPI code, routes, services, repositories, middleware, or modifying any file under app/. Use when user asks to "follow best practices", "make it production-ready", or writes any FastAPI endpoint/service/repository.

2026-07-17
seed-admin
Développeurs de logiciels

Bootstrap the first admin user on a fresh deployment of this FastAPI template. Use when user asks to "create the first admin", "bootstrap the app", "seed the database", or hits the chicken-and-egg problem where every RBAC endpoint requires a permission that doesn't exist yet.

2026-07-17
write-tests
Analystes en assurance qualité des logiciels et testeurs

Guide for writing tests in this FastAPI template. Use when user asks to "write tests", "add tests", "test X", or after implementing a feature that needs test coverage.

2026-07-17
add-feature
Développeurs de logiciels

Step-by-step guide for adding a complete new feature to this FastAPI template. Use when user asks to "add a feature", "create a new module", "implement X", or when a task touches all layers (route + service + repository + model).

2026-05-09