← ClaudeAtlas

brewcodeteardownlisted

Removes brewcode project files (templates, configs, logs); --full wipes all state. Triggers: teardown, cleanup.
kochetkov-ma/claude-brewcode · ★ 27 · AI & Automation · score 77
Install: claude install-skill kochetkov-ma/claude-brewcode
<instructions> ## Execution **Skill arguments received:** `$ARGUMENTS` ### Argument Parsing Detect flags in `$ARGUMENTS`: - `--dry-run` present -> dry-run mode (no deletion) - `--full` present -> FULL PURGE mode (see below) - Neither -> default teardown > If `--full` is NOT present, behavior is identical to previous versions. Skip to "Default Teardown". ### Full Purge Mode (`--full`) > WARNING: DESTRUCTIVE (PARTIALLY recoverable). `claude project purge` (Claude Code 2.1.115+) wipes ALL per-project state including `.claude/`, project memory, and session data. The automatic backup captures ONLY the project `.claude/` directory — Claude Code session history and auto-memory under `~/.claude/projects/<projectHash>/` are NOT backed up and CANNOT be recovered after purge. You must restore the `.claude/` backup MANUALLY. **Step 1 — Typed confirmation (INLINE PROMPT, NOT AskUserQuestion).** Output literally this prompt to the user as plain text in the conversation: > ⚠️ DESTRUCTIVE — `claude project purge` will wipe ALL per-project state including `.claude/`, project memory, and session data. A backup will be created at `.claude.backup.<timestamp>/` BUT it captures ONLY the project `.claude/` directory. Claude Code session history and auto-memory under `~/.claude/projects/<projectHash>/` are NOT in the backup and are NOT recoverable. You must restore the `.claude/` backup MANUALLY. > > Reply with the exact word **PURGE** (uppercase, no surrounding text) to proceed. Anything