lexicon

Manage STANLIB lexicon terms with load, query, propose, review, and apply operations.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill lexicon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lexicon
Source: https://github.com/adriaanmostert1976-lab/adriaan-toolkits/tree/main/meetings-and-knowledge-toolkit/skills/lexicon
Command: npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill lexicon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive solution for managing the STANLIB lexicon, including loading, querying, proposing additions, reviewing and applying changes, and managing business/industry concepts.

Core Features & Use Cases

  • Lexicon Management: Load and query the lexicon, propose additions from various sources, review or apply staged changes, and manage business/industry concepts.
  • Version Control: Maintain versioned xlsx snapshots of the lexicon for audit purposes.
  • Use Case: When you need to look up a term, scan a document for new terms, add a person or variant, review the lexicon queue, commit staged changes, or manage business concepts.

Quick Start

Run the lexicon skill with the command: lexicon lookup "STANLIB definition of IBOR".

Frequently Asked Questions about lexicon

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

FAQPage Schema
How do I manage a business lexicon and track version changes in an Excel file?

Lexicon management tracks business concept changes by loading, querying, and applying updates to an xlsx file. You can stage additions, review queued terms, and commit versioned snapshots for audit purposes.

What is the best way to extract new terms from a document and add them to a glossary?

Text extraction scans documents to identify new terms, allowing you to propose additions directly into the lexicon queue. You can then review these staged entries before applying them to the main glossary.

How do I perform text extraction for lexicon additions without losing existing version control data?

Text extraction proposes new terms into a staging queue rather than overwriting data directly. This preserves existing version control snapshots, ensuring you can review proposed additions before committing them.

Does lexicon management work with openpyxl for xlsx manipulation?

Yes, lexicon management requires the openpyxl dependency to load, manipulate, and save versioned xlsx snapshots. This ensures structured data handling and audit trail maintenance for your business concepts.

Can I look up a specific business concept definition in a managed glossary?

Yes, you can query the lexicon to look up specific business or industry concept definitions. The lookup function retrieves exact terms and their variants from the currently loaded version of the glossary.

What are the limitations of using xlsx snapshots for version control in business concept management?

Using xlsx snapshots for version control limits you to file-based auditing rather than real-time database tracking. Version bumping creates static historical records, requiring manual loading to query previous glossary states.