ModelBound

Mb Reliability — Development skill for Claude Code

Development community

Show which ModelBound skills work in real use and which need attention.

How to install Mb Reliability

Installs to ~/.claude/skills/modelbound-modelbound-claude-code-plugin-mb-reliability/SKILL.md

Terminal
mkdir -p ~/.claude/skills/modelbound-modelbound-claude-code-plugin-mb-reliability && curl -fsSL https://raw.githubusercontent.com/ModelBound/modelbound-claude-code-plugin/HEAD/commands/mb-reliability.md -o ~/.claude/skills/modelbound-modelbound-claude-code-plugin-mb-reliability/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Mb Reliability does


description: Show which ModelBound skills work in real use and which need attention argument-hint: [days]

mb reliability --days "${1:-30}"

Shows per-skill reliability (worked ÷ reported) over the window, with failure and partial counts. Skills with fewer than three reports are shown as "too few to score" rather than a misleading percentage.

Use it before picking a skill for an important task, and after applying a suggested fix to confirm the fix held.

Alternatives in Development

Full documentation available on GitHub

View Source Repository