wake-scriban
25Skill Claude CodeCodex
Scriban templating language as used inside Wake Storefront SSR .html files. Use whenever the user writes, edits, debugs, or explains Scriban code — {{ ... }} blocks, {{ }} whitespace control, {{##.
Skill Claude CodeCodex
Scriban templating language as used inside Wake Storefront SSR .html files. Use whenever the user writes, edits, debugs, or explains Scriban code — {{ ... }} blocks, {{ }} whitespace control, {{##.
Skill Claude CodeCodex
Wake Commerce Storefront API for headless storefronts. Use when building product pages, search, checkout, cart, or customer flows. Triggers on: Wake Storefront API, Wake Commerce GraphQL, product queries, checkout flow, cart, headless storefront.
Skill Claude CodeCodex
Wake Storefront reference to headless mapping. Use when migrating from Wake Storefront templates, porting Queries/.graphql, or aligning with production patterns. Triggers on: migrate, reference, Queries, productId vs handle, attributeSelections, addToCartFromSpot.
Skill Claude CodeCodex
Wake Commerce storefront template (sometimes called a "theme") anatomy — the required root folders (Assets, Blocks, Components, Configs, Emails, Pages, Queries, Root, Snippets) and the contracts behind Configs/components.json, Configs/pages.json, Configs/settings.json, Configs/emails.json, the Snippets/SnippetQueries…
Skill Claude CodeCodex
Web performance and Lighthouse audits. Use when checking storefront performance, Core Web Vitals, accessibility, SEO, or best practices. Triggers on: performance audit, Lighthouse, PageSpeed, Core Web Vitals, LCP, CLS, INP, accessibility check.
Command
Internal maintainer command. Copy only spec-derived plugin artifacts to the publish repository. Reads tooling/rules/publish-copy.mdc for inclusion/exclusion. Destination from .env.local (PUBLISHREPOPATH), .publish-config.json, or env (config overrides env). Lives under tooling/ and is NEVER published to the…
Cursor rule
Publish-copy rule. Defines inclusion (spec-derived paths to copy) and exclusion (internal tooling to never copy). The /publish-copy command MUST read this rule and copy only inclusion paths.