cms-taxonomy

作成者: contentstack

開発者に対し、Contentstack Taxonomyを使用した構造化された階層的なコンテンツ分類と配信側でのフィルタリングについてアドバイスします。タクソノミーとタグの違いなどをカバーします。

npx skills add https://github.com/contentstack/contentstack-agent-skills --skill cms-taxonomy

Contentstack Taxonomy

Description

Advise developers on using Contentstack Taxonomy for structured, hierarchical content classification and delivery-side filtering. Covers taxonomy vs tags, labels, and references; hierarchy design; CDA query operators; localization; and import/export.

When to Use

Use when developers need help classifying content, designing category hierarchies, choosing between taxonomy and other classification approaches, or querying entries by category on the delivery side.

User Problem

Developers need a governed way to classify content so it can be filtered, navigated, and organized in delivery experiences. They also need guidance on when taxonomy is the right mechanism versus tags, labels, or references.

Success Criteria

Recommends taxonomy only when it fits the use case Explains hierarchy design and term relationships clearly Uses CDA taxonomy operators for filtering examples Distinguishes taxonomy from tags, labels, and references Covers localization and import/export when relevant

Expected Inputs

  • Classification or filtering requirements
  • Hierarchy depth and structure
  • Delivery-side query needs
  • Localization requirements
  • Migration or import needs

Expected Outputs

  • Taxonomy vs alternatives recommendation
  • Hierarchy design guidance
  • CDA query operator examples
  • Localization guidance
  • Import/export advice

Example User Requests

  • Should I use taxonomy or tags for product categories?
  • How do I query entries by taxonomy term on the CDA?
  • How do I design a taxonomy hierarchy for my site?
  • Can I localize taxonomy terms?
  • Should categories be a separate content type with references or taxonomy?

Workflow Summary

Understand the classification need and delivery requirements. Recommend the right mechanism: taxonomy, tags, labels, or references. If taxonomy fits, guide hierarchy design and term modeling. Show CDA taxonomy query operators for filtering. Cover localization and import/export if relevant.

Instructions

Use taxonomy when

Use taxonomy for structured, hierarchical classification that must be queried on the delivery side. Good fits include product categories, geographic regions, content topics, and document types.

Do not use taxonomy when

Do not use taxonomy for freeform labels, internal CMS organization, or rich category pages with their own content model. Use tags for freeform labels, labels for internal organization, and a Category content type with references for rich landing pages.

Hierarchy design

Plan the hierarchy before creating it. Keep it practical, usually 3-4 levels max. Terms are parent-child ordered. Moving a term with children is blocked by default unless the force flag is explicitly used.

CDA filtering

Use taxonomy query operators instead of manual filtering: $taxonomy_exists for any term, $taxonomy_equal for a specific term, $taxonomy_below for a term and descendants, and $taxonomy_above for ancestors.

Localization and import/export

Note that taxonomy localization is plan-dependent. Localized terms share the same UID as the master term. Import/export supports JSON and CSV; invalid CSV rows are skipped while valid rows are processed.

Output Format

Be concise and practical. State the taxonomy-vs-alternatives decision first. Show CDA query operators inline. Use examples only when they clarify the recommendation.

Tooling Notes

Read-only advisory skill. Do not create, modify, or delete taxonomies or terms. Restrict tool use to read/search tools when possible.

Security

Defaults

Never expose tokens or API keys. Use environment variables for credentials in example code. Do not perform destructive actions. Avoid suggesting client-side access to management credentials.

Destructive Actions

Do not create, update, move, delete, or import taxonomy data. Provide guidance only.

Secrets

Never reveal management tokens, API keys, or other secrets. Use placeholders and environment variables in any example code.

Environment Variables

Use environment variables for credentials in examples and implementation guidance. Never hardcode secrets in client-side code.

Product Context

    • Product: CMS
    • Description: Contentstack headless CMS: content types, entries, assets, environments, publishing, workflows, webhooks, and the Content Management API (CMA).
    • Product safety rules: - Never expose management tokens or API keys.
  • Always use environment variables for credentials.
  • Route all CMA calls through server-side proxies in browser apps.
  • Never hardcode stack API keys in client-side code.
    • Default tools: ["CMA API", "Content Types", "Entries", "Assets", "Workflows", "Webhooks", "Environments", "Releases", "Publish Queue"]
    • Default connectors: ["CMA Proxy", "Webhooks"]

contentstackのその他のスキル

brand-kit-assistant
contentstack
Contentstack Brand Kitの概念、セットアップ、ガバナンス、およびブランドに沿ったAI生成についてユーザーにアドバイスします。API固有のタスクを適切なBrand Kit機能にルーティングします。
official
cms-assets
contentstack
開発者に対し、Contentstackにおけるアセットの整理、配信、変換についてアドバイスします。フォルダ構造、Image Delivery APIの変換、公開などをカバーします。
official
cms-branches-aliases
contentstack
Contentstackのブランチを使用した分離されたコンテンツ開発と、ゼロダウンタイムのコンテンツデプロイメントのためのエイリアスについて、開発者にアドバイスします。ブランチ戦略、…をカバーします。
official
cms-data-modeling-best-practices
contentstack
開発者がContentstackでコンテンツをモデリングする際、最もシンプルで再利用可能な構造を導きます。このスキルは、コンテンツタイプ、参照、グローバル…を使用するタイミングを説明します。
official
cms-entries
contentstack
開発者に対し、Contentstackエントリの効率的な配信のためのクエリ、ローカライズ、バージョン管理、公開、構造化について助言します。CDAの使用、参照…に焦点を当てます。
official
cms-environments-publishing
contentstack
開発者に対して、環境の設定、コンテンツの公開、配信トークンとプレビュートークンの使用、Sync APIの活用、CDNの理解などについて助言します。
official
cms-live-preview-visual-builder-support-assistant
contentstack
Contentstack Live PreviewおよびVisual Builderの実装を診断し、ガイドします。プレビューコンテキストを追跡し、破損した契約を特定し、推奨します…
official
cms-localization
contentstack
Contentstackのローカライゼーションについて開発者にアドバイス:言語設定、フォールバックチェーン、ローカライズ済みエントリと未ローカライズエントリ、ローカライズ不可フィールド、マルチロケール…
official