Generate taxonomy and lookup tables (countries, currencies, languages, US states, timezones, custom domain taxonomies) and load them into Postgres, SQLite, MySQL, or export to CSV/JSON/SQL seed files. For data engineers, CMS builders, and eval pipeline authors.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin taxonomy-creationUse when you need to export a generated taxonomy to a non-database format — CSV, TSV, JSON, NDJSON, SQL seed file, or YAML.
Use when you need a custom taxonomy generated from a spec — product categories, evaluation types, content classifications, domain-specific enumerations.
Use when you need a canonical reference taxonomy — ISO 3166 countries, ISO 4217 currencies, ISO 639 languages, US states, Canadian provinces, IANA timezones, HTTP status codes, MIME types. Offline-first, cached.
Use when you need a parent/child taxonomy — categories and subcategories, tree structures, nested enumerations, organizational hierarchies.
Use when you need to load a taxonomy into MySQL or MariaDB — create table with charset/collation, load data, support upsert/replace/append modes.
Use when you need to load a generated taxonomy into Postgres — create table, load data, support upsert/replace/append modes, log the operation.
Use when you need to load a taxonomy into SQLite — create table, import data, support upsert/replace/append modes, type columns appropriately.
Use on first run or when the user asks how to get started — explain the plugin, walk through the data directory, show a worked example.
Use when a taxonomy has been generated or hand-edited and needs validation before load — check uniqueness, completeness, format consistency, referential integrity, cycles.
Claude Code plugin for generating taxonomy / lookup tables and loading them into a database.
Use it when you're building a CMS, an analytics warehouse, an eval pipeline, or any data project that needs reference data — countries, currencies, languages, US states, timezones — or a custom domain taxonomy generated from a natural-language spec (e.g. "types of LLM evals", product categories, content tags).
generate-standard — pull a ready-made standard taxonomy (countries, currencies, etc.)generate-from-spec — generate a custom taxonomy from a natural-language or structured spechierarchical-taxonomies — build parent/child taxonomy trees with the schema flavour you wantvalidate-taxonomy — pre-load checks (uniqueness, completeness, format, FK integrity)load-to-postgres — DDL + load with replace / upsert / append modesload-to-sqlite — same, for SQLite (with STRICT table support)load-to-mysql — same, for MySQL/MariaDB (with utf8mb4 defaults)export-formats — export to CSV, TSV, JSON, NDJSON, SQL seed file, YAMLonboarding — first-run walkthrough with a worked examplegenerate-standard validate-taxonomy load-to-postgres
OR → → OR load-to-sqlite
generate-from-spec OR load-to-mysql
OR export-formats
Generated taxonomies, cached standard datasets, and load logs live under:
${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/taxonomy-creation/
├── data/ # generated taxonomies, ready to load
├── cache/ # cached standard datasets (ISO lists etc.)
├── state/ # loader logs, last-load metadata
└── config.json # optional overrides
Database credentials are never stored. Use environment variables (PGPASSWORD, MYSQL_PWD) or a .pgpass file.
# Always-available (user scope):
claude plugins install taxonomy-creation@danielrosehill
# Project-scoped (run from inside the project repo):
claude plugins install taxonomy-creation@danielrosehill --scope project
MIT
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Share bugs, ideas, or general feedback.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.
The most comprehensive Claude Code plugin — 48 agents, 182 skills, 68 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Automates browser interactions for web testing, form filling, screenshots, and data extraction
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim