Shopify Hydrogen Skills
Agent skills for building, maintaining, and upgrading Shopify Hydrogen storefronts with Weaverse. Works with Claude Code, Cursor, GitHub Copilot, Windsurf, OpenCode, OpenClaw, Gemini CLI, and any agent that supports markdown skill files.Why skills, not docs? Skills are concise, agent-optimized knowledge that your coding agent loads before working on a task — structured for LLMs, not humans. Pair them with Weaverse MCP for live doc search and the best results.
Quick Install
Available Skills
shopify-hydrogen
Core Hydrogen APIs —
createHydrogenContext, cart handler, caching, pagination, SEO, CSP. Load when working with @shopify/hydrogen APIs.weaverse-hydrogen
Weaverse components, schemas, loaders, theming, deployment. Load for any Hydrogen + Weaverse project.
hydrogen-cookbooks
Step-by-step guides — bundles, combined listings, 3D models, customer accounts, performance. Load when building specific features.
hydrogen-upgrades
Breaking changes and migration steps for Hydrogen framework versions. Load when upgrading Hydrogen.
theme-update
Safe Pilot theme updates — detect version, plan changes, preserve customizations, verify build. Load when updating a customer’s Pilot theme.
weaverse-integration
Integrate Weaverse into an existing Hydrogen project — analyze codebase, convert components, set up SDK, configure routes. Load when adding Weaverse to a project that doesn’t use it yet.
Live Doc Fetching
Instead of baking static API docs into skill files (which go stale), this repo ships live doc fetching scripts that query official sources at runtime:| Script | Source | What it does |
|---|---|---|
search_shopify_docs.mjs | shopify.dev | Search Hydrogen API docs |
search_weaverse_docs.mjs | docs.weaverse.io | Search Weaverse docs via Mintlify MCP |
get_weaverse_page.mjs | docs.weaverse.io | Fetch full page content by path |
check_pilot_updates.mjs | github.com | Check for Pilot theme release updates |
references/ folders in each skill serve as offline fallback — cached snapshots for when live search is unavailable.
Repo Structure
Using with Weaverse MCP
For the best development experience, combine agent skills with Weaverse MCP:- Skills provide structured knowledge your agent loads before tasks
- MCP provides real-time doc search for up-to-date API details
Contributing
PRs welcome — especially for:- New cookbooks (feature implementation guides)
- Upgrade guides for newer Hydrogen versions
- Improved offline references
- New live doc scripts for other sources
GitHub Repository
View source, report issues, and contribute on GitHub