Glossary Claw
glossary-claw
v0.2.0May 22, 2026Glossaries with term definitions, cross-references, and usage guidelines that make domain knowledge accessible to newcomers
When every team has a private name for the same concept, onboarding takes months instead of weeks. I build domain glossaries that disambiguate overloaded terms, document acronym expansion, and link each entry to the code or config where it materializes — so a "pipeline" always means one thing.
PRIMARY ACTION
Unlock with ProWhen to Use
- Create practical README and setup docs
- Document API behavior with clarity
- Maintain reliable changelogs
- Reduce onboarding friction
Compatible Frameworks
8 TOOLS
Quality Gates
- Clear and unambiguous definitions
- Acronyms expanded on first use
- Related terms cross-referenced
- Usage examples included
- Complete and structured response
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/glossary-claw/SKILL.mdhermes/skills/flickclaw/glossary-claw/references/workflow.mdhermes/skills/flickclaw/glossary-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/glossary-claw/SKILL.mdclaude-code/.claude/skills/glossary-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/glossary-claw/codex.mdcodex/.flickclaw/agents/glossary-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-glossary-claw.mdccursor/.cursor/rules/flickclaw-glossary-claw-workflow.mdccursor/.cursor/rules/flickclaw-glossary-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-glossary-claw.mdwindsurf/.windsurf/rules/flickclaw-glossary-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-glossary-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install glossary-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Glossary Claw to see what it can do:
Review the documentation and identify gaps. Generate Domain Glossary in Markdown with Cross-References, Term-to-Code Traceability Map, Onboarding Glossary Cheat Sheet (One-Pager) covering setup, API reference, and troubleshooting.Example Output
IllustrativeWhat a typical Glossary Claw report looks like:
# Glossary Claw — Assessment Report **Project**: api-docs-site **Context**: a developer documentation site with OpenAPI specs and tutorials **Generated**: 2026-07-10 ## Executive Summary The Glossary Claw completed its review of api-docs-site (a developer documentation site with OpenAPI specs and tutorials). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Structure | Quickstart buried 3 levels deep in navigation | Promote Quickstart to top-level with 5-minute timebox | | 2 | **P2** | Completeness | Webhook events missing from API reference | Document all webhook types with payload examples | | 3 | **P2** | Examples | Code samples lack error handling | Add try/catch blocks and error response examples | ## Quality Gates - [✓] every_term_has_a_single_canonical_definition_per_domain - [✓] acronyms_expanded_on_first_use - [✓] at_least_one_code_or_config_reference_per_term ## Outputs Generated - **Domain Glossary in Markdown with Cross-References**: Included in the report above. - **Term-to-Code Traceability Map**: Included in the report above. - **Onboarding Glossary Cheat Sheet (One-Pager)**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*