Co-Authored-By: Claude Code <noreply@anthropic.com>
- Move files from exam/.claude/skills/exam/ to exam/ - Update path references in SKILL.md - Fix schema path resolution in validate scripts (1 level up instead of 3)
- SKILL.md: agent instructions for generating exam questions - validate.py: Python schema validation (jsonschema with fallback) - validate.mjs: Node.js schema validation (built-in modules only) Supports7 question types: fill_blank, single_choice, multiple_choice, true_false, short_answer, code_reading, scenario.