AgentStack
SKILL verified MIT Self-run

Glossary / Terminology Builder

skill-tpitsunov-obsidian-skills-glossary-builder · by tpitsunov

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

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-tpitsunov-obsidian-skills-glossary-builder

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Glossary / Terminology Builder? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.
  1. 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.
  2. Identify Primary Sources: Keep track of the file(s) where the term was most prominently defined or heavily used.
  3. 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.
  1. 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.
  2. 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.