glossary-generator

Generate an ISO 11179-compliant glossary from a learning-graph concept list.

1|1|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/vishalsachdev/database-management --skill glossary-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glossary-generator
Source: https://github.com/vishalsachdev/database-management/tree/main/.claude-skills/skills/glossary-generator
Command: npx skills add https://github.com/vishalsachdev/database-management --skill glossary-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill converts a learning graph's concept list into a complete glossary with ISO 11179-compliant definitions, providing precise, concise, and non-circular terms for educational texts.

Core Features & Use Cases

  • ISO 11179-compliant definitions: precise, concise, distinct, and non-circular entries.
  • Alphabetical ordering: glossary sorted for quick lookup.
  • Cross-references and examples: supports linking terms to related concepts and real-world usage.

Quick Start

Trigger the glossary generator after finalizing the concept list and course context; review the glossary at docs/glossary.md and the quality report in docs/learning-graph/glossary-quality-report.md.

Frequently Asked Questions about glossary-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an ISO 11179-compliant glossary from a concept list?

ISO 11179-compliant glossaries require precise, concise, non-circular definitions organized alphabetically. This Skill automates that process by converting your finalized learning-graph concept list into a complete glossary with validated definitions, contextual examples, and cross-references, outputting entries sorted for quick lookup.

What makes a glossary definition ISO 11179-compliant?

ISO 11179 defines data element standards requiring definitions to be distinct, non-circular, and concise. This Skill applies those rules to ensure each term is precisely defined without circular references, suitable for standardized educational and technical documentation.

Can I generate glossaries with cross-references between related terms?

Yes. This Skill produces glossary entries with cross-references linking terms to related concepts, supporting bidirectional navigation. It validates the concept graph for non-circularity and generates a quality report documenting reference integrity.

What input do I need before generating a glossary?

You need a finalized learning-graph concept list and course description. The Skill validates inputs and performs error handling to ensure the concept list is complete before generating the alphabetically ordered glossary with ISO-compliant definitions and a quality report.

What output does the glossary generator produce?

The Skill outputs an alphabetically sorted glossary at docs/glossary.md with ISO 11179-compliant definitions, contextual examples, and cross-references, plus a glossary quality report at docs/learning-graph/glossary-quality-report.md documenting validation results.

How does this Skill handle circular definition references?

This Skill implements non-circularity checks during glossary generation, validating that no term's definition references itself directly or indirectly through related concepts. The quality report documents any circularity issues detected in the input concept graph.