glossary-creation

Extract and standardize project terminology into docs/glossary.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yuch4/dx-selecta --skill glossary-creation-yuch4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glossary-creation
Source: https://github.com/yuch4/dx-selecta/tree/main/.claude/skills/glossary-creation
Command: npx skills add https://github.com/yuch4/dx-selecta --skill glossary-creation-yuch4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

プロジェクト内の用語の定義が文書間で統一されていないため生じる認識の齟齬を解消します。用語集を作成・更新することで、共通理解を促進します。

Core Features & Use Cases

  • 用語抽出: docs群から繰り返し登場する専門用語・曖昧になりがちな概念・略語を抽出します。
  • 既存用語集の更新: docs/glossary.md の有無を確認し、存在すれば更新・追加します。
  • レビューと分類: 用語をカテゴリ分けし、定義・使用例・関連用語を整備します。
  • 出力: 更新済み glossary.md を生成します。既存の glossary.md が無い場合は新規作成します。

Quick Start

Use the glossary-creation skill to generate or update docs/glossary.md from docs/.md and references/.md.

Frequently Asked Questions about glossary-creation

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

FAQPage Schema
How do I standardize project terminology across multiple markdown documents?

To standardize project terminology across markdown documents, you can extract recurring technical terms, abbreviations, and ambiguous concepts to generate or update a centralized glossary.md file that enforces consistent definitions.

What is the best way to extract and define abbreviations from requirement specs and architectural notes?

Extracting and defining abbreviations from requirement specs involves scanning documentation to identify specialized vocabulary, categorizing the terms, and outputting structured definitions with usage examples into a shared glossary.

How do I update an existing glossary without losing previous definitions?

Updating an existing glossary without losing definitions requires checking for an existing glossary.md file, preserving current entries, and appending newly extracted terminology with classified definitions and related references.

Does this glossary extraction pipeline work with documentation stored outside the docs directory?

The glossary extraction pipeline targets markdown files within the docs and references directories, meaning documentation stored outside these specified folder paths will not be automatically scanned or included in the terminology standardization process.

When do I need to create a standardized glossary for my documentation workflow?

You need to create a standardized glossary for your documentation workflow when miscommunication occurs due to inconsistent terminology, ensuring shared understanding across requirement specs, architectural notes, and technical references.