Stats
Actions
Tags
From taxonomy-creation
Use when you need a parent/child taxonomy — categories and subcategories, tree structures, nested enumerations, organizational hierarchies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taxonomy-creation:hierarchical-taxonomiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate and structure a parent/child taxonomy tree. Choose storage schema, validate the hierarchy, export in multiple formats.
Generate and structure a parent/child taxonomy tree. Choose storage schema, validate the hierarchy, export in multiple formats.
/electronics/computers/laptops): good for traversal; update-heavy if paths change.generate-from-spec: domain, scope, depth, fields.parent_code resolves to an existing code (no dangling FKs).data/<name>/<name>.csv: Flat adjacency-list format (code, parent_code, label, description).data/<name>/tree.json: Nested JSON tree for human review (each node has children array).data/<name>/<name>-materialized-paths.csv (optional): Add path column for materialized-path schema if user requests.data/<name>/.npx claudepluginhub danielrosehill/claude-code-plugins --plugin taxonomy-creationBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.