From claude-delegator
Prompts for confirmation, then removes claude-delegator MCP configurations for codex/gemini and ~/.claude/rules/delegator/ directory.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-delegator: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 Remove claude-delegator from Claude Code. ## Confirm Removal **Question**: "Remove Codex/Gemini MCP configuration and plugin rules?" **Options**: - "Yes, uninstall" - "No, cancel" If cancelled, stop here. ## Remove MCP Configuration ## Remove Installed Rules ## Confirm Completion
Remove claude-delegator from Claude Code.
Question: "Remove Codex/Gemini MCP configuration and plugin rules?" Options:
If cancelled, stop here.
claude mcp remove --scope user codex
claude mcp remove --scope user gemini
rm -rf ~/.claude/rules/delegator/
✓ Removed providers from MCP servers
✓ Removed rules from ~/.claude/rules/delegator/
To reinstall: /claude-delegator:setup
npx claudepluginhub jarrodwatts/claude-delegator --plugin claude-delegator/uninstallRemoves deliberation MCP servers, rules directory, Grok cache, and short command aliases from Claude Code. Runs a single Bash call after user confirmation.
/uninstallUninstalls claude-code-mascot-statusline by dry-running removal of statusLine, hooks, and runtime data, confirming with user, then executing cleanup.
/uninstallRemoves GSD installation from ~/.claude/ by deleting commands/gsd/ and get-shit-done/ directories after existence check and user confirmation. Shows reinstall instructions.
/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.
/uninstall-attestorScans all six Attestor install surfaces — Python package, config directory, MCP wiring, Docker containers/volumes, Claude Code hooks, plugin — and reverses each with user confirmation for destructive steps. Supports --dry-run preview.
/skill-uninstallUninstalls cc-use-exp configuration system from Plugin Marketplace after detecting installation, listing files for deletion, and requiring 'yes' confirmation. Preserves user configs and shows reinstall steps.