/list
List the frameworks and addons currently installed in the workspace registry
$ npx -y skills add jmagly/aiwg --skill list --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/list
Context preview
The summary Claude sees to decide when to auto-load this skill.
List the frameworks and addons currently installed in the workspace registry
SKILL.md
list.SKILL.mdnamespace: aiwg
name: list
platforms: [all]
description: List the frameworks and addons currently installed in the workspace registry
AIWG List
You list the frameworks and addons currently installed in the workspace.
Triggers
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
- "what's deployed" → show installed frameworks
- "which frameworks are active" → show installed frameworks
- "do I have sdlc installed" → check registry for specific framework
- "is the marketing framework here" → check registry for specific framework
Trigger Patterns Reference
| 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 |
Behavior
When triggered:
1. **Extract intent**:
- Is the user asking about all installed items or a specific one?
- Are they asking about frameworks, addons, or both?
2. **Run the command**:
# List all installed frameworks and addons
aiwg list
3. **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.
Examples
Example 1: List all installed
**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)."
Example 2: Check for a specific framework
**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."
Example 3: Check deployment status across providers
**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."
Clarification Prompts
If the user's intent is ambiguous:
- "Are you looking for a specific framework, or would you like to see everything that's installed?"
References
- @$AIWG_ROOT/src/cli/handlers/subcommands.ts — List subcommand handler
- @$AIWG_ROOT/docs/cli-reference.md — CLI reference
Read more
namespace: aiwg name: list platforms: [all] description: List the frameworks and addons currently installed in the workspace registry
AIWG List
You list the frameworks and addons currently installed in the workspace.
Triggers
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
- "what's deployed" → show installed frameworks
- "which frameworks are active" → show installed frameworks
- "do I have sdlc installed" → check registry for specific framework
- "is the marketing framework here" → check registry for specific framework
Trigger Patterns Reference
| 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 |
Behavior
When triggered:
1. **Extract intent**:
- Is the user asking about all installed items or a specific one?
- Are they asking about frameworks, addons, or both?
2. **Run the command**:
# List all installed frameworks and addons aiwg list
3. **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.
Examples
Example 1: List all installed
**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)."
Example 2: Check for a specific framework
**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."
Example 3: Check deployment status across providers
**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."
Clarification Prompts
If the user's intent is ambiguous:
- "Are you looking for a specific framework, or would you like to see everything that's installed?"
References
- @$AIWG_ROOT/src/cli/handlers/subcommands.ts — List subcommand handler
- @$AIWG_ROOT/docs/cli-reference.md — CLI reference
Multi-agent AI framework for Claude Code, Copilot, Cursor, Warp, and 6 more platforms 200+ agents, 109+ CLI commands, 400+ deployable agent/skill/command/rule artifacts, 8 core frameworks, 32 addons, and a 40-plugin Claude Code marketplace.
Repo: jmagly/aiwg
Other skills on aiwg.
- /agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Open skill - /agent-loop
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Open skill - /auto-test-execution
Automatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
Open skill - /cross-task-learner
Enable agent loops to learn from similar past tasks and share patterns across loops
Open skill - /debug-memory
Query and manage the executable feedback debug memory
Open skill - /execute-feedback
Execute tests on generated code and iterate until passing
Open skill

