mcpbeat

Vouch Remember

vouchdev/vouch-remember

File something the user wants remembered as a cited, review-gated proposal

246 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-remember

The instruction itself

1 sections, as written by the author

/vouch-remember

Turn "$ARGUMENTS" into durable KB knowledge — proposed, never self-approved.

Steps:

  • Call kb_register_source with the user's exact wording as content

(source_type: "message", a short descriptive title). Sources are

evidence intake; registering one writes no knowledge.

  • Distill the durable fact(s) into one kb_propose_claim each, citing the

registered source id in evidence. Keep each claim one sentence,

present tense, self-contained.

  • If the fact is about a person, org, or project the KB doesn't know yet,

also file kb_propose_entity (and kb_propose_relation to link it).

  • Report the proposal id(s) and remind the user: pending items are invisible

to retrieval until a human runs vouch approve <id> or vouch review.

Never call kb_approve — the human at the gate decides what the KB believes.

How to use it

Copy the folder

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