Weaverse/shopify-hydrogen-skills
Skill Claude CodeCodex
Step-by-step guides for upgrading Shopify Hydrogen between versions — breaking changes, code diffs, and migration steps for each release.
Weaverse/shopify-hydrogen-skills
Skill Claude CodeCodex
Step-by-step guides for upgrading Shopify Hydrogen between versions — breaking changes, code diffs, and migration steps for each release.
Weaverse/shopify-hydrogen-skills
Skill Claude CodeCodex
Set up a new Weaverse Hydrogen storefront locally from a Weaverse theme. Boot a live demo-store preview before asking for any credentials, then make it the merchant's own: install the Hydrogen app, link the store, pull the Storefront credentials, push the repo to GitHub, configure the Weaverse MCP for live page edits…
Weaverse/shopify-hydrogen-skills
Skill Claude CodeCodex
Core Shopify Hydrogen APIs — createHydrogenContext, cart handler, CartForm, caching strategies, pagination, SEO, variant selection, analytics, and CSP.
Weaverse/shopify-hydrogen-skills
Skill Claude CodeCodex
Safely update a Weaverse Pilot theme to the latest version — detects current version, fetches release diffs, plans changes category-by-category, preserves customizations, verifies build.
Weaverse/shopify-hydrogen-skills
Skill Claude CodeCodex
Use when reading or updating live Weaverse content programmatically — pulling projects/pages/theme settings, bulk-editing page content, pushing AI-generated copy, deleting pages, or uploading media to Shopify for use in Weaverse. Triggers on requests to update a Weaverse project via API, push content to a live…
Weaverse/shopify-hydrogen-skills
Skill Claude CodeCodex
Build Shopify Hydrogen storefronts with Weaverse — components, schemas, loaders, theming, data fetching, React Router v7, deployment, and advanced features.
Weaverse/shopify-hydrogen-skills
Skill Claude CodeCodex
Integrate Weaverse into an existing Shopify Hydrogen project — analyze codebase, convert existing components to Weaverse sections, set up SDK, configure routes, and preserve coding style. For projects not yet using Weaverse.
Instructions file CodexOpenCode
AGENTS.md instructions for Weaverse/.agents, covering agent guidelines for .agents, repository structure, build, lint & test commands, validation commands and validate json configuration.
Command
Create PR from current or specified branch.
Command
Create a GitHub issue with project board integration.
Command
Explain recent code changes in simple terms a junior dev can understand.
Command
Fetch and resolve unresolved PR comments.
Command
Auto-format code and fix TypeScript issues.
Command
Capture current work context for handoff to another agent/developer.
Command
Review uncommitted changes and suggest improvements.
Command
Review ONLY changed files from git diff. Focus: DRY, SOLID, CLAUDE.md guidelines.
Command
Create a release PR to main with version bump and draft a GitHub release.
Command
Deep analysis and multi-dimensional problem solving.
Command
Start working on a GitHub issue — fetch context, create branch, plan solution, and optionally open a PR.
Skill Claude CodeCodex
Perform thorough code reviews focusing on unused code, duplications, coding patterns, bugs, and optimizations. Use when user wants code reviewed or audited. Read-only - outputs findings without making changes.
Skill Claude CodeCodex
Commit changes with well-crafted messages, grouping related files into separate commits.
Skill Claude CodeCodex
Instrument web/web-app code with structured debug logging via a global variable (window.debuglogs). Produces a clean JSON timeline for reproducing and diagnosing bugs. Use when user wants to debug a feature or track down a bug.
Skill Claude CodeCodex
Create detailed implementation plans for features. Asks clarifying questions, suggests solutions, proposes architecture, and outputs a structured plan document. Use when user wants to plan a feature before coding.
Skill Claude CodeCodex
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.