vault-prep
SkillDocs & knowledgeLets your agent build a meeting prep agenda with context pulled from your knowledge base.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the vault-prep skill
About this capability
Generate a pre-meeting agenda with context gathered from the knowledge base
What this skill tells your AI
The instructions your AI receives, as published by pass-agent/loomkin in .agents/skills/vault-prep/SKILL.md and read by ahel’s review.
Create or update a meeting prep file with topics and auto-gathered context.
Identify Contributor
Who is adding topics? Look for @mentions or ask.
Check for Existing Prep
vault_search(query: "prep", entry_type: "meeting") filtered to today's date.
- If exists: APPEND MODE — add this person's topics to the existing prep
- If not: CREATE MODE — gather full context and create new prep
Gather Context (CREATE MODE only)
- Recent meetings:
vault_search(query: "*", entry_type: "meeting")last 3- Extract discussion topics, open action items, decisions
- Open follow-ups:
vault_kanban(action: "list")filtered to items with meeting sources - Recent checkins:
vault_search(query: "*", entry_type: "checkin")since last meeting- Summarize as "async updates" — no need to rehash in the meeting
- At-risk OKRs:
vault_search(query: "*", tags: ["okr"])— check frontmatter for status - Upcoming milestones:
vault_search(query: "milestone", tags: ["in-progress"])
Parse Topics
From user input, extract:
- Topics they want to discuss
- Decisions that need to be made
- Questions they have
Create/Update Entry
CREATE: vault_create_entry(entry_type: "meeting", ...) with prep content, include prep_generated: true and contributors: ["{person}"] in extra_frontmatter
APPEND: vault_update_entry(append: "{person}'s topics:\n- [ ] Topic 1\n- [ ] Topic 2")
Also update contributors list in frontmatter.
Check for duplicate topics across contributors — note "(Also raised by {other person})" if similar.
Report
CREATE: Topics added, context gathered (follow-ups count, async updates, at-risk items) APPEND: Topics added, existing agenda summary, current contributors list
Signals
- GitHub stars
- 180
- Forks
- 28
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
vault-prep- Source
- github.com/pass-agent/loomkin