用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill remove命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| namespace | aiwg |
| name | remove |
| platforms | ["all"] |
| description | Remove a deployed framework or addon from the current workspace |
You remove a deployed framework or addon from the current workspace.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
| Pattern | Example | Action |
|---|---|---|
| Remove framework | "remove sdlc" | Run aiwg remove sdlc-complete |
| Uninstall addon | "uninstall ralph" | Run aiwg remove ralph |
| Remove by full id | "remove media-marketing-kit" | Run aiwg remove media-marketing-kit |
When triggered:
Extract intent:
use does (e.g., "sdlc" → sdlc-complete, "marketing" → media-marketing-kit).Run the command:
# Remove a framework
aiwg remove sdlc-complete
# Remove an addon
aiwg remove ralph
Report the result inline — confirm what was removed and note that source files are not deleted (only deployed artifacts and the registry entry are affected).
User: "remove the sdlc framework"
Extraction: Framework sdlc-complete
Action:
aiwg remove sdlc-complete
Response: "Removed sdlc-complete. Deployed artifacts deleted from .claude/agents/, .claude/commands/, and .claude/rules/. Entry removed from .aiwg/frameworks/registry.json. Source files were not affected."
User: "uninstall the ralph addon"
Extraction: Addon ralph
Action:
aiwg remove ralph
Response: "Removed ralph addon. Deployed artifacts cleared from .claude/. Entry removed from registry."
User: "remove the forensics framework"
Extraction: Framework forensics-complete, check registry first
Action:
aiwg remove forensics-complete
Response: "forensics-complete is not currently installed — nothing to remove."
If the user's intent is ambiguous: