agentic/code/addons/aiwg-utils/skills/list/SKILL.md
List the frameworks and addons currently installed in the workspace registry
npx skillsauth add jmagly/aiwg listInstall 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 list the frameworks and addons currently installed in the workspace.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
| Pattern | Example | Action |
|---------|---------|--------|
| List all | "list frameworks" | Run aiwg list |
| Show addons | "list addons" | Run aiwg list |
| Existence check | "is sdlc installed?" | Run aiwg list and filter output |
| Version check | "what version of sdlc is deployed?" | Run aiwg list and extract version |
When triggered:
Extract intent:
Run the command:
# List all installed frameworks and addons
aiwg list
Report the result inline — summarize installed frameworks and addons, their versions, and which providers they are deployed to. For existence checks, answer the specific question directly.
User: "What frameworks do I have installed?"
Extraction: List all installed frameworks and addons
Action:
aiwg list
Response: "Installed frameworks: sdlc-complete (v2026.3.15, deployed to claude-code). Installed addons: ralph (v2026.3.15), aiwg-utils (v2026.3.15)."
User: "Is the marketing framework installed?"
Extraction: Existence check for media-marketing-kit
Action:
aiwg list
Response: "media-marketing-kit is not installed. Run aiwg use media-marketing-kit to deploy it."
User: "Show me what's installed and where it's deployed"
Extraction: Full listing including provider deployment status
Action:
aiwg list
Response: "sdlc-complete v2026.3.15 — deployed to: claude-code. aiwg-utils v2026.3.15 — deployed to: claude-code, copilot."
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`.