ワンクリックで
bdg
Use bdg to inspect and manage README badge blocks safely in Rust, Node, and MoonBit repositories.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use bdg to inspect and manage README badge blocks safely in Rust, Node, and MoonBit repositories.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | bdg |
| description | Use bdg to inspect and manage README badge blocks safely in Rust, Node, and MoonBit repositories. |
Use bdg when you need to inspect, add, or remove badges inside a README without touching unrelated content.
bdg addAdds badges to the managed block in the detected README.
bdg addbdg add --yesbdg add --only ci,version,license,release,docs,downloads,coveragebdg add --dry-runbdg add --json --dry-runBehavior:
Cargo.toml, package.json, or moon.mod.json..github/workflows..bdg.toml [badges] exclude = ["release", "coverage"] for repositories that do not use those services.<!-- bdg:begin --> / <!-- bdg:end --> block.bdg listShows the current README badge state and detected project context.
bdg listbdg list --jsonbdg list --quietBehavior:
--json emits structured repository, manifest, registry, CI, and managed-block data.bdg removeRemoves badges from the managed block.
bdg removebdg remove --id ci:rust.yamlbdg remove --kind github_actionsbdg remove --allbdg remove --dry-runbdg remove --json --dry-runBehavior:
--id and --kind target removals precisely.--all removes the full managed block content.--dry-run shows the diff without writing.bdg skillsPrints this Agent Skills document to stdout.
Use it when another agent or tool needs the current bdg usage context in a standards-aligned format.
bdg only manages content inside its marker block.bdg does not rewrite unrelated README sections.bdg add and bdg remove may modify files; prefer --dry-run first when changes need review.bdg list and bdg skills are read-only.Cargo.tomlpackage.jsonmoon.mod.jsonbdg chooses the closest matching manifest from the current directory within the repository and searches config from the current directory up to the git root.