con un clic
redsub-uninstall
Clean uninstall of redsub-claude-code plugin using install manifest.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Clean uninstall of redsub-claude-code plugin using install manifest.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Enforced release pipeline. Save → Validate → Review → Version → Merge → Tag → Push.
Initial plugin setup. Register plugins, permissions, create CLAUDE.md.
Diagnose and auto-repair plugin integrity.
Collaborative design through Socratic dialogue. Turn rough ideas into validated designs.
Deployment workflow for dev/prod environments.
Execute implementation plan task-by-task with subagent dispatch and 2-stage review.
| name | redsub-uninstall |
| description | Clean uninstall of redsub-claude-code plugin using install manifest. |
Read ~/.claude-redsub/install-manifest.json. If missing, warn and proceed with best-effort cleanup.
For files in files_modified, remove content between markers:
<!-- redsub-claude-code:start -->
...
<!-- redsub-claude-code:end -->
If CLAUDE.md becomes empty after marker removal, delete it.
For files in files_created, delete them entirely (only if unmodified since install).
Also remove any orphaned rules files from previous versions:
rm -f ~/.claude/rules/redsub-*.md
rm -rf ~/.claude-redsub
# Remove from installed_plugins.json
# The actual cache is managed by Claude Code
Inform the user to run:
/plugin uninstall redsub-claude-code@redsub-plugins
Uninstall complete:
- CLAUDE.md markers removed: [yes/no]
- Legacy rules cleaned: [yes/no/none found]
- Plugin data removed: yes
- Run '/plugin uninstall redsub-claude-code@redsub-plugins' to complete.