dx list

Guide users through dx list commands with parameters and execution.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/siteminder-au/claude-code-dx-plugin --skill dx-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx list
Source: https://github.com/siteminder-au/claude-code-dx-plugin/tree/main/skills/list
Command: npx skills add https://github.com/siteminder-au/claude-code-dx-plugin --skill dx-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @siteminder/dx, @anthropic-ai/claude-code.

What problem does it solve?

Navigating and remembering the syntax for various dx list commands can be challenging. This Skill provides an interactive guide to discover and execute dx list commands, simplifying infrastructure and code insights.

Core Features & Use Cases

  • Categorized Command Listing: Presents dx commands organized by infrastructure, overlord, and code categories for easy discovery.
  • Parameter Guidance: Guides users through required and optional parameters with default values, reducing guesswork.
  • Pre-execution Confirmation: Shows the full command before execution for user approval, ensuring transparency and control.
  • Use Case: Want to see recent artifact versions? Just ask "dx list", select "list-artifact-versions", provide system and component, and get the results without needing to consult documentation.

Quick Start

dx list (then select "list-artifact-versions" and provide system "tbb" and component "core-api")

Frequently Asked Questions about dx list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available dx list commands for infrastructure and code?

dx list presents all available commands organized by category—Infrastructure, Overlord, and Code—showing required and optional parameters with defaults. Run `dx list` interactively to browse and select the command you need.

How do I list artifact versions using dx?

Use `dx list` to select list-artifact-versions, then provide the system and component names. The Skill guides you through parameters and displays results without consulting external documentation.

Can I preview the exact command before executing it?

Yes. dx list shows the full command string for your confirmation before execution, ensuring transparency and control over what runs against your infrastructure.

What do I need to run dx list commands?

The Skill checks for dx availability globally or via npx, so you need the @siteminder/dx package installed. No manual syntax memorization required—the interactive guide handles parameter construction.

How do I access dx commands if dx isn't globally installed?

The Skill automatically detects and uses npx to run dx commands when the package isn't available globally, removing the need for manual environment setup.