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.
curl -O https://raw.githubusercontent.com/aegntic/cldcde/main/.claude/skills/bd-management/SKILL.mdgit clone --depth 1 https://github.com/aegntic/cldcdeWrote 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.
[](https://agentmods.dev/skills/aegntic/cldcde/bd-management)<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>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.
| Model | Per session | Once 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 |
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.
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.
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 initcompleted) - Active git repository with Beads integration
- Understanding of task dependencies and blocking issues
What This Skill Does
- Workflow Activation: Automatically identify when to activate Beads workflows based on project state
- Parallel Processing: Optimize task execution for maximum parallelism while respecting dependencies
- Dependency Resolution: Analyze and resolve blocking issues efficiently
- Task Prioritization: Prioritize tasks based on dependencies and project needs
- 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"
}
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- docs/ADVANCED.md 7.7 KB
- docs/API_REFERENCE.md 10 KB
- resources/examples/basic-workflow/README.md 1.3 KB
- resources/examples/complex-dependencies/README.md 2.7 KB
- resources/examples/parallel-execution/README.md 3.3 KB
- resources/schemas/config.schema.json 1.5 KB
- resources/schemas/issue.schema.json 2.2 KB
- resources/templates/issue-template.md 531 B
- resources/templates/workflow-config.json 218 B
- scripts/analyze.py 5.2 KB runs code
- scripts/optimize.py 3.4 KB runs code
- scripts/parallel.py 3.3 KB runs code
- scripts/sync.py 2.0 KB runs code
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.
- 6d ago First seen · 237 lines · 42 tokens per session scan A 62830fe628a4
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.
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.
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…
hono-core
Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment.
swarm-plan
Full execution protocol for MODE: PLAN -- plan creation, external plan ingestion, QA gate persistence, task granularity, and traceability checks.
issue-ingest
Full execution protocol for MODE: ISSUEINGEST -- GitHub issue intake, localization, spec generation, and transition to the full fix workflow.
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.