— No reviews yet
0 installs
10 views
0.0% view→install
Install
$ agentstack add skill-natureblueee-wow-harness-vibedevteam-sync ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Are you the author of Vibedevteam Sync? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
VibeDevTeam: 同步 beads 状态到 PROJ
当用户调用此 skill 时,执行以下步骤:
触发条件
用户说类似:
- "同步状态"
- "更新 PROJ"
- "同步进度"
执行步骤
- 确认参数
- PROJ 文件路径(如:docs/E-014-xxx/proj/PROJ-E-014-v1.md)
- 验证前置条件
``bash test -f "$PROJ_FILE" bd list | head -5 ``
- 执行脚本
``bash cd .claude/skills/vibedevteam-sync && ./beads-sync-proj.sh "$PROJ_FILE" ``
- 报告结果
- 备份文件位置
- 更新的任务数量
- 未找到的任务数量
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: NatureBlueee
- Source: NatureBlueee/wow-harness
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.