Stats
Actions
Tags
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taxonomy-creation:export-formatsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export a generated taxonomy to CSV, TSV, JSON, NDJSON, SQL, or YAML. Preserve all columns and metadata.
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.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin taxonomy-creation