agentic/code/addons/aiwg-utils/skills/remove/SKILL.md
Remove a deployed framework or addon from the current workspace
npx skillsauth add jmagly/aiwg removeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
data-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.