openspec-getter

star 1

該 skill 用於取得尚未完成的 openspec proposal 清單

z0890142 By z0890142 schedule Updated 1/19/2026

name: openspec-getter description: 該 skill 用於取得尚未完成的 openspec proposal 清單

openspec-getter

規則

  1. 請使用以下 shell 抓取 openspec proposal 名稱
openspec list | awk '
  $0 ~ /^[[:space:]]+[a-z0-9-]+[[:space:]]+[0-9]+\/[0-9]+[[:space:]]+tasks/ {
    print $1
  }
'
Install via CLI
npx skills add https://github.com/z0890142/Multi-Agent-Orchestrator --skill openspec-getter
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator