What problem does it solve? Building a Shopify embedded admin app requires consistent conventions across Remix loaders/actions, Polaris UI, App Bridge navigation, and Shopify Admin GraphQL API calls. This Skill enforces those conventions automatically so generated code follows server-first data fetching, strict TypeScript, and Shopify design system patterns instead of ad-hoc implementations. ## Core Features & Use Cases - Route & Code Conventions: Enforces app. prefixed Remix routes, loader/action patterns with authenticate.admin(), Zod form validation, and mandatory error boundaries. - Ready-Made Patterns: Provides nine reference patterns including GraphQL queries, resource pickers, toasts, cursor-based pagination, and bulk actions via IndexTable. - Use Case: When asked to build a product list page, the Skill generates a route with an authenticated loader querying the Shopify Admin GraphQL API, a Polaris IndexTable with pagination, and a proper ErrorBoundary. ## Quick Start Ask the AI to implement an admin feature such as a settings page or product list using the dev-admin conventions for Remix, Polaris, and App Bridge.