list
List the frameworks and addons currently installed in the workspace registry
Best use case
list is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
It is a strong fit for teams already working in Codex.
List the frameworks and addons currently installed in the workspace registry
Teams using list should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/list/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How list Compares
| Feature / Agent | list | Standard Approach |
|---|---|---|
| Platform Support | Codex | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
List the frameworks and addons currently installed in the workspace registry
Which AI agents support this skill?
This skill is designed for Codex.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# 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**: ```bash # 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**: ```bash 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**: ```bash 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**: ```bash 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
Related Skills
issue-list
List and filter tickets/issues from configured backend
flow-handoff-checklist
Orchestrate handoff validation between SDLC phases and tracks (Discovery→Delivery, Delivery→Ops, phase transitions)
aiwg-orchestrate
Route structured artifact work to AIWG workflows via MCP with zero parent context cost
venv-manager
Create, manage, and validate Python virtual environments. Use for project isolation and dependency management.
pytest-runner
Execute Python tests with pytest, supporting fixtures, markers, coverage, and parallel execution. Use for Python test automation.
vitest-runner
Execute JavaScript/TypeScript tests with Vitest, supporting coverage, watch mode, and parallel execution. Use for JS/TS test automation.
eslint-checker
Run ESLint for JavaScript/TypeScript code quality and style enforcement. Use for static analysis and auto-fixing.
repo-analyzer
Analyze GitHub repositories for structure, documentation, dependencies, and contribution patterns. Use for codebase understanding and health assessment.
pr-reviewer
Review GitHub pull requests for code quality, security, and best practices. Use for automated PR feedback and approval workflows.
YouTube Acquisition
yt-dlp patterns for acquiring content from YouTube and video platforms
Quality Filtering
Accept/reject logic and quality scoring heuristics for media content
Provenance Tracking
W3C PROV-O patterns for tracking media derivation chains and production history