بنقرة واحدة
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