Use when you need to export a generated taxonomy to a non-database format — CSV, TSV, JSON, NDJSON, SQL seed file, or YAML.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٩ من skills من danielrosehill/Claude-Taxonomy-Creation-Plugin. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٩ من أصل ٩ skills مجمعة.
Use 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.
لغة النص الأصلي: الإنجليزية