一键导入
quiz
Use when you want a quick quiz session — rapid-fire multiple choice questions at your current level, good for 10-minute learning bursts
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you want a quick quiz session — rapid-fire multiple choice questions at your current level, good for 10-minute learning bursts
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when setting up lutherskills for the first time — profiles your knowledge level, creates a learning workspace repo via gh, and runs a baseline diagnostic quiz
Use when ready to study a topic — embedded programming, electrical engineering, or networking — at your current skill level with hands-on challenges
Use when you want to see your learning stats, current levels, completed challenges, streak info, and get recommendations for what to learn next
Use when you want a surprise learning challenge — something unexpected, obscure, or cross-domain to break routine and test your skills
| name | quiz |
| description | Use when you want a quick quiz session — rapid-fire multiple choice questions at your current level, good for 10-minute learning bursts |
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