← スキル一覧に戻る

docker-helper
by rm2thaddeus
A repository for the Pixel Detective project.
⭐ 14🍴 3📅 2026年1月15日
SKILL.md
name: docker-helper description: Inspect Docker containers, volumes, and compose services for Pixel Detective and Dev Graph. Use when the user asks to check Docker state, list containers or volumes, or extract data from Docker without running heavy services.
Docker Helper
Use this skill to read Docker state for the repo and list stored data sources.
Quickstart
- Status + capabilities:
powershell -ExecutionPolicy Bypass -File skills\\docker-helper\\scripts\\docker_inventory.ps1 -Action status -ListCapabilities
Workflow
- Confirm Docker is available
docker versiondocker compose version
- Inspect containers and compose services
docker ps -adocker compose ps
- Inspect volumes and storage
docker volume lsdocker system df- For repo volumes, run:
docker volume inspect qdrant_storagedocker volume inspect neo4j_data
- Report findings
- Note which services are up, stopped, or missing.
- Identify which volumes exist and their mountpoints.
Script
- Run:
powershell -ExecutionPolicy Bypass -File skills\docker-helper\scripts\docker_inventory.ps1 - With volume details:
-ShowVolumes - List capabilities:
-ListCapabilities - Action examples:
-Action status-Action start -Target neo4j-Action stop -Target dev_graph_api-Action restart -Target qdrant_db-Action logs -Target dev_graph_ui -LogsTail 200
Notes
- This skill can start/stop/restart services via docker compose in the repo root.
docker composeactions auto-detect the repo root (by locatingdocker-compose.yml).- The compose file may warn that the
versionfield is obsolete; ignore the warning.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です