plugins/utils/skills/packages/SKILL.md
Manage remotely installed AIWG packages sourced from Git repositories via list, info, and remove subcommands
npx skillsauth add jmagly/aiwg packagesInstall 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 manage remotely installed AIWG packages — those installed via aiwg install from Git repositories.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
| Pattern | Example | Action |
|---------|---------|--------|
| List packages | "list packages" | Run aiwg packages list |
| Package info | "info on aiwg-devtools" | Run aiwg packages info aiwg-devtools |
| Remove package | "remove the aiwg-devtools package" | Run aiwg packages remove aiwg-devtools |
| Default (no subcommand) | "show packages" | Run aiwg packages list |
When triggered:
Extract intent:
Run the appropriate subcommand:
# List all remotely installed packages
aiwg packages list
# Show details for a specific package
aiwg packages info <package-name>
# Remove a remotely installed package
aiwg packages remove <package-name>
Report the result inline — for listings, summarize each package with its source URL and version. For info, show full metadata. For remove, confirm deletion. Note: packages tracks only Git-sourced packages; frameworks and addons deployed via aiwg use appear in aiwg list instead.
User: "show me the installed packages"
Extraction: List subcommand
Action:
aiwg packages list
Response: "Installed packages: aiwg-devtools (v1.3.0, from https://github.com/acme/aiwg-devtools, installed 2026-03-28)."
User: "what do I know about the aiwg-devtools package?"
Extraction: Info subcommand, target aiwg-devtools
Action:
aiwg packages info aiwg-devtools
Response: "aiwg-devtools — source: https://github.com/acme/aiwg-devtools, version: v1.3.0, installed: 2026-03-28, artifacts deployed to .claude/agents/, .claude/commands/."
User: "remove the aiwg-devtools package"
Extraction: Remove subcommand, target aiwg-devtools
Action:
aiwg packages remove aiwg-devtools
Response: "Removed aiwg-devtools. Deployed artifacts deleted from .claude/. Entry removed from packages registry."
User: "list packages"
Extraction: List subcommand
Action:
aiwg packages list
Response: "No remote packages are installed. Use aiwg install <owner/repo> to install a package from a Git repository."
If the user's intent is ambiguous:
aiwg install) or built-in frameworks? Built-in frameworks show up under aiwg list."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`.