Claude Code Plugins

Community-maintained marketplace

Feedback

beads-task-create

@dikini/vtt-mcp
0
0

Create a new Beads task (issue) with priority and (optional) type

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-create
description Create a new Beads task (issue) with priority and (optional) type

Beads: create task

Inputs to confirm

  • Title (required)
  • Priority (optional; default: 2)
  • Type (optional; e.g. task/bug/epic if your bd supports -t)

Procedure

  1. Prefer JSON output:
bd create "<title>" -p <priority> --json
  1. If you need a type and your bd supports it, use:
bd create "<title>" -t <type> -p <priority> --json
  1. Return to the user:
  • The new task ID (e.g. bd-a1b2)
  • A suggested next step (e.g. add deps, show details)

Notes

  • If --json is not available, fall back to bd create "<title>" -p <priority>.
  • Keep titles specific and action-oriented.