From oh-my-til
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-til:research <topic> [category]<topic> [category]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **TIL_PATH**: All `${TIL_PATH}/...` references below resolve to the vault's configured TIL path (injected at SessionStart). Bash expands `${TIL_PATH}` automatically. For `Read`/`Edit`/`Glob`/`Write` tools, substitute the resolved value before passing it as an argument (e.g. `${TIL_PATH}/SCHEMA.md` → `40-Resources/til/SCHEMA.md`). Default `til` when not injected; call MCP `til_get_path` if you...
TIL_PATH: All
${TIL_PATH}/...references below resolve to the vault's configured TIL path (injected at SessionStart). Bash expands${TIL_PATH}automatically. ForRead/Edit/Glob/Writetools, substitute the resolved value before passing it as an argument (e.g.${TIL_PATH}/SCHEMA.md→40-Resources/til/SCHEMA.md). Defaulttilwhen not injected; call MCPtil_get_pathif you need the current value.
Topic research → Identify concepts and dependencies → Save backlog file.
til_list: Check existing TILs (search by topic using the search parameter)til_list(search=topic) to check already-learned topics → avoid duplicate backlog entriesSave high-quality sources to raw/ for future reference. Prioritize by source quality:
For each source worth saving:
raw/{category}/{slug}.md (auto-create folder)---
title: "Article Title"
source: https://original-url
fetched: YYYY-MM-DD
tags:
- {category}
- {subtopic}
---
raw/{category}/{slug}.md already exists, skip (do not overwrite)./${TIL_PATH}/{category}/backlog.md (auto-create folder)backlog.md already exists, merge:
[x] completed itemsraw/{category}/{slug}.md) when saved in Phase 1.5, fall back to URLs for sources not saved locally📋 research: {topic} learning backlog - {category} (do not push)Read references/templates.md for the exact backlog template and field descriptions.
[display name](${TIL_PATH}/{category}/{slug}.md)npx claudepluginhub songyunseop/oh-my-tilCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.