Plugin Claude Code
Wake Commerce plugin marketplace. Agents, skills, and commands for building headless storefronts on the Wake Commerce Storefront API.
Plugin Claude Code
Wake Commerce plugin marketplace. Agents, skills, and commands for building headless storefronts on the Wake Commerce Storefront API.
Plugin Claude Code
Wake Commerce development assistance for headless storefronts. Teaches product queries, checkout flow, cart, customer API, and GraphQL patterns.
MCP server Claude CodeCodexCursor
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
Instructions file
Instructions for wake-engineering/ai-plugin, covering claude.md, repository shape, plugin content rules (non-obvious) and environment.
Agent
Wake Commerce checkout flow design specialist. Use when designing checkout, shipping, payment, or order completion. References wake-storefront-api and wake-checkout-flow skills.
Agent
Code quality specialist. Use when reviewing style, patterns, maintainability, or best practices for Wake Commerce storefront code.
Agent
GraphQL design specialist. Use when designing schema usage, queries, fragments, or batching for Wake Commerce Storefront API.
Agent
Wake Storefront reference to headless migration specialist. Use when migrating from Wake Storefront templates, porting Queries/.graphql, or aligning with production patterns. References wake-storefront-api and wake-storefront-reference-patterns skills.
Agent
Senior performance engineer for Wake Commerce storefronts. Use when the user asks about Core Web Vitals (LCP/INP/CLS), GraphQL query optimization, caching strategy, image/asset performance, load/stress testing, capacity planning, or diagnosing latency/regression issues.
Agent
Test design and validation specialist. Use when designing E2E tests, contract tests, or acceptance criteria for Wake Commerce storefronts.
Agent
Senior security auditor for Wake Commerce storefronts. Use when the user requests a security review, asks about token handling, OWASP/NIST compliance, threat modeling, or before merging changes that touch auth, secrets, input validation, or dependency upgrades.
Agent
Wake Commerce Storefront API specialist. Use when building headless storefronts, product pages, search, checkout, cart, or customer flows. References wake-storefront-api skill for GraphQL patterns.
Command
Implement full Wake Commerce checkout sequence. createCheckout → checkoutCustomerAssociate → checkoutAddressAssociate → shippingQuotes → checkoutSelectShippingQuote → checkoutAddCoupon → paymentMethods → checkoutSelectPaymentMethod → checkoutComplete.
Command
Code quality review for Wake Commerce storefront. Style, patterns, maintainability, TypeScript hygiene, and alignment with Wake skills. Delegates detailed review to the wake-code-reviewer agent.
Command
Port Wake Storefront reference Queries/.graphql to headless. Extract root field, args, fragment; generate equivalent headless query; map to target framework.
Command
Performance review for Wake Commerce storefront. Covers GraphQL query shape, caching, images, and Core Web Vitals. Delegates Lighthouse capture to the web-performance-audit skill and detailed analysis to the wake-performance-engineer agent.
Command
Build a Wake Commerce product detail page. Load product by productId, resolve variant via attributeSelections, render prices/images/add-to-cart. Handles addToCartFromSpot, customizations, subscriptions.
Command
GraphQL query design review for Wake Commerce storefronts. Schema alignment, fragments, batching, and field-selection hygiene. Delegates detailed redesign to the wake-graphql-architect agent.
Command
Build a Wake Commerce search page. Call search(query, partnerAccessToken), use productsByOffset for pagination, apply filters and aggregations.
Command
Security audit for Wake Commerce storefront. Review token handling, auth, data exposure, OWASP alignment. Delegates detailed analysis to the wake-security-auditor agent.
Command
Generate a test plan for a Wake Commerce storefront feature. Defines E2E scenarios, contract tests, and acceptance criteria. Delegates detailed test design to the wake-qa-expert agent.
Skill Claude CodeCodex
Wake Commerce checkout mutation sequence. Use when implementing or debugging checkout, shipping, payment, or order completion. Triggers on: checkout flow, createCheckout, checkoutComplete, shipping selection, payment selection, Wake checkout.
Skill Claude CodeCodex
Wake Commerce hotsite and landing pages. Use when building landing pages, promotional pages, or campaign URLs. Triggers on: hotsite, banners, contents, landing page, promotional page.
Skill Claude CodeCodex
Wake Commerce variant resolution and add-to-cart. Use when building product detail pages, resolving variants via attributeSelections, or handling customizations and subscriptions. Triggers on: variants, attributeSelections, matrix, selectedVariant, customizations, subscriptionGroups, add-to-cart.