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.