shopify-polaris-admin-extensions

Scaffold Shopify Polaris Admin Extensions using the Shopify CLI.

Updated May 1, 2026
One-click install
npx skills add https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations --skill shopify-polaris-admin-extensions-oguzhanguvenkaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-polaris-admin-extensions
Source: https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations/tree/main/skills/shopify-polaris-admin-extensions
Command: npx skills add https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations --skill shopify-polaris-admin-extensions-oguzhanguvenkaya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill guides developers in creating Shopify Polaris Admin Extensions (admin actions, blocks, and links) that integrate into the Shopify Admin UI, with scaffolding, metadata, and best practices.

Core Features & Use Cases

  • Scaffold new admin actions, blocks, and links using the Shopify CLI.
  • Structure extensions with the recommended directories (scripts, references, assets) and conforming frontmatter metadata.
  • Validate and render extensions within real admin pages via the Polaris UI extensions framework.

Quick Start

Scaffold a new admin action using the Shopify CLI and customize the generated extension for your store.

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 Shopify admin UI extensions using the CLI?

To scaffold Shopify admin UI extensions, use the Shopify CLI to generate admin actions, blocks, and links. This creates the required directory structure and frontmatter metadata for the Polaris UI extensions framework to validate and render extensions within real admin pages.

What are Shopify Polaris admin extensions and when do I need them?

Shopify Polaris admin extensions are custom UI components like actions, blocks, and links that integrate directly into the Shopify Admin. You need them when you want to add custom interfaces to resource pages, modals, or contextual menus using the Polaris UI extensions framework.

What directory structure is required for Shopify admin extensions?

Shopify admin extensions require a specific organization comprising scripts, references, and assets directories. Structuring your extension with these recommended directories ensures robust and safe rendering while conforming to the frontmatter metadata standards of the Polaris framework.

Can I use Shopify CLI to build extensions for contextual menus and modals?

Yes, you can use the Shopify CLI to scaffold extensions that apply to actions, blocks, and links appearing in contextual menus and modals across the Shopify Admin. The CLI generates the necessary templates to render these components natively.

What is the best way to configure frontmatter metadata for Polaris extensions?

The best way to configure frontmatter metadata for Polaris extensions is to use the Shopify CLI scaffold templates. This ensures your extension meets the required metadata standards for safe UI integration and validates correctly within the Shopify Admin environment.