| name | obsidian-vault-manager |
| description | Manage the Obsidian vault structure, organize documents, add new files, and maintain the team's knowledge base. Use this skill when the user wants to organize, categorize, or restructure their vault contents, or when adding new documents that need proper placement. Triggers: vault, ๋ณผํธ, ๋ฌธ์ ์ ๋ฆฌ, ๋ถ๋ฅ, organize vault, add document, ์ ๋ฆฌํด, vault structure, vault ๊ด๋ฆฌ, ๋ณผํธ ๊ตฌ์กฐ, ์นดํ
๊ณ ๋ฆฌ, ํด๋ ์ ๋ฆฌ, ๋ฌธ์ ์ถ๊ฐ, organize, categorize, knowledge base, ์ง์ ๋ฒ ์ด์ค, ๋
ธํธ ์ ๋ฆฌ
|
| version | 0.1.0 |
| allowed-tools | ["Bash","Read","Write","Edit","Glob"] |
Obsidian Vault Manager Skill โ ๋ณผํธ ๊ด๋ฆฌ
When to Activate
Activate when the user wants to manage vault structure, organize documents, add new content,
or maintain the knowledge base.
Vault Structure
The vault has 3 layers (determined during setup):
์๋น์ค ๋ ์ด์ด โ project-specific
Dynamically generated folders based on the project's knowledge areas.
Common examples: API/, ์ธ์ฆ/, ๋ฐฐํฌ/, ๋น์ฆ๋์ค๋ก์ง/, ์คํค๋ง/
์์
๊ธฐ๋ก ๋ ์ด์ด โ always present
- ์์
๊ธฐ๋ก/์ธ์
๊ธฐ๋ก/ โ Work session logs
- ์์
๊ธฐ๋ก/์์ฌ๊ฒฐ์ / โ Decision records (ADR style)
- ์์
๊ธฐ๋ก/ํธ๋ฌ๋ธ์ํ
/ โ Problem/solution records
- ์์
๊ธฐ๋ก/ํ์๋ก/ โ Meeting notes and summaries
Operations
Add Document
- Determine content from user input or file
- Analyze content to auto-detect category
- Generate appropriate filename:
YYYY-MM-DD_{slug}.md
- Add frontmatter with metadata
- Save to appropriate location: ์๋น์ค ๋ ์ด์ด or
$OBSIDIAN_VAULT/์์
๊ธฐ๋ก/{category}/
- Git add + commit
Organize
- Scan vault for misplaced files (root level, wrong category)
- Analyze content to determine correct category
- Present reorganization plan to user
- Execute approved moves
- Update any internal links
- Git commit
Meeting Notes Processing
When processing meeting notes:
- Extract date, participants, topics
- Identify decisions โ save to ์์ฌ๊ฒฐ์ /
- Identify action items โ include in ์์
๊ธฐ๋ก/
- Identify problems discussed โ save to ํธ๋ฌ๋ธ์ํ
/
- Save original notes to ํ์๋ก/
- Cross-reference with existing vault documents
Health Check
- Check for orphaned files (not in any category)
- Check for duplicate content
- Verify git status is clean
- Report vault statistics (total docs per category)