speckit: Skill for Claude Code

.claude/skills/beads-integration/SKILL.md

beads-integration is a skill for Claude Code from jmanhype/speckit. It costs 43 tokens per session (1,156 once invoked), scanned A, original, MIT.

A task-management skill that uses Beads, a persistent task system with dependencies and notes that survives across coding sessions and context limits.

In plain words
What is it for?
Use it to create, find, update, prioritize, and review tasks, track dependencies, and synchronize task information with tasks.md.
Why use it?
It prevents task details and implementation discoveries from being lost when a session ends or the agent's context is reduced.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

This is jmanhype/speckit's own configuration. It tells Claude Code how to work on speckit itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything speckit configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./.specify/scripts/bash/create-beads-epic.sh specs/001-feature P0.

Reuse

Borrowing it

Nothing to install: this file belongs to jmanhype/speckit. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jmanhype/speckit/main/.claude/skills/beads-integration/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jmanhype/speckit

Made for: Claude Code.

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 beads-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmanhype/speckit/beads-integration.svg)](https://agentmods.dev/skills/jmanhype/speckit/beads-integration)
Your own site
<a href="https://agentmods.dev/skills/jmanhype/speckit/beads-integration"><img src="https://agentmods.dev/badge/skills/jmanhype/speckit/beads-integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00043 $0.01156
Opus 5 $0.00022 $0.00578
Sonnet 5 $0.00009 $0.00231
Haiku 4.5 $0.00004 $0.00116

Measured 5d ago against content hash 65b01659797f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

beads-integration scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/beads-integration/SKILL.md · 177 lines

How it starts

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

Beads Integration Skill

You are assisting with a project that uses Beads - a persistent task memory system that survives context limits and session boundaries.

What is Beads?

Beads provides:

  • Persistent memory across Claude Code sessions
  • Task graph with dependencies and status
  • Discovery tracking for implementation insights
  • Context preservation before compaction

Core Commands

Initialize Beads

bd init          # Initialize in project
bd doctor        # Verify setup

Prime Context

bd prime         # Load task graph into context

This runs automatically at SessionStart and PreCompact via hooks.

Task Management

bd create "Task description" --type task --priority P1 --label "speckit:T001"
bd list                      # List all issues
bd list --status todo        # Filter by status
bd ready                     # Show tasks ready to work
bd update <id> --status in-progress
bd update <id> --status done
bd note <id> "Discovery note"

Query Tasks

bd show <id>                 # Show task details
bd find "search term"        # Search tasks
bd list --label "speckit:*"  # Find Spec Kit tasks

Pivotal-Style Workflow

Spec Kit + Beads implements Pivotal Labs methodology:

Pivotal Concept Beads Implementation
Story Types --type epic/task/bug
Story States --status todo/in-progress/done
Dependencies bd dep add (P0 → P1 → P2)
Acceptance Criteria Epic description field

Sync Patterns

spec.md + plan.md → Beads Epic

After /speckit.plan, create a Pivotal-style epic:

./.specify/scripts/bash/create-beads-epic.sh specs/001-feature P0

This extracts from spec.md and plan.md:

  • Problem Statement
  • Business Value
  • Architectural Vision
  • Integration Tests
  • Acceptance Criteria

Epic ID is saved to specs/001-feature/.beads-epic-id

tasks.md → Beads Tasks

After /speckit.tasks, bulk import with dependencies:

Read the full file on GitHub · 177 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. 5d ago First seen · 177 lines · 43 tokens per session scan A 65b01659797f

Subscribe to this mod's changes

beads-integration is a skill published in the GitHub repository jmanhype/speckit (26 stars, last pushed 5mo ago), licensed MIT. It adds 43 tokens to every session and 1,156 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.

Related

Other skills, from other repositories

work-beads

Work the project's Beads task queue end-to-end - claim a bead, build in an isolated worktree, verify, review, merge, close, report. Use when the user says "/work-beads", "/work-beads 5", "work the next N beads", "work on ", "pick up some open tasks", or asks to work the backlog. Applies to every coding agent (Claude…

zigrivers/scaffold · 106 tokens

beads

Use when working in a repository that uses bd or Beads for durable project task tracking, issue dependencies, blocker management, multi-session handoff, or shared work memory. Trigger when the user asks to find ready work, claim or close tasks, create follow-up work, inspect blockers, recover project context, or…

ValorVie/custom-skills · 74 tokens

mempalace-task

Create, hand off, claim, execute, and close agent tasks through the MemPalace logstream. Use when the user wants to delegate work, prepare a ready-to-paste task for another agent, receive a MemPalace task id, or explicitly launch a supported headless agent in controlled mode.

MemPalace/mempalace · 67 tokens

neat-freak

Knowledge and governance closeout: reconcile project docs, rule files (CLAUDE.md/AGENTS.md), authorized agent memory, and workspace residue with what the code and runtime actually do, so the next session or the next person starts from one current answer. Trigger when the user names "neat-freak", "洁癖", or "/neat" — and…

KKKKhazix/khazix-skills · 202 tokens

commonly

You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…

Team-Commonly/commonly · 0 tokens

create-stories

Break a single epic into implementable story files. Reads the epic, its GDD, governing ADRs, and control manifest. Each story embeds its GDD requirement TR-ID, ADR guidance, acceptance criteria, story type, and test evidence path. Run after /create-epics for each epic.

Donchitos/Claude-Code-Game-Studios · 65 tokens