Ag Remove Local Install banner
SpillwaveSolutions SpillwaveSolutions

Ag Remove Local Install

Development community

Description

--- context: fork agent: uninstall_agent --- # ag-remove-local-install Remove all local Agent Brain installations, caches, and plugin artifacts. ## Arguments - `--zero-state` - Also remove `~/.claude/agent-brain` and `./.claude/agent-brain` state directories (back up first!) ## Task Run the removal script with the appropriate flags: **If `--zero-state` was passed:** ```bash .claude/skills/installing-local/remove.sh --restore-pypi --zero-state ``` **Otherwise (default):** ```bash .claude/

Installation

Installs to ~/.claude/commands/spillwavesolutions-agent-brain-ag-remove-local-install.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SpillwaveSolutions/agent-brain/HEAD/.claude/commands/ag-remove-local-install.md -o ~/.claude/commands/spillwavesolutions-agent-brain-ag-remove-local-install.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository