Agent Skillsleamsigc/ShortsGenerator › list-workflows

list-workflows

GitHub

读取项目根目录 CATALOG.md,筛选状态为 Done 或 Deployed 的可运行工作流,展示名称、描述、运行命令及参数,并标注部署状态。

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-08-30 10:37
浙ICP备14020137号-1 $Carte des visiteurs$