npx claudepluginhub moogento/moo-statusline# 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`
/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.
/uninstallRemoves VBW traces from Claude Code settings.json statusLine, agent teams env var, .vbw-planning dir, and CLAUDE.md with user confirmations before plugin uninstall.
/uninstallRemoves iTerm2 tab status adapter from AutoLaunch, Python venv if created by bootstrap, signal files, markers, and locks. Prints cleanup status and restart instructions.
/uninstallRemoves GSD installation from ~/.claude/ by deleting commands/gsd/ and get-shit-done/ directories after existence check and user confirmation. Shows reinstall instructions.
/uninstallUninstalls or disables Autonomous-Dev plugin features interactively or via direct options like --disable-hooks, --clean-project, --full-clean, --global. Removes hooks, templates, settings, PROJECT.md, or plugin globally.
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")'
/statusline