vouch-record
SolidPropose a typed record (contact, org, project) into the vouch KB
AI & Automation 122 stars
64 forks Updated today MIT
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /vouch-record
File "$ARGUMENTS" as a typed record: an entity plus a kind-validated page,
both as pending proposals. Requires the company-brain page kinds
(`vouch init --template company-brain`; check with `vouch schema list`).
Steps:
1. Decide the record shape: person -> entity type `person` + `contact` page
(frontmatter: `role`, optional `org`, `email`); organisation -> `company`
entity + `org` page; project -> `project` entity + `project-record` page
(frontmatter: `record_status`, optional `owner`).
2. Call `kb_search` first — if the entity already exists, propose only the
page update (pass the existing page id as `slug_hint`) instead of a
duplicate.
3. Call `kb_propose_entity`, then `kb_propose_page` with `page_type` set to
the record kind and the frontmatter in `metadata`. Cite a registered
source when the record distills one (register the conversation via
`kb_register_source` if the user is dictating facts).
4. Link ownership or membership with `kb_propose_relation` where it's clear.
5. Report every proposal id filed.
Never call `kb_approve`. One record per invocation; ask before batching.
Details
- Author
- vouchdev
- Repository
- vouchdev/vouch
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
vouch-remember
File something the user wants remembered as a cited, review-gated proposal
122 Updated today
vouchdev AI & Automation Solid
vouch-recall
Recall what the project's vouch KB knows about a topic
122 Updated today
vouchdev AI & Automation Solid
vouch-ask
Answer a question from the vouch KB with citations, or say what's missing
122 Updated today
vouchdev