output-workflow-list

List all Output SDK workflows with names, descriptions, and locations.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-workflow-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-workflow-list
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-workflow-list
Command: npx skills add https://github.com/growthxai/output --skill output-workflow-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and inventory all available Output SDK workflows within a project, enabling quick assessment of capabilities and planning execution.

Core Features & Use Cases

  • Discovering all workflows present in a project to understand available automation options.
  • Verifying a workflow name before executing it, and exploring the project's workflow structure.
  • Getting an overview of the project's workflow capabilities to guide development and testing.

Quick Start

Run npx output workflow list in your project to see all defined workflows.

Frequently Asked Questions about output-workflow-list

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

FAQPage Schema
How do I list all workflows in my project?

To list all workflows in your project, run the command npx output workflow list. It reads workflow definitions from src/workflows/* and displays their names, descriptions, and file locations.

What is the best way to discover available Output SDK workflows before execution?

The best way to discover available Output SDK workflows is by running npx output workflow list. This deterministic CLI flow inventories all workflow definitions and guides your development and testing.

Can I verify a workflow name in the src/workflows directory using the CLI?

Yes, you can verify a workflow name by listing all Output SDK workflows. The CLI reads metadata from the src/workflows/* directory to display exact names, preventing execution errors.

Does the workflow list command show workflow locations and descriptions?

Yes, the workflow list command displays names, descriptions, and file locations. It reads workflow metadata from definitions in your project to provide a complete overview of capabilities.

Why do I need to inventory workflows in my project?

You need to inventory workflows to quickly assess available automation options and understand project capabilities. It enables verifying workflow names before execution and exploring structure.