agentsclimarketplace

Vibedevteam init

Skill floccose-burner9185/wow-harness/reference/towow-snapshot/.claude/skills/vibedevteam-init

批量创建 beads 任务并关联 TASK 文档。当用户需要初始化 Epic 的 beads 任务时使用。From its SKILL.md

Install
npx -y skills add floccose-burner9185/wow-harness --skill vibedevteam-init

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 234 tokens by cl100k_base, as published. Nobody here has run it

VibeDevTeam: 批量初始化 beads 任务

当用户调用此 skill 时,执行以下步骤:

触发条件

用户说类似:

  • "初始化 beads 任务"
  • "创建 beads 任务"
  • "批量创建任务"

执行步骤

  1. 确认参数

    • EPIC_ID(如:E-014)
    • TASK_DIR(如:docs/E-014-xxx/task)
  2. 验证前置条件

    ls "$TASK_DIR"/TASK-*.md
    command -v bd
    command -v jq
    
  3. 执行脚本

    cd .claude/skills/vibedevteam-init && ./beads-auto-link.sh "$EPIC_ID" "$TASK_DIR"
    
  4. 验证并报告

    • 创建的任务数量
    • 关联的 TASK 文档数量
    • 提示下一步:bd dep add 设置依赖

What ships with it: 1 file

2.0 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,871. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.