abase-bd-to-br-migration

Migrate documentation and commands from bd to br systems.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/mikegogulski/abase-django-blog-integration-test --skill abase-bd-to-br-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abase-bd-to-br-migration
Source: https://github.com/mikegogulski/abase-django-blog-integration-test/tree/main/.agents/skills/abase-bd-to-br-migration
Command: npx skills add https://github.com/mikegogulski/abase-django-blog-integration-test --skill abase-bd-to-br-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the migration of documentation and commands from the older 'bd' (beads) system to the newer 'br' (beads_rust) system, ensuring consistency and preventing agent errors caused by outdated instructions.

Core Features & Use Cases

  • Automated Command Transformation: Converts 'bd' commands to their 'br' equivalents, including the critical 'bd sync' to 'br sync --flush-only' with added Git steps.
  • Issue ID Convention Update: Renames issue IDs from 'bd-###' to 'br-###' across documentation.
  • Bulk Migration: Provides strategies and prompts for migrating multiple files efficiently using subagents.
  • Use Case: You have a large codebase with many AGENTS.md files referencing 'bd' commands. This Skill can systematically update all these files to use 'br', ensuring your agents continue to function correctly.

Quick Start

Use the abase-bd-to-br-migration skill to migrate the file '/path/to/AGENTS.md' from bd to br.

Frequently Asked Questions about abase-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?

Migrating documentation from beads to beads_rust involves converting 'bd' commands to 'br' equivalents and renaming issue IDs from 'bd-###' to 'br-###'. This Skill automates that transformation while ensuring data integrity through verification scripts.

How do I bulk migrate AGENTS.md files from bd to br commands?

Bulk migrating AGENTS.md files from bd to br commands is handled using subagents. This Skill provides strategies and prompts to systematically update multiple files at once, ensuring all agent references are consistently transformed to the beads_rust system.

Does the beads to beads_rust migration convert bd sync commands automatically?

Yes, the beads to beads_rust migration automatically converts 'bd sync' commands. It transforms them into 'br sync --flush-only' and adds the necessary Git steps to ensure the new beads_rust system executes synchronization correctly.

Why do agents break after moving from beads to beads_rust?

Agents break after moving from beads to beads_rust because outdated 'bd' instructions remain in documentation files. This Skill resolves the issue by systematically updating all references to ensure consistent agent behavior in the new 'br' environment.

Can I verify data integrity when updating issue IDs from bd to br?

Yes, you can verify data integrity when updating issue IDs from 'bd-###' to 'br-###'. This Skill includes verification scripts designed to check the transformed documentation and ensure all command and reference migrations are accurate.