Agent Skills: Create New Bead

Create a new bead with provided arguments

UncategorizedID: michaelvessia/nixos-config/bd-add

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MichaelVessia/nixos-config/tree/HEAD/modules/programs/agents/shared/skills/bd-add

Skill Files

Browse the full folder contents for bd-add.

Download Skill

Loading file tree…

modules/programs/agents/shared/skills/bd-add/SKILL.md

Skill Metadata

Name
bd-add
Description
Create a new bead with provided arguments

Create New Bead

Create a new issue in beads.

Usage

Arguments: $ARGUMENTS

If arguments provided, parse them for:

  • Title (required)
  • Type: task, bug, feature (default: task)
  • Priority: 0-4 or P0-P4 (default: 2)

Command

bd create --title="<title>" --type=<type> --priority=<priority>

Examples

  • /bd-add Fix login buttonbd create --title="Fix login button" --type=task --priority=2
  • /bd-add bug: API returns 500 on empty inputbd create --title="API returns 500 on empty input" --type=bug --priority=2
  • /bd-add P1 feature: Add dark modebd create --title="Add dark mode" --type=feature --priority=1

After creating, show the issue ID.