WSL2 memory safety and scaling guardrails for Claude Code sessions and parallel agents.
Monitors WSL2 memory usage and enforces safe scaling limits for Claude Code instances and parallel agents.
npm run build or other memory-heavy operationsfree -m | awk '/^Mem:/{printf "RAM: %dMB/%dMB (%d%%)\n", $3, $2, $3*100/$2} /^Swap:/{if($3>0) printf "Swap: %dMB/%dMB\n", $3, $2}'
npm run build alongside agentsAlways run the memory check before:
npm run build)C:\Users\Frank\.wslconfig)# Check what's using memory
ps aux --sort=-%mem | head -20
# Kill any orphaned node processes from old CC sessions
pkill -f "node.*claude" 2>/dev/null
# Force kernel to drop caches (non-destructive)
echo 1 | sudo tee /proc/sys/vm/drop_caches 2>/dev/null
.claude/hooks/memory-check.sh runs on SessionStartSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer