petar-djukic

Bd Issue Push — Development skill for Claude Code

Development community

Create a bead (task) in the current repository using beads (bd).

How to install Bd Issue Push

Installs to ~/.claude/commands/petar-djukic-coding-skills-bd-issue-push.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/petar-djukic/coding-skills/HEAD/.claude/commands/bd-issue-push.md -o ~/.claude/commands/petar-djukic-coding-skills-bd-issue-push.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bd Issue Push does

Create a bead (task) in the current repository using beads (`bd`). Beads keeps its database in the main repo checkout and its tracked `issues.jsonl` on `main`; `bd sync` persists new beads to git so they are visible on all machines. Run this from the main checkout on `main` (not inside a worktree).

Input

$ARGUMENTS

Steps

  1. Verify that .beads/ exists in the repository root. If not, initialize

Alternatives in Development

  • Epic Claim — Claim an epic issue, stamp coordination state, and sync local ownership 243.5k ★
  • Happy Coder — by GrocerPublishAgent - Spawn and control multiple Claude Codes in parallel from your phone or desktop 15.7k ★
  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★

Full documentation available on GitHub

View Source Repository