← Back to list

docker-ops
by grahama1970
Shared skills for AI agents (Claude Code, Codex, Gemini)
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: docker-ops description: > Safe Docker cleanup and compose stack management. Prune unused containers/images/volumes, redeploy stacks. triggers:
- clean up docker
- prune docker
- docker cleanup
- redeploy stack
- restart containers
- docker compose redeploy
- free docker disk space allowed-tools: Bash metadata: short-description: Safe Docker cleanup and stack management
Docker Ops
Safe Docker management with dry-run defaults.
Commands
# Prune unused resources (dry-run by default)
./scripts/prune.sh
# Actually prune
./scripts/prune.sh --execute
# Prune images older than 24h
./scripts/prune.sh --until 24h --execute
# Redeploy compose stack (dry-run)
./scripts/redeploy.sh --stack docker-compose.yml
# Actually redeploy
./scripts/redeploy.sh --stack docker-compose.yml --execute
# Redeploy specific service
./scripts/redeploy.sh --stack docker-compose.yml --service web --execute
Environment Variables
| Variable | Default | Description |
|---|---|---|
DOCKER_PRUNE_UNTIL | - | Default age filter for prune |
STACK_FILE | docker-compose.yml | Default compose file |
HEALTH_CMD | - | Command to run after redeploy |
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon