‹ 首页

generate-taxonomy

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

Develop hierarchical classification systems. Creates parent-child categorical structures for content organization.

适合你,如果需要为大量内容设计分类结构

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

怎么用

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

安装后,Claude 会分析你指定的内容路径,提取关键主题和标签,然后生成一个包含父级和子级类别的层次分类系统。如果有需要,还可以创建多维度分类(分面分类)并输出分类树、规则和验证计划。

什么时候触发

当你要求 Claude 对某个知识库或内容文件夹生成分类结构,例如“给 /knowledge-base 做个分类”时触发。

装好后可以这样说
Claude 会提取主题并输出分类树。
开启 FACETED 参数,生成多维度分类。
启用 USER_TESTING,输出验证计划。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 086cbf6

Generate Taxonomy Skill

Develop a hierarchical classification system or taxonomy for a knowledge base or content repository. This skill creates parent-child categorical structures to organize content effectively.

Inputs
  • PATH - The content source to analyze (e.g., "/knowledge-base")
  • FACETED - (Optional) Boolean, whether to create a faceted classification (multiple dimensions) (default: false)
  • BUSINESS_ALIGNMENT - (Optional) Boolean, whether to align with specific business goals/terminology (default: true)
  • USER_TESTING - (Optional) Boolean, whether to include user validation methodologies in the output (default: false)
Workflow
Step 1: Content Analysis & Term Extraction

Analyze the content at PATH to identify key topics, subjects, and categories.

  • Cluster documents by similarity.
  • Extract common tags and keywords.
Step 2: Structure Design

Organize the extracted concepts into a hierarchy.

  • Hierarchical: Define Broader Terms (Parent) and Narrower Terms (Child).
  • Faceted (if enabled): Define dimensions (e.g., Topic, Format, Audience, Region).
Step 3: Business & User Alignment
  • Align terms with business vocabulary (if BUSINESS_ALIGNMENT is true).
  • If USER_TESTING is true, generate a plan for card sorting or tree testing to validate the structure.
Step 4: Taxonomy Definition

Output the defined taxonomy.

Required Outputs

A TAXONOMY_DEFINITION document (e.g., in markdown or YAML format) containing:

  • Taxonomy Tree: Visual or indented list of categories.
  • Facets (if requested): Definitions of classification dimensions.
  • Rules: Guidelines for applying the taxonomy.
  • Testing Plan (if requested): Methodologies for validation.
Quick Reference
  • Purpose: Systematically classify content for retrieval optimization.
  • Types: Hierarchical (Tree) vs. Faceted (Matrix).
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

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