Develop hierarchical classification systems. Creates parent-child categorical structures for content organization.
Install with Tessl CLI
npx tessl i github:dandye/ai-runbooks --skill generate-taxonomy46
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
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.
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:
67a00be
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.