Dockcleanbuild banner
moshehbenavraham moshehbenavraham

Dockcleanbuild

DevOps community

Description

--- name: dockcleanbuild description: Clean Docker environment and rebuild all images and containers from scratch --- # /dockcleanbuild Command Perform a full Docker cleanup and rebuild cycle: clear build cache, remove stale images, stop and remove the project's containers (preserving volumes/data), rebuild all images from scratch with no cache, bring containers back up, and clean up leftover artifacts. Use maximum thinking budget for this prompt. Note: Docker commands MAY require `sudo` if

Installation

Installs to ~/.claude/skills/moshehbenavraham-apex-spec-system-dockcleanbuild/SKILL.md

Terminal
mkdir -p ~/.claude/skills/moshehbenavraham-apex-spec-system-dockcleanbuild && curl -fsSL https://raw.githubusercontent.com/moshehbenavraham/apex-spec-system/HEAD/commands/dockcleanbuild.md -o ~/.claude/skills/moshehbenavraham-apex-spec-system-dockcleanbuild/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository