From oh-my-til
Learning dashboard — stats, activity heatmap, categories, backlog progress. Use when the user asks 'my stats', 'how much have I learned', 'show my streak', 'learning summary', or wants an overview of their TIL activity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-til:dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Retrieve learning stats via the `til_dashboard` MCP tool and display in terminal.
Retrieve learning stats via the til_dashboard MCP tool and display in terminal.
til_dashboard: Returns summary/heatmap/categories/backlog/trends as JSONTotal TILs, categories, this week, streak — as table.
Sum heatmap cells by week → sparkline (▁▂▃▅▇).
Category (link), count, last modified date — sorted by file count descending.
Sorted by progress descending, 10-slot progress bar (█/░).
If til_dashboard is unavailable, combine til_list + til_backlog_status + til_recent_context.
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.