← スキル一覧に戻る

fastapi-local-dev
by bobmatnyc
Curated collection of Claude Code skills for intelligent project development with progressive loading and toolchain detection
⭐ 7🍴 2📅 2026年1月22日
SKILL.md
name: fastapi-local-dev description: FastAPI dev/prod runbook (Uvicorn reload, Gunicorn) version: 1.1.0 category: toolchain author: Claude MPM Team license: MIT progressive_disclosure: entry_point: summary: "FastAPI dev: Uvicorn reload; prod: Gunicorn+UvicornWorker" tags: [python, fastapi]
FastAPI Local Dev
- Dev:
uvicorn app.main:app --reload - Imports: run from repo root; use
python -m uvicorn ...orPYTHONPATH=. - WSL:
WATCHFILES_FORCE_POLLING=trueif reload misses changes - Prod:
gunicorn app.main:app -k uvicorn.workers.UvicornWorker -w <n> --bind :8000
Anti-patterns:
--reload --workers > 1- PM2
watch: truefor Python
References: references/.
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です