Completely remove Claude Permission Light from this machine.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-permission-light:uninstallThe summary Claude sees in its command listing — used to decide when to auto-load this command
Completely remove Claude Permission Light from this machine.
Run these steps:
1. Stop any running blink process: `${CLAUDE_PLUGIN_ROOT}/bin/camera-blink.sh stop 2>/dev/null || true`
2. Clean up state files: `rm -f ~/.claude-permission-light/blink.pid && rmdir ~/.claude-permission-light 2>/dev/null || true`
3. Clean up temp files: `rm -f /tmp/claude-cam-snap.jpg`
4. Uninstall the plugin: run `claude plugin uninstall claude-permission-light`
5. Tell the user: "Claude Permission Light uninstalled. imagesnap was kept — remove it manually with `brew uninstall imagesnap` if you no longer need it."Completely remove Claude Permission Light from this machine.
Run these steps:
${CLAUDE_PLUGIN_ROOT}/bin/camera-blink.sh stop 2>/dev/null || truerm -f ~/.claude-permission-light/blink.pid && rmdir ~/.claude-permission-light 2>/dev/null || truerm -f /tmp/claude-cam-snap.jpgclaude plugin uninstall claude-permission-lightbrew uninstall imagesnap if you no longer need it."npx claudepluginhub aliarifsoydas/claude-permission-light --plugin claude-permission-light/uninstallRemoves claude-delegator MCP server config and plugin rules from Claude Code, with confirmation prompt.
/uninstallRemoves flow-next files and configuration from a project. Walks through uninstall options, generates manual rm commands, and cleans up marker blocks from CLAUDE.md and AGENTS.md.
/uninstallUninstalls filetree from the current repository — un-wires CLAUDE.md/AGENTS.md, removes generated artifacts with per-item confirmation, and tears down self-only mode if enabled.
/uninstallRemoves deliberation plugin artifacts: MCP server registrations, installed rules, Grok cache, and short command aliases. Confirms before proceeding.
/uninstallCleanly removes all VBW traces from Claude Code configuration, status line, and project files, preparing for plugin uninstall.
/uninstallRemoves all iTerm2 tab status artifacts: adapter script from AutoLaunch, Python venv, signal files, and marker files. Use after uninstalling the iterm2-tab-status plugin.