Agent Plugins Marketplace
All plugins

beads

v0.5.2

Official br (beads_rust) skill: a local-first, dependency-aware issue tracker for AI agents. Ships agent instructions only — install the br binary separately.

Claude Code1 Skill

By DicklesworthstoneLicense: MIT1.1k GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install beads@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Dicklesworthstone/beads_rust

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

beads/
├── .claude-plugin/plugin.json
└── skills/bd-to-br-migration/SKILL.md

Included Skills1

bd-to-br-migrationskills/bd-to-br-migration/SKILL.md

Migrate docs from bd (beads) to br (beads_rust). Use when updating AGENTS.md, converting bd commands, "bd sync" → "br sync --flush-only", or beads migration.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "beads",
  "displayName": "Beads (br)",
  "version": "0.5.2",
  "description": "Official br (beads_rust) skill: a local-first, dependency-aware issue tracker for AI agents. Ships agent instructions only — install the br binary separately.",
  "author": {
    "name": "Dicklesworthstone",
    "url": "https://github.com/Dicklesworthstone"
  },
  "homepage": "https://github.com/Dicklesworthstone/beads_rust#readme",
  "repository": "https://github.com/Dicklesworthstone/beads_rust",
  "license": "MIT",
  "keywords": [
    "beads",
    "br",
    "issue-tracker",
    "dependencies",
    "ready-work",
    "jsonl",
    "agent-workflow"
  ],
  "skills": [
    "./.claude/skills/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[beads on Agent Plugins Marketplace](https://pluginsmp.com/plugins/beads)