From taxonomy-creation
Use when you need a parent/child taxonomy — categories and subcategories, tree structures, nested enumerations, organizational hierarchies.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin taxonomy-creationThis skill uses the workspace's default tool permissions.
Generate and structure a parent/child taxonomy tree. Choose storage schema, validate the hierarchy, export in multiple formats.
Prevents silent decimal mismatch bugs in EVM ERC-20 tokens via runtime decimals lookup, chain-aware caching, bridged-token handling, and normalization. For DeFi bots, dashboards using Python/Web3, TypeScript/ethers, Solidity.
Share bugs, ideas, or general feedback.
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>/.