← スキル一覧に戻る

devservers-start-service
by atimmer
Manage devservers on your machine and let agents start/stop them for you.
⭐ 3🍴 0📅 2026年1月22日
SKILL.md
name: devservers-start-service description: Start, restart, or stop a dev server managed by the local Devservers Manager using the CLI.
Devservers Start Service
Overview
Start, restart, or stop a configured service using the CLI. Rule: Use CLI only. Do not edit config files directly or interact with internal services.
Workflow
1) Start or restart the service
devservers start <name>
Restart if already running:
devservers restart <name>
2) Stop a service (optional)
devservers stop <name>
3) Verify status
devservers status
The status output includes the current port when known (e.g. service: running (port 3000)).
For detect or registry modes, the port appears once it is discovered/assigned.
Notes
- If a CLI call fails due to connectivity, ask the user to start the manager and retry.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です