4 Commits

Author SHA1 Message Date
wonder ad8d2f0739 fix(exam): add frontmatter with name and description to SKILL.md
Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-03 21:32:38 +08:00
wonder 8759ba4659 refactor(exam): SKILL 中文化,增加用户确认阶段,默认子代理分批处理 2026-09-02 21:43:53 +08:00
wonder 9e262abb23 refactor: flatten skill structure, remove .claude nesting
- 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)
2026-09-02 20:49:29 +08:00
wonder dab71b815c feat: add exam skill for CS question generation
- 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.
2026-09-02 20:42:54 +08:00