원클릭으로
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