npx skills add vouchdev/vouch --skill vouch-recall --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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: 1. Call `kb_context` with `query: "$ARGUMENTS"`. 2. List every returned claim by id + one-line text; for each, show the source ids it cites. 3. 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.
What does the vouch-recall skill do?
Recall what the project's vouch KB knows about a topic
How do I install it?
Run `npx skills add vouchdev/vouch --skill vouch-recall --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 vouchdev/vouch, a repository with 120 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.
