Agent skill

bv

Beads Viewer - graph-aware triage engine for Beads issue tracker with 9 graph metrics (PageRank, betweenness, HITS, etc.), dependency-aware planning, and purpose-built robot protocol for AI agents.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bv-carmandale-agent-config --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/analysis/bv-carmandale-agent-config/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# BV - Beads Viewer A high-performance TUI and graph-aware triage engine for the [Beads](https://github.com/steveyegge/beads) issue tracker. Treats your project as a **Directed Acyclic Graph (DAG)**, computing 9 graph-theoretic metrics to surface hidden dependencies, bottlenecks, and optimal work ordering. ## CRITICAL: Robot Mode Required for AI Agents **NEVER run bare `bv`** - it launches an interactive TUI that blocks your session! ```bash # WRONG - blocks terminal with TUI bv # CORRECT - JSON output for agents bv --robot-triage bv --robot-plan bv --robot-insights ``` **Always use `--robot-*` flags for machine-readable output.** --- ## Quick Reference for AI Agents ### The Mega-Command: Start Here ```bash # THE SINGLE ENTRY POINT - returns everything you need bv --robot-triage ``` **Returns:** - `quick_ref`: at-a-glance counts + top 3 picks - `recommendations`: ranked actionable items with scores, reasons, unblock info - `quick_wins`: low-effort high-impact items - `blockers_to_clear`: items that unblock the most downstream work - `project_health`: status/type/priority distributions, graph metrics - `commands`: copy-paste shell commands for next steps ### Minimal Alternative ```b

What's inside
Steps it walks through
  1. CRITICAL: Robot Mode Required for AI Agents
  2. Quick Reference for AI Agents
  3. The Mega-Command: Start Here
  4. Minimal Alternative
  5. Why Use BV
  6. Graph Intelligence vs. List Thinking
  7. Use Cases
  8. The 9 Graph Metrics
  9. Understanding the Metrics
  10. Command Reference
  11. Triage & Planning
  12. Graph Analysis
  13. History & Change Tracking
  14. Sprint & Forecasting
Ships with 1 file
  • metadata.json
Commands it runs
WRONG - blocks terminal with TUI
bv
CORRECT - JSON output for agents
bv --robot-triage
bv --robot-plan
bv --robot-insights
THE SINGLE ENTRY POINT - returns everything you need
Just the single top pick + claim command
bv --robot-next
bv --robot-triage | jq '.recommendations[0]'
More from claude-skill-registry
All skills →
About this skill
What does the bv skill do?

Beads Viewer - graph-aware triage engine for Beads issue tracker with 9 graph metrics (PageRank, betweenness, HITS, etc.), dependency-aware planning, and purpose-built robot protocol for AI agents.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bv-carmandale-agent-config --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going