From code-exam
Show your Code Exam achievement badges — earned and locked. Run /exam-achievements to see your progress.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-exam:exam-achievementsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display earned and locked achievement badges.
Display earned and locked achievement badges.
node scripts/store.js achievements
{
"earned": [{"id":"enrolled","name":"Enrolled","description":"Complete your first exam"}],
"locked": [{"id":"straight-a","name":"Straight A","description":"Score an A (90%+) on any exam"}]
}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Code Exam — Achievements ({earned count} / {total count})
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Earned
{emoji} {name} — {description}
(one line per earned badge)
🔒 Locked
{emoji} {name} — {description}
(one line per locked badge)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
If no badges earned yet, show "No badges yet — run /exam to earn your first!"
Use these emoji per badge id:
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 czaacza/code-exam --plugin code-exam