# Glossary / Terminology Builder

> Analyzes notes to find recurring domain-specific terms and generates a Glossary file with context-inferred definitions.

- **Type:** Skill
- **Install:** `agentstack add skill-tpitsunov-obsidian-skills-glossary-builder`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tpitsunov](https://agentstack.voostack.com/s/tpitsunov)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tpitsunov](https://github.com/tpitsunov)
- **Source:** https://github.com/tpitsunov/obsidian-skills/tree/main/glossary_builder

## Install

```sh
agentstack add skill-tpitsunov-obsidian-skills-glossary-builder
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Glossary Builder Workflow

When the user uses the slash command `/glossary [folder]` or asks you to build, create, or update a Glossary or Terminology index based on a specific folder, project, or domain, follow these steps:

1. **Scan Target Directory**: Read all Markdown files within the scope provided by the user (e.g., all files in `/Biology Class` or a specific set of project notes).
2. **Extract Terminology**: 
   - Look for domain-specific terminology, acronyms, jargon, or heavily repeated key phrases that might require definition.
   - Ignore common words or general concepts. Focus on highly specific nouns and phrases.
3. **Infer Definitions**: For each extracted term, read its surrounding context across the analyzed notes. Synthesize a concise (1-2 sentence) definition based purely on how the user has used it in their notes. Do not hallucinate external definitions unless instructed.
4. **Identify Primary Sources**: Keep track of the file(s) where the term was most prominently defined or heavily used.
5. **Generate Glossary Note**:
   - Create a new file (or append to an existing one) named `Glossary.md` or as requested by the user.
   - Structure the file alphabetically.
   - For each term, format it as:
     `**Term**`: The synthesized definition. (Source: `[[File Location]]`)
   - Alternatively, use a Markdown table format if preferred or instructed.
6. **Update Links (Optional)**: If requested by the user, you can go back to the source documents and turn the first mention of each term into a backlink pointing to the new `[[Glossary#Term]]` header. Focus on maintaining a clean vault structure.
7. **Notify User**: Display a sample of the definitions created and indicate where the new Glossary file was saved.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [tpitsunov](https://github.com/tpitsunov)
- **Source:** [tpitsunov/obsidian-skills](https://github.com/tpitsunov/obsidian-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tpitsunov-obsidian-skills-glossary-builder
- Seller: https://agentstack.voostack.com/s/tpitsunov
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
