cleanup

Installation
SKILL.md

Cleanup Skill

Clean up workspace artifacts based on the requested scope.

Usage

$cleanup              # Default: show what can be cleaned
$cleanup build        # Remove build artifacts
$cleanup deps         # Remove dependency directories (node_modules, venv, etc.)
$cleanup all          # Full clean: deps + build artifacts
$cleanup cache        # Clear build tool caches
$cleanup docker       # docker system prune -f (no named volumes removed)
$cleanup tasks        # Remove obsolete task files (lessons.md is NEVER deleted)
$cleanup reinstall    # Full reinstall: clean deps → install

Instructions

Installs
1
GitHub Stars
2
First Seen
14 days ago
cleanup — brain-bootstrap/codex-brain-bootstrap