ワンクリックで
javascript
Use for Babel presets, Webpack configs, and multi-target builds in contentstack-marketplace-sdk.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use for Babel presets, Webpack configs, and multi-target builds in contentstack-marketplace-sdk.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when reviewing PRs for contentstack-marketplace-sdk—API, bundles, tests, and npm publish impact.
Use for npm scripts, CI, and release flow in contentstack-marketplace-sdk.
Use for Marketplace client behavior, public methods in lib/, and axios/@contentstack/utils usage.
Use for Mocha/NYC unit tests, API tests, and Jest TypeScript tests in contentstack-marketplace-sdk.
Mental model for the Marketplace SDK — client factory, org-scoped marketplace API, auth, regions, module map
HTTP stack for marketplace-sdk — Axios wrapper, retries, concurrency, params serialization, logging hook
| name | javascript |
| description | Use for Babel presets, Webpack configs, and multi-target builds in contentstack-marketplace-sdk. |
webpack/*.js or Babel envs (es5, es-modules, test)BABEL_ENV (es5, es-modules, test)—ensure new syntax is transpiled for the oldest supported runtime of each target.webpack.node.js, webpack.web.js, etc.)—keep shared settings DRY via webpack-merge where the repo already does.types/—update when public JS surface changes.