glossary-creation

Extract project terms from documentation and update docs/glossary.md.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/yamato0811/my-agent-skills --skill glossary-creation-yamato0811
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: glossary-creation
Source: https://github.com/yamato0811/my-agent-skills/tree/main/skills/06_glossary-creation
Command: npx skills add https://github.com/yamato0811/my-agent-skills --skill glossary-creation-yamato0811

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams build a unified glossary by extracting and organizing project terms from documentation, ensuring consistent terminology across the project.

Core Features & Use Cases

  • Template-driven glossary creation: Extract terms from multiple docs (PRDs, architecture, development guidelines) and structure them in a centralized glossary.
  • Existing glossary priority: If docs/glossary.md exists, update it first; otherwise use the provided glossary template and guidance.
  • Output and maintenance: Save the glossary to docs/glossary.md and keep it up to date with new terms across documents.

Quick Start

Use glossary-creation to scan PRD, architecture, and guidelines, extract terms, and update docs/glossary.md.

Frequently Asked Questions about glossary-creation

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

FAQPage Schema
How do I create a unified glossary from project documentation?▼

To create a unified glossary, extract terminology from PRDs, architecture documents, and development guidelines, then organize them into a centralized glossary file. It prioritizes an existing docs/glossary.md or applies a provided template to enforce structure.

What is the best way to manage terminology across multiple project documents?▼

The best way to manage terminology is to extract terms from PRDs and guidelines into a centralized glossary. This ensures consistent terminology by enforcing a standard structure and saving updates to docs/glossary.md.

Does glossary creation work with existing markdown documentation files?▼

Yes, it works with existing markdown files by prioritizing an existing docs/glossary.md. It updates the current glossary first; if absent, it generates a new one using a provided template to maintain structured terminology.

How do I extract terms from a PRD and architecture document?▼

Extracting terms from a PRD and architecture document involves scanning the text for project-specific terminology and organizing definitions into a structured glossary. This aligns all future documents with the established glossary template.

Can I update an existing project glossary without losing previous entries?▼

You can update an existing project glossary without losing entries because the process prioritizes an existing docs/glossary.md file. It scans new documents to append or modify terminology while respecting the current structure.