Maintain shared business terminology in the glossary.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Eliyce/paqad-ai --skill glossary-maintainer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Glossary Maintainer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eliyce-glossary-maintainer)More formats (shields.io, HTML) on the badges page.
---
name: glossary-maintainer
description: Maintain shared business terminology in the glossary.
model_tier: fast
triggers:
- output_type:
- documentation
- report
cacheable: true
cache_key_inputs:
- .paqad/glossary.md
- docs/**/*.md
output_format: markdown
input_schema:
changed_terms:
type: string[]
required: true
description: Terms introduced or modified by the change.
glossary_path:
type: path
required: true
description: Canonical glossary file.
---
## What It Does
Keeps shared business terminology aligned across generated and canonical docs so the same concept is not described with competing names or overlapping definitions.
## Use This When
Use this whenever documentation or reporting introduces new domain terms, product language, or renamed concepts that should become canonical across the repo.
## Inputs
- Read `.paqad/glossary.md` first if it exists.
- Read the changed docs or reports that introduce or revise terminology.
- Read `references/term-guidelines.md` before adding new glossary entries.
## Procedure
1. Identify canonical business terms versus one-off phrasing.
2. For each candidate term, run `scripts/find-term-uses.sh "<term>"` to gather AC ids / API endpoints / doc files / source files factually — never invent paths.
3. Add or update concise product-focused definitions (no implementation detail).
4. Format per `assets/output.template.md`. When no cross-references exist for a new term, write `Used in: pending — flag for first consumer` exactly.
5. Validate with `scripts/lint-output.sh`.
## Output Contract
- Match `assets/output.template.md`: `## Glossary Updates` (term, definition, Used in:, optional Deprecated alias:) and `## Terminology Drift`.
- When nothing changes, write the literal `Glossary Updates: none`.
- Output must pass `scripts/lint-output.sh` (exit 0).
## Escalate / Stop Conditions
- Ask when two teams use the same term differently and product ownership is needed to resolve it.
- Warn when documentation relies on unstable jargon that should not become canonical.
- Do not add internal implementation names as glossary terms unless they are already user-facing.
## Resources
- `references/term-guidelines.md`
- `scripts/find-term-uses.sh`
- `scripts/lint-output.sh`
- `assets/output.template.md`
- `.paqad/glossary.md`
- `agents/openai.yaml`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!