vouchdev/vouch-ask
Answer a question from the vouch KB with citations, or say what's missing
npx skills add https://github.com/vouchdev/vouch --skill vouch-ask
Answer "$ARGUMENTS" using only reviewed knowledge from the vouch KB. Every
statement in the answer must carry a [claim-id] or [source-id] citation.
Steps:
kb_search with query: "$ARGUMENTS", then kb_context on the samequery to assemble the working set.
you relied on. Use kb_read_page for typed record detail (contacts,
project records, followups).
claims found. Do not fill gaps from your own knowledge — an uncited answer
is worse than no answer.
kb_list_pending items — each labeled UNREVIEWED — after the cited
answer, never mixed into it.
Never call kb_approve. Never restate pending proposals as facts.
Take vouchdev/vouch-ask from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.