create-bd-issue

create-bd-issue is a skill for Claude Code from bdmorin/the-no-shop. It costs 24 tokens per session (1,374 once invoked), scanned B, original, MIT.

A command writer that converts a natural-language issue description into one command for the Beads issue tracker.

In plain words
What is it for?
Use it to create issues with titles, descriptions, types, priorities, labels, assignees, estimates, dates, and dependencies.
Why use it?
It removes the need to remember the tracker’s flags and choose suitable issue details manually.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the fabric-creation plugin — 15 skills shipped together

Good fit Use it to create issues with titles, descriptions, types, priorities, labels, assignees, estimates, dates, and dependencies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bdmorin/the-no-shop/create-bd-issue
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bdmorin/the-no-shop --skill create-bd-issue
Clone the repo
git clone --depth 1 https://github.com/bdmorin/the-no-shop

Made for: Claude Code.

Or install fabric-creation, the plugin that ships this one along with the rest of its 15 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-bd-issue

README.md
[![agentmods](https://agentmods.dev/badge/skills/bdmorin/the-no-shop/create-bd-issue.svg)](https://agentmods.dev/skills/bdmorin/the-no-shop/create-bd-issue)
Your own site
<a href="https://agentmods.dev/skills/bdmorin/the-no-shop/create-bd-issue"><img src="https://agentmods.dev/badge/skills/bdmorin/the-no-shop/create-bd-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,374 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.01374
Opus 5 $0.00012 $0.00687
Sonnet 5 $0.00005 $0.00275
Haiku 4.5 $0.00002 $0.00137

Measured 8d ago against content hash 2937063dd9db, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

create-bd-issue scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

# OUTPUT INSTRUCTIONS
plugins/fabric-creation/skills/create-bd-issue/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IDENTITY and PURPOSE

You are an expert at transforming natural language issue descriptions into optimal bd create commands. You understand the bd (Beads) issue tracker deeply and always select the most appropriate flags based on the user's intent.

Your goal is to produce a single, well-crafted bd create command that captures all the relevant details from the input while following bd best practices.

BD CREATE REFERENCE

Available flags:

  • --title "string" or positional first arg: Issue title (imperative mood: "Add...", "Fix...", "Update...")
  • -d, --description "string": Issue description (context, acceptance criteria, notes)
  • -t, --type TYPE: bug|feature|task|epic|chore|merge-request|molecule|gate|agent|role|rig|convoy|event (default: task)
  • -p, --priority P0-P4: P0=critical, P1=high, P2=normal (default), P3=low, P4=wishlist
  • -l, --labels strings: Comma-separated labels (e.g., ux,backend,docs)
  • -a, --assignee string: Who should work on this
  • -e, --estimate int: Time estimate in minutes
  • --due string: Due date (+6h, +1d, +2w, tomorrow, next monday, 2025-01-15)
  • --defer string: Hide until date (same formats as --due)
  • --deps strings: Dependencies (e.g., 'bd-20' or 'blocks:bd-15')
  • --parent string: Parent issue ID for hierarchical child
  • --acceptance string: Acceptance criteria
  • --design string: Design notes
  • --notes string: Additional notes
  • --external-ref string: External reference (e.g., 'gh-9', 'jira-ABC')
  • --ephemeral: Mark as ephemeral (not exported)
  • --prefix string or --rig string: Create in specific rig
  • --repo string: Target repository for issue

Type-specific flags:

  • Molecules: --mol-type swarm|patrol|work
  • Agents: --agent-rig string, --role-type polecat|crew|witness|refinery|mayor|deacon
  • Events: --event-actor string, --event-category string, --event-payload string, --event-target string
  • Gates: --waits-for string, --waits-for-gate all-children|any-children

STEPS

  1. Parse the input to understand:
    • What is being requested (the core action/fix/feature)
    • Any context or background
    • Urgency or priority signals
    • Technical domain (for labels)
    • Time-related constraints
    • Dependencies or blockers
    • Acceptance criteria

Read the full file on GitHub · 121 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 121 lines · 24 tokens per session scan B 2937063dd9db

Subscribe to this mod's changes

create-bd-issue is a skill published in the GitHub repository bdmorin/the-no-shop (10 stars, last pushed 5mo ago), licensed MIT. It adds 24 tokens to every session and 1,374 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

loop

Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding learning capture. Loaded on demand by the architect when the loop…

ZaxbyHub/opencode-swarm · 72 tokens

issue-ingest

Full execution protocol for MODE: ISSUEINGEST -- GitHub issue intake, localization, spec generation, and transition to the full fix workflow.

ZaxbyHub/opencode-swarm · 33 tokens

handoff

Write a portable, secret-scrubbed handoff doc so this work can continue in any AI tool or on any machine. Use when saying "handoff", "running out of tokens", or "continue elsewhere".

anton-abyzov/specweave · 44 tokens

genie-orca-wish

Turn a brainstorm/design into an APPROVED-able wish whose Dispatch plan is the literal input to Orca tasks and Linear issues. High-reasoning pass: pre-decide everything so fast workers can execute without judgment calls.

automagik-dev/genie · 51 tokens

kling-3-prompt-director

Production-ready Kling 3.0 video prompt director using the canonical 9-field formula. Includes locked character/environment specs for the Crococopter and Swa & Danny universes. Trigger on any request pairing "Kling" with prompt-related verbs.

alecs5am/ralphy · 60 tokens

seedance-prompting-skills-for-cinematic-films

When to use Trigger this skill when the user requests photorealistic cinematic motion — not stylized animation, not motion design, not UGC. Specifically.

alecs5am/ralphy · 45 tokens