doc-rq-gl

Generate and revise RQ-GL glossary documents for the diopside project.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill doc-rq-gl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-rq-gl
Source: https://github.com/tsuji-tomonori/diopside-v3/tree/main/.opencode/skills/doc-rq-gl
Command: npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill doc-rq-gl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires auto_link_glossary.py, validate_vault.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that RQ-GL (Glossary Requirements) documents are created and updated according to the diopside Obsidian operational rules, maintaining consistency and accuracy in terminology.

Core Features & Use Cases

  • New Document Creation: Generate new RQ-GL documents with proper frontmatter and structure.
  • Document Revision: Update existing RQ-GL documents, ensuring adherence to frontmatter requirements, term definitions, and linking conventions.
  • Use Case: When introducing a new technical term for the diopside project, use this Skill to create a new RQ-GL-* document, define its English name (term_en), specify its scope, and ensure it's correctly linked within the project's documentation.

Quick Start

Use the doc-rq-gl skill to create a new glossary document for the term 'user authentication'.

Frequently Asked Questions about doc-rq-gl

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

FAQPage Schema
How do I create a glossary document in Obsidian with correct frontmatter?

To create a glossary document in Obsidian, generate a new RQ-GL file with proper frontmatter, define the English term name, specify its scope, and ensure consistent cross-linking to maintain documentation integrity.

What is an RQ-GL document and when do I need it for term management?

An RQ-GL document defines glossary requirements for the diopside project. You need it when introducing a new technical term or updating existing terminology to ensure accurate definitions and consistent cross-linking across Obsidian vaults.

How do I update existing terminology definitions in an Obsidian vault?

To update existing terminology in an Obsidian vault, revise the corresponding RQ-GL document by modifying the term definition while maintaining frontmatter compliance and adhering to the project's linking conventions.

Does this glossary generation process validate Obsidian vault links automatically?

Yes, the glossary generation process relies on scripts like validate_vault.py and auto_link_glossary.py to ensure frontmatter compliance, accurate term definitions, and consistent cross-linking within the project documentation.

What are the limitations of using RQ-GL documents for diopside project documentation?

RQ-GL documents are strictly scoped to the diopside project's Obsidian operational rules. They cannot be applied to other documentation frameworks and depend on specific Python scripts for vault validation and automatic linking.