ワンクリックで
install-plugin
Install Claude Code marketplace plugins with registry lookup, download, and local deployment
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Install Claude Code marketplace plugins with registry lookup, download, and local deployment
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a corpus snapshot report — computes dimensions, topology, degree distribution, delta from previous. Helps with cluster, chain, and gap analysis sections.
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Orchestrate multi-loop background operations via the Mission Control dashboard — start sessions, dispatch missions, monitor, and stop
Launch an AIWG Mission — durable, audited dynamic agent orchestration toward a completion criterion. AIWG owns the conductor (activity-log, gates, best-output, checkpoint/resume, cost); native primitives drive worker mechanism. Surfaces as /aiwg-mission in Codex (AIWG-owned, no plugin dependency).
Config-driven release orchestration — reads .aiwg/release.config plus optional .aiwg/releases/<plan-id> sidecars and walks the selected release plan's gates
Update AIWG CLI and redeploy frameworks/tools to current project without leaving the session
| namespace | aiwg |
| name | install-plugin |
| platforms | ["all"] |
| description | Install Claude Code marketplace plugins with registry lookup, download, and local deployment |
You install a Claude Code marketplace plugin. In AIWG vocabulary, a plugin is a delivery wrapper around an extension, addon, or framework, not a separate content type. 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@aiwg@2026.3.0 |
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@aiwg@2026.3.0
# 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 — name the installed marketplace wrapper and confirm which agents, skills, commands, and rules were deployed and where.
| Package | Payload | 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."