skills/setup-obsidian/SKILL.md
Install or update the Oh My TIL plugin in an Obsidian vault
npx skillsauth add songyunseop/oh-my-til setup-obsidianInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Install or update the Oh My TIL Obsidian plugin in the current directory.
.obsidian/ folder (Obsidian vault)Run the following command:
npx oh-my-til install-obsidian "$(pwd)"
This installs only the Obsidian desktop plugin (main.js, manifest.json, styles.css, node-pty). It does NOT install skills, agents, or CLAUDE.md — those are managed by the Claude Code Plugin.
research
Today I Learned — research a topic, learn interactively, then save as TIL markdown. Use when the user wants to learn about a topic, says 'teach me', 'what is X', 'deep dive into X', or asks to study something and save it as a TIL note.
testing
SRS-based TIL review session (spaced repetition). Use when the user says 'quiz me', 'review what I learned', 'flashcard session', 'test my knowledge', or wants to do spaced repetition review of their TIL notes.
documentation
Save learning content as a TIL file and batch-update Daily notes, MOC, and backlog. Use when the user says 'save this', 'write up what I learned', 'document this as a TIL', or wants to persist a learning conversation as a note.
research
Research a topic to identify key concepts and terms, then organize as a learning backlog. Use when the user wants a learning roadmap, study plan, curriculum, or asks 'what should I learn about X' — focuses on planning what to learn, not learning itself.