Brain Uninstall
Confirmation-gated, password-masking teardown for the mybrain memory plugin across Docker, local, and remote Postgres.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5d2b142
Every destructive step (container removal, volume delete, dropdb, DROP SCHEMA) gets its own separate yes/no and passwords are masked in all displayed URLs, but the 'personal config' path relies on ${CLAUDE_PLUGIN_DATA}, which only resolves when this skill runs inside the actual mybrain/atelier-pipeline plugin install — a manual `cp -r` into ~/.claude/skills leaves that half of config-detection silently blind, working only for the shared `.claude/brain-config.json` path.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Brain Uninstall does
Walks a user conversationally through removing or disconnecting the mybrain plugin's persistent memory layer: detects Docker/local/remote Postgres config, offers disconnect-only vs full-database-wipe, and requires an explicit yes before any destructive step (container/volume removal, dropdb, DROP SCHEMA). Triggers on requests to remove, disconnect, or clean up the brain/mybrain memory plugin, not on setting it up.
How to install Brain Uninstall
git clone https://github.com/robertsfeir/atelier-pipeline
mkdir -p ~/.claude/skills
cp -r atelier-pipeline/skills/brain-uninstall ~/.claude/skills/brain-uninstall
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Brain Uninstall
-
/brain-uninstallConfirmation-gated, password-masking teardown for the mybrain memory plugin across Docker, local, and remote Postgres.
It also activates on plain-language prompts like these:
-
I want to completely uninstall the mybrain plugin and wipe its database -
How do I disconnect my local Docker brain instance without deleting data? -
Walk me through safely tearing down my remote Postgres memory setup
Frequently asked questions
- Is the Brain Uninstall skill free?
- Yes. The skill itself is free from robertsfeir/atelier-pipeline. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Brain Uninstall work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Every destructive step (container removal, volume delete, dropdb, DROP SCHEMA) gets its own separate yes/no and passwords are masked in all displayed URLs, but the 'personal config' path relies on ${CLAUDE_PLUGIN_DATA}, which only resolves when this skill runs inside the actual mybrain/atelier-pipeline plugin install — a manual `cp -r` into ~/.claude/skills leaves that half of config-detection silently blind, working only for the shared `.claude/brain-config.json` path.
- What is the Brain Uninstall SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Brain Uninstall?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Brain Uninstall with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.