skills/ARCHIVE-chaos-quarantine/docker-thermodynamics/SKILL.md
Cognitive lens: containers as thermodynamic/entropy systems — resource pressure, safe intervention boundaries.
npx skillsauth add ariffazil/openclaw-workspace docker-thermodynamicsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Docker containers are not black boxes — they are thermodynamic systems. Each container consumes CPU (energy), memory (state), disk (storage), and network (exchange). Think of container management as entropy management: every action either reduces chaos (diagnosis, restart, prune) or increases it (untracked modifications, accumulated artifacts, unmonitored services).
The goal is not to memorize Docker commands — it is to understand the thermodynamic state of the container fleet. Is entropy rising? Are resources bottlenecking? Is data at risk of irreversible loss?
Diagnose before acting:
docker ps — what is running, what is dead?docker stats --no-stream — who is consuming resources?docker system df — how much disk entropy has accumulated?Safe operations (proceed without ask):
docker compose config (validate, no mutation)docker compose ps (state inspection)docker logs --tail=N <service> (observation)docker compose restart <service> (reversible)docker compose up -d <service> (restore known state)Dangerous operations (888 HOLD required):
docker system prune -af --volumes (irreversible disk purge)docker rm -f <container> (data loss risk)docker volume rm <volume> (permanent data destruction)docker rmi <image> if image is actively useddocker system df to understand what will be lostThese are specific errors. Actively avoid them:
docker system prune -af as first response to any problem (panic pruning)Applies to:
/root/compose/docker-compose.ymlDoes NOT apply to:
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.