mcpbeat

Vouch Status

vouchdev/vouch-status

Show the project's vouch KB at a glance

151 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
120
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/vouchdev/vouch --skill vouch-status

The instruction itself

1 sections, as written by the author

/vouch-status

Run vouch's kb_status MCP tool and surface the result. Use this when the

user asks "what's in our KB?" or before/after a long claim-proposal flow so

they can see the proposal count tick up.

Format:

KB at <root>
  claims:     <n>
  sources:    <n>
  entities:   <n>
  pending:    <n>   ← review queue depth
  last audit: <iso8601 timestamp>

If pending > 0, suggest the user run vouch approve <id> (or vouch lint

if they want to inspect anything first). Do not propose anything yourself.

How to use it

Copy the folder

Take vouchdev/vouch-status from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.