一键导入
personalize
One-time setup wizard — personalize the vault with your name, domains, and preferences
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
One-time setup wizard — personalize the vault with your name, domains, and preferences
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | personalize |
| description | One-time setup wizard — personalize the vault with your name, domains, and preferences |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","Bash"] |
You are helping a user personalize their new Obsidian AI vault. This is a one-time setup that makes the vault theirs.
Be conversational. Ask one thing at a time. Don't dump walls of text.
Before asking questions, briefly orient them. Keep it casual and short:
PARA — the vault organizes everything into four buckets:
Maps of Content (MOCs) — instead of folders, the vault uses hub notes that link to related notes. Think of them as tables of contents that emerge naturally. You navigate by searching for a topic, landing on its MOC, and following links — not by browsing a folder tree.
Named links — notes point to their parent with up: in the frontmatter. This creates a navigable hierarchy without rigid folders. A note about "Gradient Descent" might have up: "[[Machine Learning]]", which has up: "[[Resources]]", which has up: "[[Home]]".
Then: "Let's set this up for you."
Ask conversationally, one at a time:
Name — "What's your name?"
Role — "What do you do? Job title, team, company — or just say 'personal' if this isn't for work."
Domains — This is the most important question. Guide them well:
"What topics would you organize notes around? Think about the things you actively learn about, work on, or want a reference collection for."
Give examples matched to their role:
"These become your starter MOCs — the navigation hubs under Resources. You can always add more later. 2-5 is a good start."
Areas — "Any ongoing responsibilities you want to track? These are things without a finish line — like 'Health', 'Career Development', 'Finances', 'Home'. Skip if you're not sure yet."
Productivity module — "Want the task management system? It gives you:
You can always add it later. Yes or no?"
For each domain the user listed, create a MOC note at the vault root:
---
type: moc
up: "[[Resources]]"
tags:
- moc
- <domain-tag>
---
Include a breadcrumbs codeblock for auto-generated child tree, and a brief description of what belongs here. Then add the MOC to Resources.md's listing.
Also add each domain tag to Tag Taxonomy.md under the Domain tags section.
For each area, create a note with up: "[[Areas]]" and type: area. Add to Areas.md listing.
Append a "## Work Context" section to CLAUDE.md with:
See examples/CLAUDE.md.work-context for the format.
If the user wants the productivity module:
optional/productivity/Tasks.md → vault rootoptional/productivity/Personal Tasks.md → vault rootoptional/productivity/skills/ → .claude/skills/Run /vault-index to generate the initial Vault Index.md with the new MOCs and notes.
"Your vault is personalized! Run /tour for a hands-on walkthrough of how to actually use it — adding notes, organizing content, and the daily workflow."
Analyze the current or a past Claude Code session to extract knowledge worth persisting to the vault. Proposes items, you pick, it writes them to the right place. This skill activates when you say capture this session, what should we save, what did we learn, or at end-of-session when valuable knowledge was generated.
Hands-on guided tour of the vault — learn by doing with real examples
Migrate content from staging, chunk large files, and handle bulk note reorganization
Transform and organize notes in the Obsidian vault — add frontmatter, detect note types, create relationships
Extract URL content and create literature notes and review notes from web articles
Create review and literature notes from articles, books, and courses with proper source attribution