glossary-updater

Update glossary.md with new terms from PRD/FRD documents and code changes.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/buddypia/kaiju-voice --skill glossary-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glossary-updater
Source: https://github.com/buddypia/kaiju-voice/tree/main/.claude/skills/glossary-updater
Command: npx skills add https://github.com/buddypia/kaiju-voice --skill glossary-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures your project's glossary (docs/glossary.md) remains accurate and comprehensive by automatically identifying and incorporating new terms from documentation and code changes.

Core Features & Use Cases

  • Automated Term Discovery: Scans PRD/FRD documents and code (enums, types) for new domain or technical terms.
  • Glossary Synchronization: Adds newly found terms to the correct sections of docs/glossary.md following predefined structures.
  • Use Case: After updating feature documentation or implementing new code modules, use this Skill to automatically update the project's central glossary, preventing outdated terminology and ensuring consistency.

Quick Start

Use the glossary-updater skill to synchronize the project glossary with recent documentation and code changes.

Frequently Asked Questions about glossary-updater

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

FAQPage Schema
How do I keep my project glossary up-to-date with new code and documentation terms?

To keep your project glossary up-to-date, you need to scan PRD/FRD documents and code changes for new domain terms. This skill automates that synchronization by identifying new terms from enums and types, then appending them to your glossary.md file in a structured table format.

What is the best way to synchronize a glossary.md file after implementing new features?

The best way to synchronize a glossary.md file after implementing features is to analyze source documents and code base changes for new terminology. This skill reads your existing glossary, discovers new domain terms, and appends them automatically to prevent outdated terminology.

Can I automatically extract domain terms from PRD and FRD documents into a central glossary?

Yes, you can automatically extract domain terms from PRD and FRD documents into a central glossary. The skill scans these source documents alongside code changes to identify new terms and incorporates them into the correct sections of your project's glossary.

Does the glossary synchronization process require a specific file structure?

The glossary synchronization process requires an existing glossary file located at docs/glossary.md. The skill reads this predefined structure to understand where to append newly discovered terms from your documentation and code base changes.

How do I add new code enums and types to my project's documentation glossary?

To add new code enums and types to your documentation glossary, you analyze the code base for technical terminology. This skill identifies those new types during synchronization and integrates them into your glossary.md file following the existing structured table format.

When should I avoid automating glossary updates for my project documentation?

You should avoid automating glossary updates if your project lacks an existing docs/glossary.md file or predefined structural sections. The skill requires a structured table format to append newly discovered terms correctly and cannot build the initial glossary architecture from scratch.