Slash Command974 estrellas del repoactualizado 3mo ago
uninstall
The uninstall slash command removes the claude-delegator integration by deleting MCP server configurations for Codex and Gemini providers and removing associated rule files from the local rules directory. Use this command when discontinuing claude-delegator functionality and wanting to clean up its configuration artifacts from Claude Code.
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jarrodwatts/claude-delegator/HEAD/commands/uninstall.md -o ~/.claude/commands/uninstall.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
uninstall.md
# 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 ```bash claude mcp remove --scope user codex claude mcp remove --scope user gemini ``` ## Remove Installed Rules ```bash rm -rf ~/.claude/rules/delegator/ ``` ## Confirm Completion ``` ✓ Removed providers from MCP servers ✓ Removed rules from ~/.claude/rules/delegator/ To reinstall: /claude-delegator:setup ```
Del mismo repositorio