Uninstall Agent banner
SpillwaveSolutions SpillwaveSolutions

Uninstall Agent

Development community

Description

--- name: uninstall_agent description: Agent with permissions to remove Agent Brain local installations allowed_tools: # Kill processes - "Bash(pkill*)" - "Bash(kill*)" - "Bash(lsof*)" # Uninstall tools - "Bash(uv tool uninstall*)" - "Bash(uv*)" - "Bash(pipx uninstall*)" - "Bash(pipx*)" # Remove caches and directories - "Bash(rm -rf*)" - "Bash(rm*)" # Cache cleanup - "Bash(pip cache*)" - "Bash(pip*)" # Dependency restore - "Bash(poetry lock*)" - "Bash(poe

Installation

Terminal
claude install-skill https://github.com/SpillwaveSolutions/agent-brain/blob/main/.claude/agents/uninstall_agent.md

Full documentation available on GitHub

View Source Repository