← スキル一覧に戻る

dev-servers
by aiskillstore
dev-serversは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 102🍴 3📅 2026年1月23日
SKILL.md
name: dev-servers description: Start the backend (FastAPI/uvicorn) and frontend (Vite) development servers. Use when user mentions "start dev", "run servers", "launch app", "start the app", or needs to run the application locally. allowed-tools: Bash
Development Servers
Instructions
-
Check if dependencies are installed:
- Backend: Look for
backend/venv/or ask user about Python environment - Frontend: Check if
frontend/node_modules/exists
- Backend: Look for
-
Install dependencies if missing:
- Backend:
cd backend && pip install -r requirements.txt - Frontend:
cd frontend && npm install
- Backend:
-
Start servers (recommend running in separate terminals or background):
- Backend:
cd backend && uvicorn main:app --reload(runs on http://localhost:8000) - Frontend:
cd frontend && npm run dev(runs on http://localhost:5173)
- Backend:
-
Verify
.envfile exists inbackend/withOPENAI_API_KEYset
Examples
- "Start the dev servers"
- "Run the app locally"
- "Launch backend and frontend"
Guardrails
- Never expose or log the OPENAI_API_KEY
- Confirm with user before installing dependencies
- Warn if ports 8000 or 5173 are already in use
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
