list-workflows
List all runnable workflows in this project with their arguments and deployment status
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List all runnable workflows in this project with their arguments and deployment status
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scaffold a new standalone workflow with directory structure and plan template
Onboard into this workflows codebase and provide a summary of its current state
Workflow structure, environment variable patterns, planning rules, and development flow for this project. Relevant when creating, editing, or debugging workflows.
| name | list-workflows |
| description | List all runnable workflows in this project with their arguments and deployment status |
List all runnable workflows in this project with their arguments and deployment status.
Read CATALOG.md at the project root
Display the results using the columns from the table:
For each workflow, show one entry like:
{name} — {description}
Run: python workflows/{name}/main.py {args}
Args: {args column from CATALOG.md}
{[Deployed to Modal] if deploy target includes Modal, otherwise omit}
Rules:
Args column in CATALOG.md contains the argument names and descriptions — display them directlynone or empty, say Args: none (interactive prompt)Local + Modal or the status is Deployed, append [Deployed to Modal] on its own lineLocal, do not add any deployment tagIf no workflows match (none are Done or Deployed), say:
No runnable workflows found. Use
/new-workflowto scaffold one and/buildto implement it.
Footer: After the list, show a count: {n} runnable workflow(s) and a reminder that you can run /onboard for full project details.