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.