From taxonomy-creation
Use when you need a custom taxonomy generated from a spec — product categories, evaluation types, content classifications, domain-specific enumerations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taxonomy-creation:generate-from-specThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build a custom taxonomy from a user's natural-language or structured specification. Elicit the domain, scope, schema, and generate a structured, reviewed taxonomy ready for load or export.
Build a custom taxonomy from a user's natural-language or structured specification. Elicit the domain, scope, schema, and generate a structured, reviewed taxonomy ready for load or export.
hierarchical-taxonomies if complex)instruction_following), or suggest numeric IDs if the user prefers. Ensure codes are URL-safe and unique.data/<name>/<name>.csv with columns: code (PK), label, description, source (how the entry was generated/sourced), generated_at (ISO 8601 timestamp).data/<name>/<name>.json (array of objects, same fields).data/<name>/ with full taxonomy and metadata.npx claudepluginhub danielrosehill/claude-code-plugins --plugin taxonomy-creationProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.