← スキル一覧に戻る

space-monitor
by alexanderjamesmcleod
Ideas that make sense. Products that make cents. 💡💰 An autonomous AI development platform.
⭐ 0🍴 0📅 2026年1月8日
SKILL.md
name: space-monitor description: Monitor and manage disk space usage across WSL and Windows with intelligent cleanup recommendations
space-monitor
Overview
Monitor disk space usage in real-time, especially critical for WSL environments where Windows C: drive space can become constrained. Provides intelligent cleanup recommendations and tracks space during operations.
Usage
space-monitor <command> [options]
Commands
Quick Status
space-monitor check # Show current space usage with color-coded warnings
space-monitor status # Alias for check
Monitor Operations
space-monitor watch <cmd> # Monitor space during command execution
# Example: space-monitor watch "docker compose build"
Analysis
space-monitor analyze # Deep dive into space usage
# Shows Docker, caches, large directories
Cleanup
space-monitor cleanup # Safe cleanup recommendations
space-monitor cleanup --auto # Auto-cleanup safe items (caches, temp files)
space-monitor cleanup --docker # Docker-specific cleanup
Trends
space-monitor trends # Show space usage history
space-monitor trends --predict # Predict when space will run out
When to Use
✅ Use this skill when:
- Starting Docker builds or large operations
- System feels slow or space warnings appear
- Before installing large packages or dependencies
- Planning cleanup to free space
- Troubleshooting "no space left" errors
⚠️ Especially important for:
- WSL environments (Windows C: drive constraints)
- Docker-heavy development
- Node.js projects with many node_modules
- Systems with < 10GB free space
Color-Coded Warnings
- 🟢 Green (>10GB free): Healthy
- 🟡 Yellow (5-10GB free): Monitor
- 🟠 Orange (2-5GB free): Clean soon
- 🔴 Red (<2GB free): Critical - clean now!
Quick Examples
# Before starting Docker
space-monitor check
# Monitor during build
space-monitor watch "docker compose up --build -d"
# Find space hogs
space-monitor analyze
# Get cleanup suggestions
space-monitor cleanup
Scripts
scripts/main.sh- Core monitoring and analysis functionality
Claude can execute this script directly without loading it into context.
Additional Resources
For detailed information, see:
- reference/thresholds.md - Warning thresholds and meanings
- reference/cleanup-guide.md - Safe cleanup strategies
- reference/examples.md - Common usage patterns
Integration with Other Skills
Works well with:
docker-manage- Docker cleanup recommendationsdeps-manager- Node modules analysisbackup-restore- Before major operations
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です