agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Remove a deployed framework or addon from the current workspace
$ npx -y skills add jmagly/aiwg --skill remove --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/removeContext preview
The summary Claude sees to decide when to auto-load this skill.
Remove a deployed framework or addon from the current workspace
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:
1. **Extract intent**:
2. **Run the command**:
# Remove a framework aiwg remove sdlc-complete # Remove an addon aiwg remove ralph
3. **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:
Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.
Repo: jmagly/aiwg
Crash-resilient external agent loop with state persistence and CI/CD integration
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Automatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
Enable agent loops to learn from similar past tasks and share patterns across loops
Query and manage the executable feedback debug memory
Execute tests on generated code and iterate until passing