# Glossary

> Add domain terms to project glossary in the Obsidian vault. Use when defining new terms, clarifying jargon, or when unfamiliar terminology appears in requirements. Use when this capability is needed.

- Skill: `tomevault-io/glossary` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/glossary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/glossary/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/glossary

---


# Glossary

Add domain terms to project glossaries in the Obsidian vault.

## Vault Location

`~/Documents/Notes/Projects/<YYYY[-MM] Project>/Glossary.md`

## Workflow

1. Search for existing term: `rg -i "<term>" ~/Documents/Notes/Projects/*<project>*/Glossary.md`
2. If not found, add using the format below

## Entry Format

```markdown
## Term Name

**Definition:** Clear, concise definition in plain language.

**Context:** Where/how this term is used in the project.

**Also known as:** Alternative names, abbreviations, or synonyms.

**Related:** [[Link to related terms or concepts]]

**Example:** Concrete example of the term in use.
```

For simple terms, **Definition** alone is sufficient.

## Example

```markdown
## Roster

**Definition:** A scheduled assignment of workers to shifts over a defined period.

**Context:** Core concept in workforce management. Contains shift assignments for multiple workers across days/weeks.

**Also known as:** Schedule, rota, shift pattern

**Related:** [[Shift]], [[Worker]], [[Duty]]
```

## Guidelines

- Plain language — avoid defining jargon with more jargon
- Link generously to related terms
- Update definitions as understanding evolves

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/channingwalton) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

