원클릭으로
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.