Router banner
Shopify Shopify

Router

Development community

Description

--- name: ui-extensions-router description: Use when validating documentation updates in the ui-extensions repo and unsure which validation skills to invoke. Routes to the correct skill based on the page type being updated. --- # UI Extensions Validation Router Determines which validation skills to use based on page type. ## Quick Navigation | Updating... | Invoke these skills (in order)

Installation

Installs to ~/.claude/skills/shopify-ui-extensions-router/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shopify-ui-extensions-router && curl -fsSL https://raw.githubusercontent.com/Shopify/ui-extensions/HEAD/.claude/skills/router.md -o ~/.claude/skills/shopify-ui-extensions-router/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository