一键导入
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.