بنقرة واحدة
redsub-uninstall
Clean uninstall of redsub-claude-code plugin using install manifest.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Clean uninstall of redsub-claude-code plugin using install manifest.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.