Create structured MOC (Map of Content) documents for programmers. Use when users want to organize knowledge, prepare for interviews, or learn new technologies. Triggers: "MOC", "内容地图", "知识整理", "学习路线", "面试准备".
View on GitHubskills/obsidian-moc-creator/SKILL.md
February 2, 2026
Select agents to install to:
npx add-skill https://github.com/blackcater/curator/blob/main/skills/obsidian-moc-creator/SKILL.md -a claude-code --skill create-mocInstallation paths:
.claude/skills/create-moc/# Obsidian MOC Creator Create comprehensive, well-structured MOC documents for knowledge organization and learning. ## Quick Start 1. **Identify depth**: beginner / intermediate / advanced / interview 2. **Generate MOC**: Use unified template with depth-based content ## Depth Levels Choose depth based on user's goal: | Depth | Description | Modules Included | | ---------------- | ----------------------------------- | --------------------------------------------------------- | | **beginner** | Entry-level, focus on fundamentals | Overview, Core Concepts, Getting Started, Basic Resources | | **intermediate** | Balanced coverage | All standard modules | | **advanced** | Comprehensive, expert-level content | All standard + Best Practices, Source Analysis | | **interview** | Interview preparation focus | All standard + Interview Q&A, Strategy | **Default**: `beginner` if not specified ## MOC Design Principle **MOC is a navigation index, not documentation.** | Content Type | Location | MOC Representation | | ------------------ | ------------ | ------------------ | | Concept definition | Sub-document | `[[concept]]` | | Principle analysis | Sub-document | `[[principle]]` | | Code example | Sub-document | `[[example]]` | | Best practice | Sub-document | `[[practice]]` | | Navigation index | MOC file | Direct listing | **Each `[[link]]` points to a detailed document. MOC only organizes and navigates.** ## Version Guideline For technical topics, use the latest stable version and document version differences. ### Version Specification In the MOC overview section, specify the version: ```markdown ## 概述 > 技术栈/框架的简短定义 **版本**: [技术] [最新版本号] - [版本说明]: 简要说明版本特点 ``` ### Version Differences Document major version differences in a separate p
Issues Found: