glossary

Maintain .glossary/TERMS.md by adding, renaming, or disambiguating terms from codebase changes.

25|5|Updated May 9, 2026
One-click install
npx skills add https://github.com/kamp-us/phoenix --skill glossary-kamp-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glossary
Source: https://github.com/kamp-us/phoenix/tree/main/claude-plugins/kampus-pipeline/skills/glossary
Command: npx skills add https://github.com/kamp-us/phoenix --skill glossary-kamp-us

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that your codebase's domain vocabulary is accurately maintained and up-to-date, reducing confusion and improving collaboration among contributors.

Core Features & Use Cases

  • Bootstrap Mode: Seed the domain vocabulary from a fresh sweep of the feature surfaces.
  • Incremental Update: Add, rename, or disambiguate terms as the codebase evolves.
  • Repo-Agnostic: Operates on a single .glossary/TERMS.md file, making it suitable for any repository.
  • Maintains Accuracy: Ensures the vocabulary reflects the latest codebase changes.

Quick Start

Run the glossary skill to update the glossary with the latest changes to the codebase.

Frequently Asked Questions about glossary

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

FAQPage Schema
How do I maintain domain vocabulary and glossary terms as my codebase evolves?

Maintain domain vocabulary by running the glossary skill in incremental mode to add, rename, or disambiguate terms. It updates the .glossary/TERMS.md file to ensure your codebase's domain vocabulary accurately reflects the latest changes.

What is the best way to bootstrap a domain glossary from an existing codebase?

The best way to bootstrap a domain glossary is to run the skill in bootstrap mode. It performs a fresh sweep of your feature surfaces to seed the initial domain vocabulary directly into the .glossary/TERMS.md file.

Can I use a glossary management tool in any repository without specific dependencies?

Yes, you can use this glossary management skill in any repository. It is repo-agnostic and operates solely on a single .glossary/TERMS.md file without requiring any external dependencies.

How do I disambiguate overlapping domain terms in a codebase?

Disambiguate overlapping domain terms by running an incremental update on the .glossary/TERMS.md file. The skill detects codebase changes and refines the vocabulary entries to resolve any confusion among contributors.

Why does a codebase need a managed domain vocabulary file?

A codebase needs a managed domain vocabulary to reduce confusion and improve collaboration among contributors. Maintaining an up-to-date .glossary/TERMS.md file ensures everyone shares a single, accurate source of domain knowledge.