‹ 首页

generate-thesaurus

@dandye · 收录于 5 天前 · 上游提交 3 个月前

Generate controlled vocabulary thesaurus for content domains. Creates comprehensive thesauri with preferred terms, broader/narrower/related terms.

适合你,如果你需要为专业内容领域构建标准化的术语体系

/ 通过 npx 安装 校验哈希
npx oh-my-skill add dandye/ai-runbooks/generate-thesaurus
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- dandye/ai-runbooks/generate-thesaurus
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify dandye/ai-runbooks/generate-thesaurus
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
119GitHub stars
~484上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 086cbf6 · 表述以原文为准
它做什么

装上后,Claude能分析指定文件夹或文件中的内容,自动提取关键术语,并整理成一份结构化词表,包含优选词及其上下位、相关关系,帮助统一术语、提升内容查找效率。

什么时候触发

当你让Claude分析某个具体文档目录或文件,并请求生成词表时触发。例如要求“生成安全文档的词表”。

装好后可以这样说
Claude会扫描该目录内容,输出词表。
Claude按指定格式输出结构化的词表。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 086cbf6

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.
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。