ワンクリックで
shopify
Use whenever the scope of your task touches the shopify package or its uses anywhere in the project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use whenever the scope of your task touches the shopify package or its uses anywhere in the project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
React coding standards for this project. Use when writing or modifying React components, hooks, or route files.
Code refactor to improve implementation details, only use when explicitly requested by user.
Guides correct usage of the Rostra state management library (createStore, Store, useStore), including store scoping, selectors, optional access, prop-driven initialization, and typing. Use only when the user asks you to work with an existing rostra store or to implement a new one.
TypeScript coding standards for this project. Use when writing or modifying TypeScript files.
| name | shopify |
| description | Use whenever the scope of your task touches the shopify package or its uses anywhere in the project. |
This project uses Shopify headless. @acme/shopify is configured so that GraphQL queries written inside the package will have TypeScript types generated for them.
As you are working on any Shopify/GraphQL code in this project, make sure you STRICTLY adhere to the principles listed below. If you think there might actually be a valid use case for breaking them, pause and confirm first with the user.
After creating or modifying any GraphQL queries in the shopify package, you must always run:
pnpm --filter @acme/shopify run build