bd-to-br-migration

Migrate documentation from bd to br with deterministic transforms and verification.

1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/danzam98/claude-skills-toolkit --skill bd-to-br-migration-danzam98
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bd-to-br-migration
Source: https://github.com/danzam98/claude-skills-toolkit/tree/main/skills/bd-to-br-migration
Command: npx skills add https://github.com/danzam98/claude-skills-toolkit --skill bd-to-br-migration-danzam98

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Migrate documentation from bd (beads) to br (beads_rust) with deterministic transforms, ensuring all references and workflows align with the new toolchain.

Core Features & Use Cases

  • Automates section header changes from bd to br and updates command mappings (bd ready/list/show/create/update/close/dep/stats to br equivalents).
  • Inserts a non-invasive guidance note after beads headers and updates AGENTS.md workflow with br sync --flush-only plus git steps, article links, and IDs.
  • Verifies migrations using the provided verification scripts and supports both single-file and batch migrations with references in place.

Quick Start

Run the exact migration prompt on each target file and then execute the verification script to ensure no bd references remain.

Frequently Asked Questions about bd-to-br-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate documentation from beads to beads_rust?

To migrate documentation from beads to beads_rust, you apply deterministic transforms that update AGENTS.md references, remove bd-specific content, and map commands like bd ready/list/show to br equivalents.

What are deterministic transforms for bd to br migration?

Deterministic transforms for bd to br migration are ordered rules that enforce section header changes, cross-link updates, and command mappings, ensuring workflows align with the new beads_rust toolchain predictably.

Can I batch migrate multiple files from bd to br?

Yes, you can batch migrate multiple files from bd to br. The migration process supports both single-file and batch migrations while keeping references in place across the documentation.

How do I verify no beads references remain after migration?

You verify no beads references remain after migration by executing the provided verification scripts. These scripts apply strict validation to prevent any lingering bd references in the migrated files.

Does the bd to br migration update AGENTS.md workflow steps?

Yes, the bd to br migration updates AGENTS.md workflow steps. It inserts guidance notes after beads headers and updates workflows with br sync --flush-only plus git steps, article links, and IDs.

What are the limitations of automated bd to br migration?

A key limitation of automated bd to br migration is that it enforces strict validation using provided scripts, meaning any deviations from expected reference patterns or unmapped bd content may halt the process.