obsidian-course-vault
Installation
SKILL.md
Obsidian Course Vault
Use this skill when the user wants long-term course notes in Obsidian.
Assume commands run from this skill root. Otherwise use the absolute path to scripts/.
Core Boundary
- Let scripts handle vault structure, replay sync, replay diagnosis, cache refresh, tracker maintenance, and file writes.
- Let the agent handle course alignment, concept confirmation, terminology correction, graph interpretation, and final note prose.
- Do not let deterministic seed notes masquerade as finished course notes.
Main Commands
Initialize the vault:
python scripts\init_obsidian_course_vault.py --obsidian-dir "<obsidian-install-dir>" --vault-dir "<vault-dir>"
Related skills