mcpbeat

Vouch Recall

vouchdev/vouch-recall

Recall what the project's vouch KB knows about a topic

173 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-recall

The instruction itself

1 sections, as written by the author

/vouch-recall

Use vouch's kb_context MCP tool to assemble a working set of claims, sources,

and entities the KB already has on the current topic. Print them with their

ids and citations; do not write anything.

Steps:

  • Call kb_context with query: "$ARGUMENTS".
  • List every returned claim by id + one-line text; for each, show the

source ids it cites.

  • End with a one-sentence summary of what's *missing* from the KB on this

topic — the gap the user can fill with /vouch-propose-from-pr or

kb_propose_claim.

Be terse. The KB is meant to remove ambiguity, not pad it.

How to use it

Copy the folder

Take vouchdev/vouch-recall 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.