bd-to-br-migration

Migrate bd documentation to br with ordered transforms and verification.

1.0k|108|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/beads_rust --skill bd-to-br-migration-dicklesworthstone
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bd-to-br-migration
Source: https://github.com/Dicklesworthstone/beads_rust/tree/main/skills/bd-to-br-migration
Command: npx skills add https://github.com/Dicklesworthstone/beads_rust --skill bd-to-br-migration-dicklesworthstone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Migrates documentation from the bd (beads) system to the br (beads_rust) system, ensuring that all references, commands, and workflows align with the new toolchain.

Core Features & Use Cases

  • Precise, ordered transformation of section headers, command names, and workflow steps.
  • Automatic conversion of bd commands to br equivalents, with required post-sync steps (git add and commit).
  • Verification prompts to ensure no legacy bd references remain and all br patterns are present.

Quick Start

Run the migration on a target AGENTS.md file by applying the exact bd-to-br transforms and then verify the result with the migration verifier.

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 bd to br?▼

To migrate documentation from bd to br, apply a strict, order-sensitive set of transforms across your files. The process converts section headers, command names, and workflow steps to match the new beads_rust toolchain.

What is the best way to batch process bd to br migration across multiple files?▼

Batch processing bd to br migration applies exact, ordered replacements across multiple files simultaneously. It ensures consistent headers and command names while automatically removing legacy bd daemon, auto-commit, and RPC references.

How does the br migration handle git commit steps?▼

The br migration automatically converts bd commands to br equivalents and enforces required post-sync steps. It ensures you perform git add and commit operations after the transformation is applied.

Can I verify that no legacy bd references remain after migration?▼

Yes, you can verify no legacy bd references remain by running a dedicated verification script. This verifier checks that all bd-specific references are removed and all required br patterns are present in the output.

Why does order matter when transforming bd commands to br equivalents?▼

Order matters because the migration enforces exact, ordered replacements for headers, command names, and workflow steps. Applying transforms in sequence prevents partial matches and ensures all bd-specific references are properly converted.

Does bd to br migration work on single files or only batch processing?▼

The bd to br migration supports both single-file migrations and batch processing across multiple files. Both modes apply the same strict, order-sensitive transforms to ensure consistent results across your documentation.