Build comprehensive, mobile-compatible Obsidian study vaults from academic course materials with a checkpoint-based workflow, error-pattern recognition, and quality assurance. Battle-tested patterns from an 828KB/37-file corpus. Works across all subjects—CS, medicine, business, and self-study.
Battle-tested skill for generating comprehensive, mobile-compatible Obsidian study vaults from academic course materials.
Transform lecture slides, textbooks, and course materials into structured, exam-ready Obsidian vaults with checkpoint-based quality assurance and mobile-first design.
Validated on:
# Install
cp -r obsidian-study-vault-builder ~/.claude/skills/
# Use with Claude Code
cd ~/obsidian-vault/school/
claude-code
Prompt Claude:
Build comprehensive study materials for my [Course Name] course.
Course location: /path/to/materials/
Use obsidian-study-vault-builder skill.
course-name/
├── 00-overview/ # Course map, schedule, strategy
├── 01-chapter-name/ # core-concepts.md, quick-ref.md, practice-problems.md
├── 02-chapter-name/ # Same structure for each chapter
├── cross-chapter/ # Comparisons, patterns, catalog
└── mock-exams/ # Practice tests with solutions
Claude generates Chapter 1, STOPS for your review, then continues after approval.
Problems test application, not memorization. Real-world scenarios, not "Given array X..."
When issue found: identify pattern → find ALL → fix ALL → verify zero remaining
Works perfectly on any device:
Q: Works for non-CS subjects? A: Yes! Math, Physics, Chemistry, Business, Medicine - any structured course.
Q: Can I customize output? A: Yes, ask Claude to use custom structure.
Q: Time investment? A: 2-4 hours with Claude vs 60-80 hours manual.
### Problem: Meeting Scheduler
**Difficulty:** ⭐⭐ Moderate
**Scenario:** You're building a scheduling system for 10,000 employees...
**Question:** Design an efficient algorithm to find common time slots...
> [!example]- Solution
>
> **Approach:** Use divide-and-conquer...
> **Complexity:** O(n·m log n)...
> **Why it's better:** Brute force is O(n·m^n) - exponential!
| Aspect | Manual | This Skill | |--------|--------|------------| | Time | 60-80 hours | 2-4 hours | | Consistency | Varies | Perfect | | Mobile | Often breaks | Always works |
Open an issue or PR: https://github.com/belumume/claude-skills
MIT License - Free for personal and commercial use
Ready to build your study vault? 📚
npx skills add FairladyZ625/Obsidian 学习 Vault 构建器下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity
Tags:obsidian, education, knowledge-management, markdown, study-materials, academic