From lutherskills
Use when you want a quick quiz session — rapid-fire multiple choice questions at your current level, good for 10-minute learning bursts
How this skill is triggered — by the user, by Claude, or both
Slash command
/lutherskills:quizThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rapid-fire multiple choice questions for quick learning sessions. No projects, no setup — just questions at your level with a few stretch questions mixed in.
Rapid-fire multiple choice questions for quick learning sessions. No projects, no setup — just questions at your level with a few stretch questions mixed in.
/lutherskills:quiz — 10 questions across all your topics
/lutherskills:quiz embedded-programming — 10 questions on embedded only
/lutherskills:quiz networking 5 — 5 questions on networking
/lutherskills:quiz golang-internals — 10 questions on Go internals
/lutherskills:quiz python-internals 5 — 5 questions on Python internals
Works with any topic in profile.json — no hardcoded list.
Read profile.json. If not found, direct to /lutherskills:init.
Parse args:
Use WebSearch to research current, accurate questions for the user's level:
For each question:
Show results:
Quiz Complete!
Score: 7/10 (70%)
Breakdown:
EE > Fundamentals: 3/3
Embedded > Bare metal: 2/4
Networking > Protocols: 2/3
Weakest area: Bare metal — consider running /lutherskills:learn embedded-programming
Update profile.json:
stats.total_quizzes += 1avg_score per sub-topic (weight quiz scores at 0.5x vs challenge scores)stats.last_active and streakCommit:
git add profile.json
git commit -m "quiz: score [X]/[Y] across [topics]"
git push
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