ワンクリックで
contentstack-js-cda
Contentstack Content Delivery (CDA) JavaScript SDK — Stack, tokens, regions, queries, sync, live preview in src/core/.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Contentstack Content Delivery (CDA) JavaScript SDK — Stack, tokens, regions, queries, sync, live preview in src/core/.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when reviewing PRs for contentstack-javascript—API compatibility, bundles, Jest, and npm/CDN impact.
Use for the contentstack npm package API—Stack, regions, queries, and @contentstack/utils usage.
Use for npm scripts, Husky, CI, and branch workflow in contentstack-javascript.
Use for Webpack configs, multi-target dist outputs, and Babel/loader setup in contentstack-javascript.
Use for Jest e2e and TypeScript test suites, jest configs, and test layout in contentstack-javascript.
HTTP and cross-cutting behavior for the CDA SDK — request.js, fetch retries, plugins, runtime http/localstorage.
| name | contentstack-js-cda |
| description | Contentstack Content Delivery (CDA) JavaScript SDK — Stack, tokens, regions, queries, sync, live preview in src/core/. |
This repository ships contentstack, the Content Delivery API read client. It is not the Content Management API client (@contentstack/management).
Contentstack.Stack(options) (src/core/stack.js) configures the stack (api_key, delivery_token, environment, optional region, branch, host, live_preview, plugins, fetchOptions).src/core/modules/ implement entries, assets, queries, taxonomy, results, etc., composed from the stack instance.src/core/lib/request.js performs fetch, query string building, retries, and plugin hooks.src/runtime/* provides platform-specific http and localstorage implementations selected at build time.Stack)region / host — CDN / API host selection (see stack.js and config.js defaults).fetchOptions — timeout, retryLimit, retryDelay, retryCondition (defaults include 408 / 429), retryDelayOptions, debug, logHandler.live_preview — enable flag, host, management_token or preview_token; affects which host serves preview vs delivery.plugins — { onRequest, onResponse } hooks invoked from request.js.src/core/modules/ for method chaining, URL construction, and parameter passing into Request.index.d.ts.cursor/rules/contentstack-javascript-cda.mdc when editing src/**/*.js