shopify-polaris-admin-extensions

Scaffold and validate Shopify Admin UI extensions using Shopify CLI.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/EsellersEG/meezy-integration --skill shopify-polaris-admin-extensions-esellerseg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-polaris-admin-extensions
Source: https://github.com/EsellersEG/meezy-integration/tree/main/.agents/skills/shopify-polaris-admin-extensions
Command: npx skills add https://github.com/EsellersEG/meezy-integration --skill shopify-polaris-admin-extensions-esellerseg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @shopify/ui-extensions, preact, typescript, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the development of Shopify Admin UI extensions by providing a structured environment for scaffolding, validating, and implementing contextual admin actions, blocks, and links.

Core Features & Use Cases

  • Standardized Scaffolding: Uses the official Shopify CLI to generate templates for admin actions, blocks, links, and print actions, ensuring compatibility with the latest framework versions.
  • Integrated Validation: Enforces strict code validation using custom scripts to ensure UI components meet Shopify's technical requirements before deployment.
  • Contextual UI Integration: Facilitates the creation of transactional workflows and embedded information cards directly within the Shopify Admin interface.

Quick Start

Use the shopify-polaris-admin-extensions skill to scaffold a new admin action extension named my-custom-action.

Frequently Asked Questions about shopify-polaris-admin-extensions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Shopify Admin UI extension?

To scaffold a Shopify Admin UI extension, use the official Shopify CLI within this Skill to generate standardized templates for actions, blocks, links, and print actions. This ensures compatibility with the latest Polaris web component framework versions.

What are Shopify Admin UI blocks and actions used for?

Shopify Admin UI blocks and actions are used to build contextual merchant workflows and embedded information cards directly within the Shopify Admin interface. They enable transactional workflows and custom UI integrations for admin users.

Do I need to use Polaris web components for Shopify admin extensions?

Yes, you must use Polaris web components for all Shopify admin extension UI implementations. The Skill enforces strict code validation through custom scripts to ensure components meet Shopify's technical requirements before deployment.

Can I use Preact and TypeScript with Shopify admin extensions?

Yes, Preact and TypeScript are supported dependencies for building Shopify admin extensions. The Skill provides a structured environment that integrates these technologies with the @shopify/ui-extensions package for robust UI development.

How do I validate Shopify admin extension code before deployment?

You validate Shopify admin extension code using the integrated custom scripts provided by this Skill. These scripts enforce strict code validation to ensure your UI components meet Shopify's technical requirements and Polaris standards before deployment.

What is the best way to build transactional workflows in the Shopify Admin interface?

The best way to build transactional workflows in the Shopify Admin interface is by scaffolding admin action and block extensions using the official Shopify CLI. This approach ensures contextual UI integration and adherence to Polaris web component standards.