Agent Skills › leamsigc/ShortsGenerator › list-workflows

list-workflows

GitHub

读取项目根目录的CATALOG.md,解析并筛选状态为Done或Deployed的可运行工作流。展示其名称、描述、运行命令及参数信息,并根据部署目标标记Modal部署状态,最后输出总数及引导提示。

skills/list-workflows/SKILL.md leamsigc/ShortsGenerator

Trigger Scenarios

用户想要查看项目中所有可运行的工作流列表 用户需要了解当前已部署或完成的工作流及其运行方式

Install

npx skills add leamsigc/ShortsGenerator --skill list-workflows -g -y
More Options

Use without installing

npx skills use leamsigc/ShortsGenerator@list-workflows

指定 Agent (Claude Code)

npx skills add leamsigc/ShortsGenerator --skill list-workflows -a claude-code -g -y

安装 repo 全部 skill

npx skills add leamsigc/ShortsGenerator --all -g -y

预览 repo 内 skill

npx skills add leamsigc/ShortsGenerator --list

SKILL.md

Frontmatter
{
    "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.

Steps

  1. Read CATALOG.md at the project root

    • Parse the Workflows table
    • Filter to only workflows with status Done or Deployed (skip Planned, In Progress, Archived)
    • All needed info is in the table — do NOT read individual workflow files
  2. 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:

    • The Args column in CATALOG.md contains the argument names and descriptions — display them directly
    • If Args is none or empty, say Args: none (interactive prompt)
    • If the deploy target is Local + Modal or the status is Deployed, append [Deployed to Modal] on its own line
    • If the deploy target is just Local, do not add any deployment tag
  3. If no workflows match (none are Done or Deployed), say:

    No runnable workflows found. Use /new-workflow to scaffold one and /build to implement it.

  4. Footer: After the list, show a count: {n} runnable workflow(s) and a reminder that you can run /onboard for full project details.

Version History

  • 7b83166 Current 2026-08-29 02:31

Same Skill Collection

skills/facebook-research-analyze/SKILL.md
skills/facebook-research-engage/SKILL.md
skills/facebook-research-report/SKILL.md
skills/facebook-research-scrape/SKILL.md
skills/facebook-research-setup/SKILL.md
skills/facebook-research/facebook-research-template/SKILL.md
skills/ig-research-analyze/SKILL.md
skills/ig-research-report/SKILL.md
skills/ig-research-scrape/SKILL.md
skills/ig-research-setup/SKILL.md
skills/ig-research-transcribe/SKILL.md
skills/ig-research/SKILL.md
skills/new-workflow/SKILL.md
skills/onboard/SKILL.md
skills/reddit-research-generate/SKILL.md
skills/reddit-research-scrape/SKILL.md
skills/reddit-research/SKILL.md
skills/short-generator/SKILL.md
skills/twitter-research-analyze/SKILL.md
skills/twitter-research-report/SKILL.md
skills/twitter-research-scrape/SKILL.md
skills/twitter-research-setup/SKILL.md
skills/twitter-research-topics/SKILL.md
skills/workflow-conventions/SKILL.md
skills/facebook-research-grow/SKILL.md
skills/facebook-research/SKILL.md
skills/twitter-research/SKILL.md

Metadata

Files
0
Version
7b83166
Hash
b52516d8
Indexed
2026-08-29 02:31

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-25 02:20
浙ICP备14020137号-1