Claude Code Plugins

Community-maintained marketplace

Feedback

beads-task-dep-add

@dikini/vtt-mcp
0
0

Add a dependency relationship between Beads tasks

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name beads-task-dep-add
description Add a dependency relationship between Beads tasks

Beads: add dependency

Semantics

This skill links two tasks so that one depends on (is blocked by / is a child of) another.

Note: Beads supports several relationship types; the essential command from the README is:

bd dep add <child> <parent>

Procedure

  1. Confirm which task is the child and which is the parent (blocker).
  2. Run:
bd dep add <child-id> <parent-id>
  1. Optionally verify by showing the child:
bd show <child-id> --json

Notes

  • Follow up with bd sync before ending the session if you made changes.