From lutherskills
Use when you want to see your learning stats, current levels, completed challenges, streak info, and get recommendations for what to learn next
How this skill is triggered — by the user, by Claude, or both
Slash command
/lutherskills:progressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
View your learning stats and get personalized recommendations for what to study next.
View your learning stats and get personalized recommendations for what to study next.
/lutherskills:progress — full overview
/lutherskills:progress embedded-programming — detailed view for one topic
Read profile.json. If not found, direct to /lutherskills:init.
Full overview (no topic arg):
Iterate over every top-level topic present in profile.json — do NOT hardcode topic names. For each topic, render a section with its sub-topics in the order they appear in the file. Mark sub-topics as locked if their prereq (the one listed before them in the sub_topics object) hasn't reached "beginner".
=== LutherSkills Progress ===
Name: [name]
Active for: [days since created] days
Streak: [N] days
Last active: [date]
--- <Topic display name>: [overall level] ---
<Sub-topic display name>: [level] (####...... N challenges, avg 0.XX)
...
(repeat per topic in profile.json)
Totals: [N] challenges | [N] quizzes | [N] magic points
Display-name rule: convert kebab-case topic/sub-topic slugs to Title Case for display (e.g., golang-internals → "Go Internals", gc-allocator → "GC & Allocator"). Use natural English where slug is terse.
Progress bars: # = challenges completed out of 3 needed for level-up. 10 chars wide.
Detailed view (topic arg): Show the same but with:
Based on profile analysis:
/lutherskills:learn [topic]"/lutherskills:magic"Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub lutherwaves/lutherskills --plugin lutherskills