Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

fastapi_template

fastapi_template 收录了来自 xEMPERORx 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
4
更新
2026-07-17
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-admin-page
网页开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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