From taxonomy-creation
Use when you need to export a generated taxonomy to a non-database format — CSV, TSV, JSON, NDJSON, SQL seed file, or YAML.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin taxonomy-creationThis skill uses the workspace's default tool permissions.
Export a generated taxonomy to CSV, TSV, JSON, NDJSON, SQL, or YAML. Preserve all columns and metadata.
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.
Export a generated taxonomy to CSV, TSV, JSON, NDJSON, SQL, or YAML. Preserve all columns and metadata.
data/<name>/ if not given).data/<name>/exports/ in the requested format:
csv module; preserve headers.csv with delimiter='\t'._schema field if needed.CREATE TABLE DDL + INSERT statements. Include the same DDL as load-to-postgres skill (infer types from data); wrap in a transaction (BEGIN; ... COMMIT;).state/exports/<timestamp>-<name>-<format>.log.data/<name>/exports/<name>.<ext> where ext is csv, tsv, json, ndjson, sql, yaml.state/exports/<timestamp>-<name>-<format>.log.