Back to list
aiskillstore

dev-servers

by aiskillstore

Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

102🍴 3📅 Jan 23, 2026

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

  1. Check if dependencies are installed:

    • Backend: Look for backend/venv/ or ask user about Python environment
    • Frontend: Check if frontend/node_modules/ exists
  2. Install dependencies if missing:

    • Backend: cd backend && pip install -r requirements.txt
    • Frontend: cd frontend && npm install
  3. Start servers (recommend running in separate terminals or background):

  4. Verify .env file exists in backend/ with OPENAI_API_KEY set

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

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon