agentic/code/addons/aiwg-utils/skills/install-plugin/SKILL.md
Install plugins into Claude Code from the AIWG marketplace with registry lookup, download, and local deployment
npx skillsauth add jmagly/aiwg install-pluginInstall 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 install a plugin into Claude Code from the AIWG marketplace. Plugins are pre-packaged bundles of agents, skills, commands, and rules. You handle registry lookup, download, and local deployment.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
| Pattern | Example | Action |
|---------|---------|--------|
| Install plugin | "install plugin sdlc@aiwg" | Run aiwg install-plugin sdlc@aiwg |
| Add plugin | "add plugin voice@aiwg" | Run aiwg install-plugin voice@aiwg |
| Plugin install | "plugin install marketing@aiwg" | Run aiwg install-plugin marketing@aiwg |
| Claude Code plugin | "install claude code plugin utils" | Run aiwg install-plugin utils@aiwg |
| Dry run | "show me what installing sdlc would do" | Run aiwg install-plugin sdlc@aiwg --dry-run |
| Specific version | "install sdlc version 2026.3.0" | Run aiwg install-plugin sdlc@[email protected] |
When triggered:
Extract intent:
@scope)Run the appropriate command:
# Install from AIWG marketplace (default scope)
aiwg install-plugin sdlc@aiwg
aiwg install-plugin voice@aiwg
aiwg install-plugin marketing@aiwg
aiwg install-plugin utils@aiwg
# Install a specific version
aiwg install-plugin sdlc@[email protected]
# Preview what would be installed
aiwg install-plugin sdlc@aiwg --dry-run
# Force reinstall even if already installed
aiwg install-plugin sdlc@aiwg --force
Report the result — confirm which agents, skills, commands, and rules were installed and where.
| Plugin | Contents | Use Case |
|--------|----------|----------|
| sdlc@aiwg | 58 agents, 42 commands, SDLC workflows | Full software development lifecycle |
| voice@aiwg | Voice profiles, soul system | Content style and persona management |
| marketing@aiwg | Marketing agents, campaigns, media | Marketing operations framework |
| utils@aiwg | Core utility skills and rules | Foundational cross-framework utilities |
.claude/agents/.claude/commands/.claude/skills/.claude/rules/User: "Install the SDLC plugin"
Extraction: Plugin name is sdlc, scope is aiwg
Action:
aiwg install-plugin sdlc@aiwg
Response: "Installed sdlc@aiwg v2026.3.15. Deployed 58 agents to .claude/agents/, 42 commands to .claude/commands/, 12 skills to .claude/skills/, 33 rules to .claude/rules/."
User: "What would installing the voice plugin add?"
Extraction: Dry-run for voice plugin
Action:
aiwg install-plugin voice@aiwg --dry-run
Response: "Dry run — voice@aiwg v2026.3.15 would add: 6 voice profiles to .claude/skills/voices/, 4 soul system skills, 2 rules. No changes made."
User: "The SDLC plugin seems broken, reinstall it"
Extraction: Force reinstall of sdlc
Action:
aiwg install-plugin sdlc@aiwg --force
Response: "Force reinstalled sdlc@aiwg. All 58 agents and 42 commands redeployed cleanly."
If the plugin name is ambiguous:
sdlc@aiwg? Run aiwg catalog list to see all available plugins."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`.