Back to list
xavierchoi

vault-moc

by xavierchoi

8🍴 1📅 Jan 24, 2026

SKILL.md


name: vault-moc description: > Use when user wants to structure or organize knowledge on a topic. Triggered when intention involves creating overview, index, or knowledge map. Creates or updates Map of Content in 05_MOC.

Vault MOC

Behavior

  1. Identify topic from user request
  2. Search for related notes:
    • By tag (e.g., ai/agents)
    • By folder (e.g., 03_Resources/AI/)
    • By content keywords
  3. Create or update MOC file: 05_MOC/{topic}-MOC.md
  4. Organize found notes into logical structure

Frontmatter

---
type: moc
topic: {topic}
scope: {folders/tags covered}
last_generated: {YYYY-MM-DD}
tags: []
---

MOC Structure Template

# {Topic} MOC

## Overview
{What this topic covers and why it matters}

## Core Concepts
- [[note1]] - brief description
- [[note2]] - brief description

## Key Notes
### {Subtopic 1}
- [[note]] - description

### {Subtopic 2}
- [[note]] - description

## Questions to Explore
- {Open questions or gaps in knowledge}

## Related MOCs
- [[other-MOC]]

Organization Logic

  1. Group by subtopic - cluster related notes
  2. Order by importance - core concepts first
  3. Add descriptions - brief context for each link
  4. Identify gaps - note missing areas

Linking Format

Use Obsidian wiki-link format:

  • [[note-name]] for same folder
  • [[folder/note-name]] for cross-folder

Update vs Create

  • If MOC exists: update with new notes, preserve manual edits
  • If new: create fresh structure
  • Always update last_generated date

Score

Total Score

35/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon