Agent skill
generate-thesaurus
Generate controlled vocabulary thesaurus for content domains. Creates comprehensive thesauri with preferred terms, broader/narrower/related terms.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/generate-thesaurus
SKILL.md
Generate Thesaurus Skill
Generate a controlled vocabulary thesaurus for a specified content domain or directory. This skill analyzes content to identify key terms and structures them into a thesaurus with relationships (broader, narrower, related terms).
Inputs
PATH- The directory or file path to analyze (e.g., "/docs/security")RECURSIVE- (Optional) Boolean, whether to include subdirectories (default: true)OUTPUT_FORMAT- (Optional) Format of the output: "markdown", "yaml", "json", "csv" (default: "markdown")
Workflow
Step 1: Content Analysis
Analyze the content at PATH to identify frequently used terms, concepts, and entities. This involves scanning documentation files (Markdown, Text, etc.) to extract potential vocabulary candidates.
Step 2: Term Extraction & Relationship Mapping
Identify relationships between terms based on context and standard taxonomies:
- Preferred Terms: The standard term to be used (e.g., "Multi-Factor Authentication" instead of "MFA").
- Broader Terms: More general concepts (e.g., "Access Control" is broader than "Authentication").
- Narrower Terms: More specific sub-concepts (e.g., "Biometrics" is narrower than "Authentication").
- Related Terms: Associative relationships (e.g., "Identity Management" is related to "Authentication").
Step 3: Thesaurus Generation
Format the collected terms and relationships into the requested OUTPUT_FORMAT.
Example Output (Markdown):
# Security Thesaurus
## Authentication
* **Scope Note**: verification of the identity of a user, process, or device
* **Broader Term**: Access Control
* **Narrower Terms**: Multi-Factor Authentication, Single Sign-On
* **Related Terms**: Authorization, Identity Management
Required Outputs
A THESAURUS_DOCUMENT in the specified OUTPUT_FORMAT containing:
- List of terms
- Relationships (BT, NT, RT)
- Scope notes (definitions)
- Synonyms or "Use For" entries
Quick Reference
- Purpose: Ensure consistent terminology and improve content findability.
- Best Practice: Include scope notes for ambiguous terms.
- Standards: Follows ISO 25964 standards for thesaurus construction where applicable.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?