gls-writer

Create and maintain Obsidian Markdown glossary entries with front matter and wikilinks.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/fabioabr/rag-blueprint --skill gls-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gls-writer
Source: https://github.com/fabioabr/rag-blueprint/tree/main/src/.claude/skills/gls-writer
Command: npx skills add https://github.com/fabioabr/rag-blueprint --skill gls-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Esta Skill automatiza a criação e a manutenção de entradas de glossário de negócios, gerando arquivos Markdown atômicos por termo compatíveis com Obsidian no diretório de docs, garantindo consistência terminológica em drafts e documentos.

Core Features & Use Cases

  • Cria entradas de glossário atômicas por termo ou grupos temáticos, com aliases para facilitar a pesquisa.
  • Mantém wikilinks para navegação entre termos ([[GLS-001_chunk|chunk]]) e facilita a vinculação entre documentos.
  • Valida front matter e facilita a numeração sequencial (GLS-001, GLS-002, ...).

Quick Start

Crie ou atualize a entrada de glossário para o termo especificado em docs seguindo o padrão GLS-NNN_{slug}.md.

Frequently Asked Questions about gls-writer

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

FAQPage Schema
How do I create a business glossary in Obsidian-friendly markdown?

Obsidian markdown glossary creation involves generating atomic files per term with front matter validation, aliases for searchability, and wikilinks for navigation. This ensures consistent terminology across project drafts and documentation.

How do I maintain wikilinks and aliases for glossary terms in Obsidian?

Maintain wikilinks and aliases by defining front matter fields including id, doc_type, title, and aliases. Wikilinks formatted as [[GLS-001_chunk|chunk]] enable seamless navigation between terms and document linkage.

Does this approach support both atomic entries and thematic term groups?

Yes, it supports both atomic entries per individual term and thematic term groups. It validates front matter against the project glossary schema while maintaining sequential numbering like GLS-001 and GLS-002.

What front matter is required for a validated business glossary schema?

Required front matter includes id, doc_type set to glossary, title, and aliases. This schema validation ensures terms are properly indexed and searchable within the Obsidian markdown documentation environment.

What is the best way to automate glossary term creation in markdown?

Automate markdown glossary creation by generating files using the GLS-NNN_{slug}.md pattern within your docs directory. This enforces front matter requirements, supports aliases, and validates entries against the project glossary schema.