brewcode:teardown

Skill arguments received: $ARGUMENTS

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "brewcode:teardown" with this command: npx skills add kochetkov-ma/claude-brewcode/kochetkov-ma-claude-brewcode-brewcode-teardown

Execution

Skill arguments received: $ARGUMENTS

If NOT --dry-run : Use AskUserQuestion to confirm before executing:

"This will delete brewcode project files (templates, configs, logs, plans). Task directories are preserved. Proceed?"

EXECUTE using Bash tool — run teardown script:

bash "${CLAUDE_SKILL_DIR}/scripts/teardown.sh" ARGS_HERE && echo "✅ done" || echo "❌ FAILED"

IMPORTANT: Replace ARGS_HERE with the actual value from "Skill arguments received" above. If empty, omit the argument.

STOP if ❌ — check script path exists and teardown.sh has execute permissions.

Options

Option Behavior

--dry-run

List files to delete without removing them

(none) Full removal after user confirmation

Preserved

Task directories (.claude/tasks/*_task/ ) and user rules (.claude/rules/ ) are always preserved.

Output

Brewcode Teardown

Detection

FieldValue
Arguments{received args or empty}
Mode{full or dry-run}

Result

Removed: ✅ .claude/tasks/templates/ ✅ .claude/tasks/cfg/ ✅ .claude/tasks/logs/ ✅ .claude/plans/ ✅ .grepai/ ✅ .claude/skills/brewcode-review/

Preserved: ⏭️ .claude/tasks/*_task/ (task directories) ⏭️ .claude/rules/ (user rules)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

text-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

memory-optimize

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

brewcode:plan

No summary provided by upstream source.

Repository SourceNeeds Review