glossary-generator
Installation
SKILL.md
Glossary Generator
Generate a comprehensive glossary of terms from a learning graph's concept list with ISO 11179-compliant definitions.
TOKEN EFFICIENCY WARNING
This skill generates large files (2,000+ lines). Token cost matters far more than wall-clock time for teacher users on limited budgets.
Default approach: ONE serial Task agent that writes all definitions directly to a temp file. This is the most token-efficient method because:
- System prompt / tool description overhead is paid only once (~12K tokens)
- No coordination or assembly overhead
- Proven to complete a 350-term glossary in ~31K tokens (2026-03-14 benchmark)