Develop hierarchical classification systems. Creates parent-child categorical structures for content organization.
46
33%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/generate-taxonomy/SKILL.mdDevelop a hierarchical classification system or taxonomy for a knowledge base or content repository. This skill creates parent-child categorical structures to organize content effectively.
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)Analyze the content at PATH to identify key topics, subjects, and categories.
Organize the extracted concepts into a hierarchy.
BUSINESS_ALIGNMENT is true).USER_TESTING is true, generate a plan for card sorting or tree testing to validate the structure.Output the defined taxonomy.
A TAXONOMY_DEFINITION document (e.g., in markdown or YAML format) containing:
4d132c7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.