From oh-my-til
View learning backlog and show progress. Use when the user asks 'what's left to learn', 'show my progress', 'learning todo', or wants to check remaining topics in their study plan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-til:backlog [category][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.
View learning backlog + summarize progress (read-only).
til_backlog_status: Overall/per-category progress (includes sections when category is specified)/backlog)til_backlog_status (fall back to ./${TIL_PATH}/*/backlog.md Glob if MCP unavailable)/research guidance and exit/backlog category)til_backlog_status → use sections## {heading} ({completed}/{total})- (x) [{displayName}]({path}) / - ( ) [{displayName}]({path})- [ ]/- [x] markdown checkboxes (not rendered in terminal)[display name](path) markdown links█ completed, ░ incomplete)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.