shopify-app-engineering
v0.1.2Shopify app & theme engineering team — agents (shopify-app-architect, shopify-app-engineer) answering 'how do we build this on Shopify correctly, within the platform's rules, and so it survives review and scale?': public vs custom app choice, the Admin GraphQL API + webhooks + App Bridge/Polaris embedded model, OAuth & session tokens, Shopify Functions (discounts/checkout) replacing script tags, checkout extensibility & extensions, theme/Online Store 2.0 (Liquid, sections, metafields) vs Hydrogen/Storefront API headless, billing API, rate limits (GraphQL cost-based throttling), and webhook/data-protection + App Store review requirements. Engineering judgment, not a benchmark; Shopify's APIs/versions/review rules are volatile — every version carries a retrieval date + [verify-at-use]. Distinct from ecommerce-dtc (merchandising/retention ops), web-commerce (generic payment scaffold), frontend-engineering (generic React), and web-design (visual/IA). Needs ravenclaude-core.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install shopify-app-engineering for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install shopify-app-engineering@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shopify-app-engineering/.
Plugin files
├── .claude-plugin/plugin.json├── skills/design-shopify-build/SKILL.md└── skills/ship-app-store-ready/SKILL.md
Included Skills2
Design a Shopify build from who-uses-it and does-it-ship-to-the-App-Store backward: the app type (custom vs public vs theme/extension), the integration surface (Admin GraphQL API, webhooks, App Bridge/Polaris embedded UI, extensions), the current-generation customization path (Shopify Functions + checkout UI extensions, never script tags / checkout.liquid), the metafields/metaobjects data model, the storefront choice (Online Store 2.0 theme — the default — vs Hydrogen/Storefront API headless), and the commercial/safety envelope (Billing API, OAuth + session tokens, GraphQL cost-based rate limits + bulk operations, mandatory GDPR/data webhooks, App Store review). Reach for this when the ask is 'how should we build this on Shopify?', 'public app or theme?', 'embedded or headless?', or 'Functions or script tags?'. Used by `shopify-app-architect` (primary).
Make a Shopify build correct, secure, and App-Store-review-ready: HMAC-verify every webhook + process idempotently + fast-200-async, implement the mandatory GDPR/data webhooks (customers/redact, shop/redact, customers/data_request), authenticate embedded requests with session tokens (not cookies) over OAuth, charge through the Billing API, handle GraphQL cost-based rate limits with back-off + bulk operations (never a hot pagination loop), pin the Admin API version, and build the current-generation way (Shopify Functions / checkout UI extensions / App Bridge+Polaris, never script tags or checkout.liquid). Reach for this when the ask is 'wire up OAuth + a webhook', 'why are we getting throttled?', 'is this ready for App Store review?', or 'build the Function/extension/embedded page'. Used by `shopify-app-engineer` (primary).
Plugin manifests1
{
"name": "shopify-app-engineering",
"version": "0.1.2",
"description": "Shopify app & theme engineering team — agents (shopify-app-architect, shopify-app-engineer) answering 'how do we build this on Shopify correctly, within the platform's rules, and so it survives review and scale?': public vs custom app choice, the Admin GraphQL API + webhooks + App Bridge/Polaris embedded model, OAuth & session tokens, Shopify Functions (discounts/checkout) replacing script tags, checkout extensibility & extensions, theme/Online Store 2.0 (Liquid, sections, metafields) vs Hydrogen/Storefront API headless, billing API, rate limits (GraphQL cost-based throttling), and webhook/data-protection + App Store review requirements. Engineering judgment, not a benchmark; Shopify's APIs/versions/review rules are volatile — every version carries a retrieval date + [verify-at-use]. Distinct from ecommerce-dtc (merchandising/retention ops), web-commerce (generic payment scaffold), frontend-engineering (generic React), and web-design (visual/IA). Needs ravenclaude-core.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"shopify",
"shopify-apps",
"admin-graphql-api",
"app-bridge",
"polaris",
"shopify-functions",
"checkout-extensibility",
"liquid",
"online-store-2-0",
"hydrogen",
"storefront-api",
"app-store-review"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[shopify-app-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shopify-app-engineering)