From moo-statusline
Removes moo-statusline from Claude Code by deleting ~/.claude/statusline.sh and statusLine key from settings.json. Confirms removal and provides reinstall instructions.
How this command is triggered — by the user, by Claude, or both
Slash command
/moo-statusline:uninstallThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Uninstall Moo Statusline Remove moo-statusline from Claude Code. Recognizes: `/uninstall`, `self-uninstall` ## Steps 1. Remove the statusline script: 2. Read `~/.claude/settings.json` and remove the `statusLine` key while preserving all other settings. Use jq or careful editing. 3. Confirm removal: 4. Tell the user: - Moo-statusline has been uninstalled - Restart Claude Code to see the default statusline - They can reinstall anytime with `/statusline`
Remove moo-statusline from Claude Code. Recognizes: /uninstall, self-uninstall
rm -f ~/.claude/statusline.sh
Read ~/.claude/settings.json and remove the statusLine key while preserving all other settings. Use jq or careful editing.
Confirm removal:
ls ~/.claude/statusline.sh 2>/dev/null || echo "Script removed"
cat ~/.claude/settings.json | jq 'has("statusLine")'
/statuslinenpx claudepluginhub moogento/moo-statusline --plugin moo-statusline/uninstallRuns the plugin's uninstall script via Bash to remove which-claude-code statusline from ~/.claude/settings.json, restores backup if present, and reminds to run /plugin uninstall which-claude-code separately.
/uninstallUninstalls claude-code-mascot-statusline by dry-running removal of statusLine, hooks, and runtime data, confirming with user, then executing cleanup.
/install-statusline-scriptInstall, update, or uninstall the Midnight statusline script. Displays proof server and Compact CLI status in the Claude Code status bar.
/bm-statuslineWires the basemind status line into Claude Code user settings, setting a `statusLine` command and confirming it renders. One-time setup.
/uninstallPrompts for confirmation, then removes claude-delegator MCP configurations for codex/gemini and ~/.claude/rules/delegator/ directory.
/uninstallPrompts for flow-next uninstall confirmation: chooses partial/full removal, cleans docs automatically, provides manual rm commands for files.