cldcde: Skill for Claude Code

.claude/skills/bd-management/SKILL.md

Beads Workflow Optimizer is a skill for Claude Code from aegntic/cldcde. It costs 42 tokens per session (1,239 once invoked), scanned A, original, MIT.

A task-management helper for Beads, a system for tracking issues and their dependencies. It chooses task order, identifies work that is unblocked, and helps run independent tasks at the same time.

In plain words
What is it for?
Use it to activate Beads workflows, prioritize issues, resolve dependencies, run parallel work, and keep Beads tasks synchronized with Git.
Why use it?
It reduces manual effort when many tasks depend on one another or when blocked issues make the next step unclear.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is aegntic/cldcde's own configuration. It tells Claude Code how to work on cldcde 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 cldcde configures →

Reuse

Borrowing it

Nothing to install: this file belongs to aegntic/cldcde. 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/aegntic/cldcde/main/.claude/skills/bd-management/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aegntic/cldcde

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 Workflow Optimizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/aegntic/cldcde/bd-management.svg)](https://agentmods.dev/skills/aegntic/cldcde/bd-management)
Your own site
<a href="https://agentmods.dev/skills/aegntic/cldcde/bd-management"><img src="https://agentmods.dev/badge/skills/aegntic/cldcde/bd-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,239 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00042 $0.01239
Opus 5 $0.00021 $0.00620
Sonnet 5 $0.00008 $0.00248
Haiku 4.5 $0.00004 $0.00124

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

Security

Grade A, and why

Beads Workflow Optimizer 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 6d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/analyze.py, scripts/optimize.py, scripts/parallel.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/bd-management/SKILL.md · 237 lines

How it starts

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

Beads Workflow Optimizer

Overview

The Beads Workflow Optimizer skill provides intelligent automation for Beads task management, including workflow activation, parallel processing optimization, and dependency resolution. This skill helps Claude identify optimal task sequences, activate workflows based on dependencies, and maximize parallel execution efficiency.

Prerequisites

  • Beads workflow system initialized in the project (bd init completed)
  • Active git repository with Beads integration
  • Understanding of task dependencies and blocking issues

What This Skill Does

  1. Workflow Activation: Automatically identify when to activate Beads workflows based on project state
  2. Parallel Processing: Optimize task execution for maximum parallelism while respecting dependencies
  3. Dependency Resolution: Analyze and resolve blocking issues efficiently
  4. Task Prioritization: Prioritize tasks based on dependencies and project needs
  5. Workflow Sync: Ensure Beads and git workflows stay synchronized

Quick Start (60 seconds)

Basic Workflow Activation

# Check available work and activate optimal workflow
bd ready

Parallel Task Execution

# Run multiple tasks in parallel when dependencies allow
bd sync --parallel

Dependency Analysis

# Analyze blocking issues and resolve dependencies
bd blocked

Workflow Optimization

# Optimize workflow for current project state
bd optimize

Expected output:

✓ Workflow analysis complete
→ 3 tasks ready for parallel execution
→ 2 blocking issues identified
→ Recommendations generated

Configuration

Basic Configuration

Beads workflow is configured through the project's .beads/ directory. No additional configuration needed.

Advanced Configuration

Edit .beads/config.json for custom workflow settings:

{
  "parallel_threshold": 4,
  "dependency_analysis": true,
  "auto_optimize": true,
  "sync_frequency": "commit"
}

Read the full file on GitHub · 237 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. 6d ago First seen · 237 lines · 42 tokens per session scan A 62830fe628a4

Subscribe to this mod's changes

Beads Workflow Optimizer is a skill published in the GitHub repository aegntic/cldcde (11 stars, last pushed 9d ago), licensed MIT. It adds 42 tokens to every session and 1,239 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-08-30.

Related

Other skills, from other repositories

tech-debt-tracker

Agents should invoke this skill when identifying, categorizing, prioritizing, or planning technical debt work, debt sprints, cleanup backlogs, TODO consolidation, or long-term maintainability risks. Tracks debt with severity/effort.

Firstp1ck/pi-coding-agent-forge · 52 tokens

add-a-lib

Scaffold a new shared library under libs/ in the builders-stack monorepo. Use when code is needed in two or more places (apps or services) and should become a single source of truth consumed by package name. Covers the package.json, tsconfig, the one-public-door src/index.ts barrel, and wiring it into a consumer…

lonormaly/builders-stack · 81 tokens

hono-core

Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment.

bobmatnyc/claude-mpm-skills · 26 tokens

swarm-plan

Full execution protocol for MODE: PLAN -- plan creation, external plan ingestion, QA gate persistence, task granularity, and traceability checks.

ZaxbyHub/opencode-swarm · 32 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

tauri-django-react

Agents should invoke this skill for Tauri + Django + React desktop apps, especially backend lifecycle, CORS/auth, frontend integration, mandatory light/dark theming, German/English i18n, build packaging, dual desktop/web deployment, Rust commands, and platform-specific gotchas.

Firstp1ck/pi-coding-agent-forge · 63 tokens