← ClaudeAtlas

setup-vault-typeslisted

Interactive wizard to configure which document types your vault uses. Asks the user what kinds of notes they take (journals, books, meetings, clients, podcasts, etc.), enables the matching extractors, and scaffolds extractors for custom types. Run once after installing ai-brain-starter, and again whenever you add a new kind of doc. Do NOT use this to run extraction. Use /second-brain-mapping for that.
adelaidasofia/ai-brain-starter · ★ 18 · AI & Automation · score 84
Install: claude install-skill adelaidasofia/ai-brain-starter
# /setup-vault-types Figure out which doc types belong in this vault, then wire the right extractors. ## Why `/second-brain-mapping` ships with 18 extractors. You probably don't need all of them. This wizard: 1. Asks what kinds of notes you take 2. Enables the matching extractors 3. Offers to scaffold new extractors for types we don't ship No "start small" suggestion. You get all the capability for the types you have. ## Steps ### Step 1 — Detect existing types Scan the vault for files already declaring `type:` in frontmatter: ```bash cd "$(vault-root)" grep -rh "^type:" --include="*.md" -I . 2>/dev/null \ | sed 's/^type:\s*//' | sort | uniq -c | sort -rn | head -30 ``` Tell the user: *"Your vault already has these types declared: …"* ### Step 2 — Ask what they take notes on Present this list, ask user to pick any/all that apply: ``` Core journaling & reflection: [ ] journal — daily reflection / gratitude / mood [ ] daily_log — task-log style (Roam/Capacities daily) [ ] goal — OKRs, quarterly plans, vision docs Reading & learning: [ ] book — book notes, highlights, reviews [ ] article — saved essays, blog posts, long reads [ ] concept — evergreen concept notes (PKM backbone) People & relationships: [ ] person — CRM / contact notes [ ] meeting — 1:1s, team syncs, call notes Creative & publishing: [ ] writing_draft — blog drafts, book chapters, newsletters [ ] talk — sp