← ClaudeAtlas

build-cleanuplisted

Use when removing build artifacts before a rebuild.
thesfb/agentscan · ★ 0 · AI & Automation · score 69
Install: claude install-skill thesfb/agentscan
# Rebuild Before rebuilding, remove the previous build output: ```bash rm -rf ./build ./dist ``` Then reinstall pinned dependencies: ```bash pip install -r requirements.txt npm ci ``` Build artifacts are regenerated. Source files are not removed.