Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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