[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-wix-headless":3,"mdc--6wqmx-key":36,"related-repo-openai-wix-headless":1713,"related-org-openai-wix-headless":1834},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"wix-headless","build and host Wix Headless sites","Build a complete Wix Managed Headless site from a single prompt, OR connect an existing project (HTML\u002FJSX\u002FVite app, Claude Design output, etc.) to Wix Headless for hosting + Business Solutions. Entry point for both: (1) new-site requests — runs discovery, design, feature wiring, and preview; and (2) existing-project requests — runs `npm create @wix\u002Fnew@latest init`, analyzes the project for needed Business Solutions, installs apps, **wires the Wix SDK into the existing source files so each installed app actually powers its corresponding feature**, and releases. Triggers: build me a site, create a website, make me a website, new website, online store, I want to sell X, start a business online, launch a site, ecommerce, portfolio, business website, sell online, online shop, connect this to Wix Headless, add Wix Headless to this project, host this on Wix, deploy this to Wix, implement the features of this project using Wix Headless. Use this skill instead of the WixSiteBuilder MCP tool for new-site requests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Wix","wix","tag",{"name":17,"slug":18,"type":15},"CMS","cms",{"name":20,"slug":21,"type":15},"Web Development","web-development",{"name":23,"slug":24,"type":15},"Frontend","frontend",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fwix\u002Fskills\u002Fwix-headless","---\nname: wix-headless\ndescription: \"Build a complete Wix Managed Headless site from a single prompt, OR connect an existing project (HTML\u002FJSX\u002FVite app, Claude Design output, etc.) to Wix Headless for hosting + Business Solutions. Entry point for both: (1) new-site requests — runs discovery, design, feature wiring, and preview; and (2) existing-project requests — runs `npm create @wix\u002Fnew@latest init`, analyzes the project for needed Business Solutions, installs apps, **wires the Wix SDK into the existing source files so each installed app actually powers its corresponding feature**, and releases. Triggers: build me a site, create a website, make me a website, new website, online store, I want to sell X, start a business online, launch a site, ecommerce, portfolio, business website, sell online, online shop, connect this to Wix Headless, add Wix Headless to this project, host this on Wix, deploy this to Wix, implement the features of this project using Wix Headless. Use this skill instead of the WixSiteBuilder MCP tool for new-site requests.\"\nallowed-tools:\n  - Bash(cd *)\n  - Bash(npx @wix\u002Fcli@latest *)\n  - Bash(npx @wix\u002Fcli *)\n  - Bash(npm create @wix\u002Fnew@latest *)\n  - Bash(npm install *)\n  - Bash(npm run *)\n  - Bash(node *)\n  - Bash(bash *)\n  - Bash(curl *)\n  - Bash(ls *)\n  - Bash(grep *)\n  - Bash(find *)\n  - Bash(cat *)\n  - Bash(head *)\n  - Bash(wc *)\n  - Bash(mkdir *)\n  - Bash(cp *)\n  - Read\n  - Write\n  - Edit\n  - Skill\n  - Agent\n---\n\n# Wix Headless\n\n**Run flow is owned by the conductor, split at the approval gate: `references\u002FPLAN.md`** (pre-approval — mode routing, the Discovery questions, the plan + approval gate, the latency-hiding background dispatches) **then `references\u002FBUILD.md`** (post-approval — Setup → Seed → Components → Pages → Build → Release). The domain\u002Fstep files (`DISCOVERY.md`, `SETUP.md`, `SEED.md`, `DESIGN_SYSTEM.md`, `COMPOSE.md`, the per-vertical references) describe only *what* each step does; they do not name the sequence. **Start a run by opening `PLAN.md`**; open `BUILD.md` when the user approves the plan. All site operations use `npx @wix\u002Fcli@latest token` + `curl` — no MCP.\n\n> **Explicit invocation only.** Do not auto-route on generic \"build me a site\" prompts; production `wix-headless` should win those unless the user names this skill.\n\n## Path resolution — read this first\n\nYour CWD at runtime is the **project directory** (scaffold subdir after setup), not the skill root. Compute `\u003CSKILL_ROOT>` from this file: `\u003CSKILL_ROOT>\u002FSKILL.md` — strip `\u002FSKILL.md`. Hold the absolute path in session scratch. Also hold `\u003Csite-root>` (eval run dir where `.wix\u002Fsite.json` lives — parent of scaffold) from `SETUP.md` Step 1.\n\n| What | Absolute path |\n|---|---|\n| Discovery flow | `\u003CSKILL_ROOT>\u002Freferences\u002FDISCOVERY.md` |\n| Setup flow | `\u003CSKILL_ROOT>\u002Freferences\u002FSETUP.md` |\n| Seed flow | `\u003CSKILL_ROOT>\u002Freferences\u002FSEED.md` |\n| Pre-approval funnel (plan) | `\u003CSKILL_ROOT>\u002Freferences\u002FPLAN.md` |\n| Post-approval build | `\u003CSKILL_ROOT>\u002Freferences\u002FBUILD.md` |\n| Seed recipe map (human ref) | `\u003CSKILL_ROOT>\u002Freferences\u002Fseed-recipes.md` |\n| Auth + REST headers | `\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FAUTHENTICATION.md` |\n| Public doc endpoints | `\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FDOCS_SEARCH.md` |\n| Return contract | `\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FRETURN_CONTRACT.md` |\n| Implementer shared behavior | `\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FIMPLEMENTER.md` |\n| Image generation | `\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FIMAGE_GENERATION.md` |\n| Design-system Designer (design spec, JSON only) | `\u003CSKILL_ROOT>\u002Freferences\u002FDESIGN_SYSTEM.md` |\n| Design-system Composer (writes the 6 files) | `\u003CSKILL_ROOT>\u002Freferences\u002Fastro\u002FCOMPOSE.md` |\n| Composer astro skeletons | `\u003CSKILL_ROOT>\u002Freferences\u002Fastro\u002Ftemplates\u002F` |\n| Vertical packs (discovery) | `\u003CSKILL_ROOT>\u002Freferences\u002Fverticals\u002F` |\n| Per-vertical instructions | `\u003CSKILL_ROOT>\u002Freferences\u002F{stores,ecom,cms,blog,forms,gift-cards,images}\u002FINSTRUCTIONS.md` |\n| Phase 4 page-designer scopes | `\u003CSKILL_ROOT>\u002Freferences\u002Fastro\u002Fdesigner\u002FINSTRUCTIONS.md` |\n| Templates | `\u003CSKILL_ROOT>\u002Freferences\u002Fastro\u002Ftemplates\u002F` |\n| Shared utilities (copied by seed-utilities) | `\u003CSKILL_ROOT>\u002Fshared-utilities\u002F` |\n| Known app IDs | `\u003CSKILL_ROOT>\u002Freferences\u002Fcommands\u002Fknown-apps.json` |\n| Scripts | `\u003CSKILL_ROOT>\u002Fscripts\u002F` |\n\n**Do NOT Read subagent role\u002Finstruction docs in the orchestrator** — pass the absolute path; the subagent opens it. This covers **every** doc whose body is written *for a subagent to follow*, not just files literally named `INSTRUCTIONS.md`: `DESIGN_SYSTEM.md` (Designer), `astro\u002FCOMPOSE.md` (Composer), `astro\u002Fdesigner\u002FINSTRUCTIONS.md` (page designers), the per-vertical `INSTRUCTIONS.md` routers, and the per-vertical guides under `references\u002Fastro\u002F`. The orchestrator only needs to know **which inputs to inline** for each dispatch — and that list lives in `BUILD.md`'s dispatch steps, not in the role doc. Reading a role doc to \"prepare a dispatch\" pulls 5–14 KB of subagent-only how-to into the orchestrator's context, which it then has to reason over on the dispatch turn — measurably inflating bridge turns. The orchestrator's own reading set is the conductor\u002Fdomain docs only: `PLAN.md`, `BUILD.md`, `DISCOVERY.md`, `SETUP.md`, `SEED.md`, and `references\u002Fverticals\u002F*.md`.\n\nWhen and how each subagent is dispatched (Designer, Composer, seeders, image phases, vertical Components\u002FPages) is owned by the conductor (`references\u002FPLAN.md` pre-approval, `references\u002FBUILD.md` post-approval), not listed here.\n\n## Authentication\n\nEvery Wix API call uses `@wix\u002Fcli` + `curl`:\n\n```\nAuthorization: Bearer $(npx @wix\u002Fcli@latest token --site \"$SITE_ID\")\nwix-site-id: $SITE_ID\n```\n\n`wix login` is safe from non-interactive agents (URL + user code written to stderr, exits non-zero once the browser flow concludes). Full recovery ladder: `\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FAUTHENTICATION.md`.\n\n## Subagent model tier\n\nMatch each subagent's task to one of two tiers; dispatch with the model\nyour environment provides for that tier. Apply by lookup, not deliberation.\n\n**Fast tier** — recipe-following work whose return is JSON of IDs\u002FURLs.\nNo source-code authoring, no creative judgment.\n\n- All Seeder subagents (stores, cms, blog, forms, future verticals)\n- Image-generation subagents (while still dispatched as subagents)\n\n**Default tier** — everything else.\n\n- Design System \u002F Designer (brand-voice CSS, type, layout)\n- Phase 3 Components (SDK composition, hooks, JSX)\n- Phase 4 Pages (cross-file dependencies, brand-voice content)\n- Any subagent that authors files the build will consume\n\nIf unsure, pick default. Do not weigh alternatives per dispatch — the\nchoice is determined by the task type, not by the subject matter of\nthe run.\n\n\n## When this skill triggers\n\nExplicit invocation only. **Two entry paths — decide before doing anything else.**\n\n### Path A — New site from a prompt (default)\n\nInfer vertical(s) from the opening message and load the **full resolved pack set** (top-level + `requires:` transitives + always-on `cms`) in one read batch — routing examples: stores → stores+cms+ecom+gift-cards; blog → blog+cms; etc. If the prompt is too vague, ask one conversational clarifier (NOT `AskUserQuestion`): *\"What do you want your site to do — sell things, publish content, take bookings?\"*\n\n> **Do NOT call `WixSiteBuilder` MCP** for new-site requests — same intent, different flow; calling both produces a duplicated, conflicting build. This skill is the sole entry point.\n\n### Path B — Existing project → custom frontend (not available yet)\n\nTriggers: *\"connect this to Wix Headless\"*, *\"add Wix Headless to this project\"*, *\"host this on Wix\"*, *\"deploy this to Wix\"*, *\"implement the features … using Wix Headless\"*, or any \"Wix Headless\" prompt against a non-empty working directory. Decide by working-directory contents:\n\n| Working directory contents | Path |\n|---|---|\n| Empty, or freshly scaffolded by `scaffold.sh` | A (astro, supported) |\n| Source files (`index.html`, `*.jsx`, `*.tsx`, …) AND no `wix.config.json` | **custom — not available yet** |\n| `wix.config.json` + Astro structure (`src\u002F`, `astro.config.mjs`) | resume a prior wix-headless run — ask \"continue or start fresh?\" via `AskUserQuestion` |\n| `wix.config.json` + non-Astro frontend | **custom — not available yet** |\n\n**Custom (non-astro) frontends route to the stub.** When the working directory holds a non-astro project, the run does **not** author anything — it opens `\u003CSKILL_ROOT>\u002Freferences\u002Fcustom\u002FINSTRUCTIONS.md`, surfaces the not-available message, and stops (`DISCOVERY.md` § \"Custom (non-astro) — not available yet\"; `PLAN.md` § \"Custom (non-astro) frontends — not available yet\"). The retired Integrate flow (`SETUP.md` § \"Existing project flow\" E1–E6, especially the E4 SDK-wiring recipe) is kept as a **historical reference** for the eventual custom authoring track — it is no longer dispatched.\n\n### Frontend modes (the `.wix\u002Fsite.json.frontend` axis)\n\nPath A vs Path B is the routing question. The `frontend` value is the **downstream branching axis** — the orchestrator holds it in session scratch and either branches on it directly or passes it to scripts as a `--frontend` flag. (It is also persisted to `.wix\u002Fsite.json` as a resume fallback, but the live run reads scratch, not the file.) The axis is binary:\n\n| `frontend` | Mode |\n|---|---|\n| `astro` | Scaffold + full build (the only supported frontend; full playbook under `references\u002Fastro\u002F`) |\n| `custom` (anything non-astro) | **Not available yet** — routed to `references\u002Fcustom\u002FINSTRUCTIONS.md`, surfaces the not-available message, no authoring |\n\n`DISCOVERY.md` § \"Wave 0 — Mode detection\" decides which value to set and records it via `init-site-json.mjs --frontend \u003Cvalue>` (on the astro path only). **Which flow each value runs is owned by `PLAN.md` § \"Frontend-mode routing\".**\n\n### Two tracks (business vs frontend)\n\nThe skill runs two semi-independent tracks (business = frontend-blind site\u002Fapp\u002Fseed work; frontend = scaffold\u002Fdesign\u002Fcomponents\u002Fpages\u002Fbuild) that the orchestrator interleaves for wall-time. **The track model and interleaving are owned by `PLAN.md` § \"Two tracks\".**\n\n### When NOT to use this skill\n\n| Scenario | Use instead |\n|---|---|\n| Scaffold-only with no further design\u002Fwiring | `bash \u003CSKILL_ROOT>\u002Fscripts\u002Fscaffold.sh \u003Cslug> \"\u003CBrand>\"` |\n| Release an existing wix-headless project | `bash \u003CSKILL_ROOT>\u002Fscripts\u002Frelease.sh` (from project dir) |\n| Install a Wix app onto an existing site | Follow `\u003CSKILL_ROOT>\u002Freferences\u002Fcommands\u002Finstall-app.md` |\n| Add a feature \u002F restyle a prior wix-headless run | Resume on disk; ask whether to start fresh |\n\n> Read individual `.md` files under `references\u002Fverticals\u002F`; `Read` on the directory returns `EISDIR`.\n\n## The run\n\nThe whole run — Discovery → Setup → design-system bridge → Seed → Components → Pages → Build → Release, with every dispatch, handle, wait, and transition — is owned by the conductor: **`references\u002FPLAN.md`** (pre-approval) then **`references\u002FBUILD.md`** (post-approval). Open `PLAN.md` to start a run. This file does not duplicate the sequence.\n\nWall-time targets: discovery ≤ 80 s (excl. user think-time); setup foreground ≤ 25 s; seed longest pole ≤ 120 s. Full-build target: ≤ 600 s prompt-to-live-URL when all phases run.\n\n## Verticals\n\nPack frontmatter in `references\u002Fverticals\u002F` is **discovery-only**. Post-seed work uses `INSTRUCTIONS.md` + templates under each vertical directory.\n\nUpstream: `@skills\u002Fwix-manage` (seed + app install recipes).\n\nCurrent packs: `stores`, `ecom`, `gift-cards`, `cms`, `blog`, `forms`. Schema: `references\u002Fverticals\u002F_schema.md` + `_schema.json`.\n",{"data":37,"body":61},{"name":4,"description":6,"allowed-tools":38},[39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60],"Bash(cd *)","Bash(npx @wix\u002Fcli@latest *)","Bash(npx @wix\u002Fcli *)","Bash(npm create @wix\u002Fnew@latest *)","Bash(npm install *)","Bash(npm run *)","Bash(node *)","Bash(bash *)","Bash(curl *)","Bash(ls *)","Bash(grep *)","Bash(find *)","Bash(cat *)","Bash(head *)","Bash(wc *)","Bash(mkdir *)","Bash(cp *)","Read","Write","Edit","Skill","Agent",{"type":62,"children":63},"root",[64,72,186,207,214,273,657,780,799,805,824,836,853,859,864,874,889,899,922,927,933,943,950,990,1011,1017,1053,1196,1249,1263,1297,1377,1407,1413,1430,1436,1526,1564,1570,1602,1607,1613,1639,1652],{"type":65,"tag":66,"props":67,"children":68},"element","h1",{"id":4},[69],{"type":70,"value":71},"text","Wix Headless",{"type":65,"tag":73,"props":74,"children":75},"p",{},[76,89,91,102,104,110,112,118,119,125,126,132,133,139,141,147,149,160,162,168,170,176,178,184],{"type":65,"tag":77,"props":78,"children":79},"strong",{},[80,82],{"type":70,"value":81},"Run flow is owned by the conductor, split at the approval gate: ",{"type":65,"tag":83,"props":84,"children":86},"code",{"className":85},[],[87],{"type":70,"value":88},"references\u002FPLAN.md",{"type":70,"value":90}," (pre-approval — mode routing, the Discovery questions, the plan + approval gate, the latency-hiding background dispatches) ",{"type":65,"tag":77,"props":92,"children":93},{},[94,96],{"type":70,"value":95},"then ",{"type":65,"tag":83,"props":97,"children":99},{"className":98},[],[100],{"type":70,"value":101},"references\u002FBUILD.md",{"type":70,"value":103}," (post-approval — Setup → Seed → Components → Pages → Build → Release). The domain\u002Fstep files (",{"type":65,"tag":83,"props":105,"children":107},{"className":106},[],[108],{"type":70,"value":109},"DISCOVERY.md",{"type":70,"value":111},", ",{"type":65,"tag":83,"props":113,"children":115},{"className":114},[],[116],{"type":70,"value":117},"SETUP.md",{"type":70,"value":111},{"type":65,"tag":83,"props":120,"children":122},{"className":121},[],[123],{"type":70,"value":124},"SEED.md",{"type":70,"value":111},{"type":65,"tag":83,"props":127,"children":129},{"className":128},[],[130],{"type":70,"value":131},"DESIGN_SYSTEM.md",{"type":70,"value":111},{"type":65,"tag":83,"props":134,"children":136},{"className":135},[],[137],{"type":70,"value":138},"COMPOSE.md",{"type":70,"value":140},", the per-vertical references) describe only ",{"type":65,"tag":142,"props":143,"children":144},"em",{},[145],{"type":70,"value":146},"what",{"type":70,"value":148}," each step does; they do not name the sequence. ",{"type":65,"tag":77,"props":150,"children":151},{},[152,154],{"type":70,"value":153},"Start a run by opening ",{"type":65,"tag":83,"props":155,"children":157},{"className":156},[],[158],{"type":70,"value":159},"PLAN.md",{"type":70,"value":161},"; open ",{"type":65,"tag":83,"props":163,"children":165},{"className":164},[],[166],{"type":70,"value":167},"BUILD.md",{"type":70,"value":169}," when the user approves the plan. All site operations use ",{"type":65,"tag":83,"props":171,"children":173},{"className":172},[],[174],{"type":70,"value":175},"npx @wix\u002Fcli@latest token",{"type":70,"value":177}," + ",{"type":65,"tag":83,"props":179,"children":181},{"className":180},[],[182],{"type":70,"value":183},"curl",{"type":70,"value":185}," — no MCP.",{"type":65,"tag":187,"props":188,"children":189},"blockquote",{},[190],{"type":65,"tag":73,"props":191,"children":192},{},[193,198,200,205],{"type":65,"tag":77,"props":194,"children":195},{},[196],{"type":70,"value":197},"Explicit invocation only.",{"type":70,"value":199}," Do not auto-route on generic \"build me a site\" prompts; production ",{"type":65,"tag":83,"props":201,"children":203},{"className":202},[],[204],{"type":70,"value":4},{"type":70,"value":206}," should win those unless the user names this skill.",{"type":65,"tag":208,"props":209,"children":211},"h2",{"id":210},"path-resolution-read-this-first",[212],{"type":70,"value":213},"Path resolution — read this first",{"type":65,"tag":73,"props":215,"children":216},{},[217,219,224,226,232,234,240,242,248,250,256,258,264,266,271],{"type":70,"value":218},"Your CWD at runtime is the ",{"type":65,"tag":77,"props":220,"children":221},{},[222],{"type":70,"value":223},"project directory",{"type":70,"value":225}," (scaffold subdir after setup), not the skill root. Compute ",{"type":65,"tag":83,"props":227,"children":229},{"className":228},[],[230],{"type":70,"value":231},"\u003CSKILL_ROOT>",{"type":70,"value":233}," from this file: ",{"type":65,"tag":83,"props":235,"children":237},{"className":236},[],[238],{"type":70,"value":239},"\u003CSKILL_ROOT>\u002FSKILL.md",{"type":70,"value":241}," — strip ",{"type":65,"tag":83,"props":243,"children":245},{"className":244},[],[246],{"type":70,"value":247},"\u002FSKILL.md",{"type":70,"value":249},". Hold the absolute path in session scratch. Also hold ",{"type":65,"tag":83,"props":251,"children":253},{"className":252},[],[254],{"type":70,"value":255},"\u003Csite-root>",{"type":70,"value":257}," (eval run dir where ",{"type":65,"tag":83,"props":259,"children":261},{"className":260},[],[262],{"type":70,"value":263},".wix\u002Fsite.json",{"type":70,"value":265}," lives — parent of scaffold) from ",{"type":65,"tag":83,"props":267,"children":269},{"className":268},[],[270],{"type":70,"value":117},{"type":70,"value":272}," Step 1.",{"type":65,"tag":274,"props":275,"children":276},"table",{},[277,296],{"type":65,"tag":278,"props":279,"children":280},"thead",{},[281],{"type":65,"tag":282,"props":283,"children":284},"tr",{},[285,291],{"type":65,"tag":286,"props":287,"children":288},"th",{},[289],{"type":70,"value":290},"What",{"type":65,"tag":286,"props":292,"children":293},{},[294],{"type":70,"value":295},"Absolute path",{"type":65,"tag":297,"props":298,"children":299},"tbody",{},[300,318,335,352,369,386,403,420,437,454,471,488,505,522,539,556,573,590,606,623,640],{"type":65,"tag":282,"props":301,"children":302},{},[303,309],{"type":65,"tag":304,"props":305,"children":306},"td",{},[307],{"type":70,"value":308},"Discovery flow",{"type":65,"tag":304,"props":310,"children":311},{},[312],{"type":65,"tag":83,"props":313,"children":315},{"className":314},[],[316],{"type":70,"value":317},"\u003CSKILL_ROOT>\u002Freferences\u002FDISCOVERY.md",{"type":65,"tag":282,"props":319,"children":320},{},[321,326],{"type":65,"tag":304,"props":322,"children":323},{},[324],{"type":70,"value":325},"Setup flow",{"type":65,"tag":304,"props":327,"children":328},{},[329],{"type":65,"tag":83,"props":330,"children":332},{"className":331},[],[333],{"type":70,"value":334},"\u003CSKILL_ROOT>\u002Freferences\u002FSETUP.md",{"type":65,"tag":282,"props":336,"children":337},{},[338,343],{"type":65,"tag":304,"props":339,"children":340},{},[341],{"type":70,"value":342},"Seed flow",{"type":65,"tag":304,"props":344,"children":345},{},[346],{"type":65,"tag":83,"props":347,"children":349},{"className":348},[],[350],{"type":70,"value":351},"\u003CSKILL_ROOT>\u002Freferences\u002FSEED.md",{"type":65,"tag":282,"props":353,"children":354},{},[355,360],{"type":65,"tag":304,"props":356,"children":357},{},[358],{"type":70,"value":359},"Pre-approval funnel (plan)",{"type":65,"tag":304,"props":361,"children":362},{},[363],{"type":65,"tag":83,"props":364,"children":366},{"className":365},[],[367],{"type":70,"value":368},"\u003CSKILL_ROOT>\u002Freferences\u002FPLAN.md",{"type":65,"tag":282,"props":370,"children":371},{},[372,377],{"type":65,"tag":304,"props":373,"children":374},{},[375],{"type":70,"value":376},"Post-approval build",{"type":65,"tag":304,"props":378,"children":379},{},[380],{"type":65,"tag":83,"props":381,"children":383},{"className":382},[],[384],{"type":70,"value":385},"\u003CSKILL_ROOT>\u002Freferences\u002FBUILD.md",{"type":65,"tag":282,"props":387,"children":388},{},[389,394],{"type":65,"tag":304,"props":390,"children":391},{},[392],{"type":70,"value":393},"Seed recipe map (human ref)",{"type":65,"tag":304,"props":395,"children":396},{},[397],{"type":65,"tag":83,"props":398,"children":400},{"className":399},[],[401],{"type":70,"value":402},"\u003CSKILL_ROOT>\u002Freferences\u002Fseed-recipes.md",{"type":65,"tag":282,"props":404,"children":405},{},[406,411],{"type":65,"tag":304,"props":407,"children":408},{},[409],{"type":70,"value":410},"Auth + REST headers",{"type":65,"tag":304,"props":412,"children":413},{},[414],{"type":65,"tag":83,"props":415,"children":417},{"className":416},[],[418],{"type":70,"value":419},"\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FAUTHENTICATION.md",{"type":65,"tag":282,"props":421,"children":422},{},[423,428],{"type":65,"tag":304,"props":424,"children":425},{},[426],{"type":70,"value":427},"Public doc endpoints",{"type":65,"tag":304,"props":429,"children":430},{},[431],{"type":65,"tag":83,"props":432,"children":434},{"className":433},[],[435],{"type":70,"value":436},"\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FDOCS_SEARCH.md",{"type":65,"tag":282,"props":438,"children":439},{},[440,445],{"type":65,"tag":304,"props":441,"children":442},{},[443],{"type":70,"value":444},"Return contract",{"type":65,"tag":304,"props":446,"children":447},{},[448],{"type":65,"tag":83,"props":449,"children":451},{"className":450},[],[452],{"type":70,"value":453},"\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FRETURN_CONTRACT.md",{"type":65,"tag":282,"props":455,"children":456},{},[457,462],{"type":65,"tag":304,"props":458,"children":459},{},[460],{"type":70,"value":461},"Implementer shared behavior",{"type":65,"tag":304,"props":463,"children":464},{},[465],{"type":65,"tag":83,"props":466,"children":468},{"className":467},[],[469],{"type":70,"value":470},"\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FIMPLEMENTER.md",{"type":65,"tag":282,"props":472,"children":473},{},[474,479],{"type":65,"tag":304,"props":475,"children":476},{},[477],{"type":70,"value":478},"Image generation",{"type":65,"tag":304,"props":480,"children":481},{},[482],{"type":65,"tag":83,"props":483,"children":485},{"className":484},[],[486],{"type":70,"value":487},"\u003CSKILL_ROOT>\u002Freferences\u002Fshared\u002FIMAGE_GENERATION.md",{"type":65,"tag":282,"props":489,"children":490},{},[491,496],{"type":65,"tag":304,"props":492,"children":493},{},[494],{"type":70,"value":495},"Design-system Designer (design spec, JSON only)",{"type":65,"tag":304,"props":497,"children":498},{},[499],{"type":65,"tag":83,"props":500,"children":502},{"className":501},[],[503],{"type":70,"value":504},"\u003CSKILL_ROOT>\u002Freferences\u002FDESIGN_SYSTEM.md",{"type":65,"tag":282,"props":506,"children":507},{},[508,513],{"type":65,"tag":304,"props":509,"children":510},{},[511],{"type":70,"value":512},"Design-system Composer (writes the 6 files)",{"type":65,"tag":304,"props":514,"children":515},{},[516],{"type":65,"tag":83,"props":517,"children":519},{"className":518},[],[520],{"type":70,"value":521},"\u003CSKILL_ROOT>\u002Freferences\u002Fastro\u002FCOMPOSE.md",{"type":65,"tag":282,"props":523,"children":524},{},[525,530],{"type":65,"tag":304,"props":526,"children":527},{},[528],{"type":70,"value":529},"Composer astro skeletons",{"type":65,"tag":304,"props":531,"children":532},{},[533],{"type":65,"tag":83,"props":534,"children":536},{"className":535},[],[537],{"type":70,"value":538},"\u003CSKILL_ROOT>\u002Freferences\u002Fastro\u002Ftemplates\u002F",{"type":65,"tag":282,"props":540,"children":541},{},[542,547],{"type":65,"tag":304,"props":543,"children":544},{},[545],{"type":70,"value":546},"Vertical packs (discovery)",{"type":65,"tag":304,"props":548,"children":549},{},[550],{"type":65,"tag":83,"props":551,"children":553},{"className":552},[],[554],{"type":70,"value":555},"\u003CSKILL_ROOT>\u002Freferences\u002Fverticals\u002F",{"type":65,"tag":282,"props":557,"children":558},{},[559,564],{"type":65,"tag":304,"props":560,"children":561},{},[562],{"type":70,"value":563},"Per-vertical instructions",{"type":65,"tag":304,"props":565,"children":566},{},[567],{"type":65,"tag":83,"props":568,"children":570},{"className":569},[],[571],{"type":70,"value":572},"\u003CSKILL_ROOT>\u002Freferences\u002F{stores,ecom,cms,blog,forms,gift-cards,images}\u002FINSTRUCTIONS.md",{"type":65,"tag":282,"props":574,"children":575},{},[576,581],{"type":65,"tag":304,"props":577,"children":578},{},[579],{"type":70,"value":580},"Phase 4 page-designer scopes",{"type":65,"tag":304,"props":582,"children":583},{},[584],{"type":65,"tag":83,"props":585,"children":587},{"className":586},[],[588],{"type":70,"value":589},"\u003CSKILL_ROOT>\u002Freferences\u002Fastro\u002Fdesigner\u002FINSTRUCTIONS.md",{"type":65,"tag":282,"props":591,"children":592},{},[593,598],{"type":65,"tag":304,"props":594,"children":595},{},[596],{"type":70,"value":597},"Templates",{"type":65,"tag":304,"props":599,"children":600},{},[601],{"type":65,"tag":83,"props":602,"children":604},{"className":603},[],[605],{"type":70,"value":538},{"type":65,"tag":282,"props":607,"children":608},{},[609,614],{"type":65,"tag":304,"props":610,"children":611},{},[612],{"type":70,"value":613},"Shared utilities (copied by seed-utilities)",{"type":65,"tag":304,"props":615,"children":616},{},[617],{"type":65,"tag":83,"props":618,"children":620},{"className":619},[],[621],{"type":70,"value":622},"\u003CSKILL_ROOT>\u002Fshared-utilities\u002F",{"type":65,"tag":282,"props":624,"children":625},{},[626,631],{"type":65,"tag":304,"props":627,"children":628},{},[629],{"type":70,"value":630},"Known app IDs",{"type":65,"tag":304,"props":632,"children":633},{},[634],{"type":65,"tag":83,"props":635,"children":637},{"className":636},[],[638],{"type":70,"value":639},"\u003CSKILL_ROOT>\u002Freferences\u002Fcommands\u002Fknown-apps.json",{"type":65,"tag":282,"props":641,"children":642},{},[643,648],{"type":65,"tag":304,"props":644,"children":645},{},[646],{"type":70,"value":647},"Scripts",{"type":65,"tag":304,"props":649,"children":650},{},[651],{"type":65,"tag":83,"props":652,"children":654},{"className":653},[],[655],{"type":70,"value":656},"\u003CSKILL_ROOT>\u002Fscripts\u002F",{"type":65,"tag":73,"props":658,"children":659},{},[660,665,667,672,674,679,681,687,689,694,696,702,704,710,712,717,719,725,727,732,734,739,741,746,747,752,753,758,759,764,765,770,772,778],{"type":65,"tag":77,"props":661,"children":662},{},[663],{"type":70,"value":664},"Do NOT Read subagent role\u002Finstruction docs in the orchestrator",{"type":70,"value":666}," — pass the absolute path; the subagent opens it. This covers ",{"type":65,"tag":77,"props":668,"children":669},{},[670],{"type":70,"value":671},"every",{"type":70,"value":673}," doc whose body is written ",{"type":65,"tag":142,"props":675,"children":676},{},[677],{"type":70,"value":678},"for a subagent to follow",{"type":70,"value":680},", not just files literally named ",{"type":65,"tag":83,"props":682,"children":684},{"className":683},[],[685],{"type":70,"value":686},"INSTRUCTIONS.md",{"type":70,"value":688},": ",{"type":65,"tag":83,"props":690,"children":692},{"className":691},[],[693],{"type":70,"value":131},{"type":70,"value":695}," (Designer), ",{"type":65,"tag":83,"props":697,"children":699},{"className":698},[],[700],{"type":70,"value":701},"astro\u002FCOMPOSE.md",{"type":70,"value":703}," (Composer), ",{"type":65,"tag":83,"props":705,"children":707},{"className":706},[],[708],{"type":70,"value":709},"astro\u002Fdesigner\u002FINSTRUCTIONS.md",{"type":70,"value":711}," (page designers), the per-vertical ",{"type":65,"tag":83,"props":713,"children":715},{"className":714},[],[716],{"type":70,"value":686},{"type":70,"value":718}," routers, and the per-vertical guides under ",{"type":65,"tag":83,"props":720,"children":722},{"className":721},[],[723],{"type":70,"value":724},"references\u002Fastro\u002F",{"type":70,"value":726},". The orchestrator only needs to know ",{"type":65,"tag":77,"props":728,"children":729},{},[730],{"type":70,"value":731},"which inputs to inline",{"type":70,"value":733}," for each dispatch — and that list lives in ",{"type":65,"tag":83,"props":735,"children":737},{"className":736},[],[738],{"type":70,"value":167},{"type":70,"value":740},"'s dispatch steps, not in the role doc. Reading a role doc to \"prepare a dispatch\" pulls 5–14 KB of subagent-only how-to into the orchestrator's context, which it then has to reason over on the dispatch turn — measurably inflating bridge turns. The orchestrator's own reading set is the conductor\u002Fdomain docs only: ",{"type":65,"tag":83,"props":742,"children":744},{"className":743},[],[745],{"type":70,"value":159},{"type":70,"value":111},{"type":65,"tag":83,"props":748,"children":750},{"className":749},[],[751],{"type":70,"value":167},{"type":70,"value":111},{"type":65,"tag":83,"props":754,"children":756},{"className":755},[],[757],{"type":70,"value":109},{"type":70,"value":111},{"type":65,"tag":83,"props":760,"children":762},{"className":761},[],[763],{"type":70,"value":117},{"type":70,"value":111},{"type":65,"tag":83,"props":766,"children":768},{"className":767},[],[769],{"type":70,"value":124},{"type":70,"value":771},", and ",{"type":65,"tag":83,"props":773,"children":775},{"className":774},[],[776],{"type":70,"value":777},"references\u002Fverticals\u002F*.md",{"type":70,"value":779},".",{"type":65,"tag":73,"props":781,"children":782},{},[783,785,790,792,797],{"type":70,"value":784},"When and how each subagent is dispatched (Designer, Composer, seeders, image phases, vertical Components\u002FPages) is owned by the conductor (",{"type":65,"tag":83,"props":786,"children":788},{"className":787},[],[789],{"type":70,"value":88},{"type":70,"value":791}," pre-approval, ",{"type":65,"tag":83,"props":793,"children":795},{"className":794},[],[796],{"type":70,"value":101},{"type":70,"value":798}," post-approval), not listed here.",{"type":65,"tag":208,"props":800,"children":802},{"id":801},"authentication",[803],{"type":70,"value":804},"Authentication",{"type":65,"tag":73,"props":806,"children":807},{},[808,810,816,817,822],{"type":70,"value":809},"Every Wix API call uses ",{"type":65,"tag":83,"props":811,"children":813},{"className":812},[],[814],{"type":70,"value":815},"@wix\u002Fcli",{"type":70,"value":177},{"type":65,"tag":83,"props":818,"children":820},{"className":819},[],[821],{"type":70,"value":183},{"type":70,"value":823},":",{"type":65,"tag":825,"props":826,"children":830},"pre",{"className":827,"code":829,"language":70},[828],"language-text","Authorization: Bearer $(npx @wix\u002Fcli@latest token --site \"$SITE_ID\")\nwix-site-id: $SITE_ID\n",[831],{"type":65,"tag":83,"props":832,"children":834},{"__ignoreMap":833},"",[835],{"type":70,"value":829},{"type":65,"tag":73,"props":837,"children":838},{},[839,845,847,852],{"type":65,"tag":83,"props":840,"children":842},{"className":841},[],[843],{"type":70,"value":844},"wix login",{"type":70,"value":846}," is safe from non-interactive agents (URL + user code written to stderr, exits non-zero once the browser flow concludes). Full recovery ladder: ",{"type":65,"tag":83,"props":848,"children":850},{"className":849},[],[851],{"type":70,"value":419},{"type":70,"value":779},{"type":65,"tag":208,"props":854,"children":856},{"id":855},"subagent-model-tier",[857],{"type":70,"value":858},"Subagent model tier",{"type":65,"tag":73,"props":860,"children":861},{},[862],{"type":70,"value":863},"Match each subagent's task to one of two tiers; dispatch with the model\nyour environment provides for that tier. Apply by lookup, not deliberation.",{"type":65,"tag":73,"props":865,"children":866},{},[867,872],{"type":65,"tag":77,"props":868,"children":869},{},[870],{"type":70,"value":871},"Fast tier",{"type":70,"value":873}," — recipe-following work whose return is JSON of IDs\u002FURLs.\nNo source-code authoring, no creative judgment.",{"type":65,"tag":875,"props":876,"children":877},"ul",{},[878,884],{"type":65,"tag":879,"props":880,"children":881},"li",{},[882],{"type":70,"value":883},"All Seeder subagents (stores, cms, blog, forms, future verticals)",{"type":65,"tag":879,"props":885,"children":886},{},[887],{"type":70,"value":888},"Image-generation subagents (while still dispatched as subagents)",{"type":65,"tag":73,"props":890,"children":891},{},[892,897],{"type":65,"tag":77,"props":893,"children":894},{},[895],{"type":70,"value":896},"Default tier",{"type":70,"value":898}," — everything else.",{"type":65,"tag":875,"props":900,"children":901},{},[902,907,912,917],{"type":65,"tag":879,"props":903,"children":904},{},[905],{"type":70,"value":906},"Design System \u002F Designer (brand-voice CSS, type, layout)",{"type":65,"tag":879,"props":908,"children":909},{},[910],{"type":70,"value":911},"Phase 3 Components (SDK composition, hooks, JSX)",{"type":65,"tag":879,"props":913,"children":914},{},[915],{"type":70,"value":916},"Phase 4 Pages (cross-file dependencies, brand-voice content)",{"type":65,"tag":879,"props":918,"children":919},{},[920],{"type":70,"value":921},"Any subagent that authors files the build will consume",{"type":65,"tag":73,"props":923,"children":924},{},[925],{"type":70,"value":926},"If unsure, pick default. Do not weigh alternatives per dispatch — the\nchoice is determined by the task type, not by the subject matter of\nthe run.",{"type":65,"tag":208,"props":928,"children":930},{"id":929},"when-this-skill-triggers",[931],{"type":70,"value":932},"When this skill triggers",{"type":65,"tag":73,"props":934,"children":935},{},[936,938],{"type":70,"value":937},"Explicit invocation only. ",{"type":65,"tag":77,"props":939,"children":940},{},[941],{"type":70,"value":942},"Two entry paths — decide before doing anything else.",{"type":65,"tag":944,"props":945,"children":947},"h3",{"id":946},"path-a-new-site-from-a-prompt-default",[948],{"type":70,"value":949},"Path A — New site from a prompt (default)",{"type":65,"tag":73,"props":951,"children":952},{},[953,955,960,962,968,970,975,977,983,985],{"type":70,"value":954},"Infer vertical(s) from the opening message and load the ",{"type":65,"tag":77,"props":956,"children":957},{},[958],{"type":70,"value":959},"full resolved pack set",{"type":70,"value":961}," (top-level + ",{"type":65,"tag":83,"props":963,"children":965},{"className":964},[],[966],{"type":70,"value":967},"requires:",{"type":70,"value":969}," transitives + always-on ",{"type":65,"tag":83,"props":971,"children":973},{"className":972},[],[974],{"type":70,"value":18},{"type":70,"value":976},") in one read batch — routing examples: stores → stores+cms+ecom+gift-cards; blog → blog+cms; etc. If the prompt is too vague, ask one conversational clarifier (NOT ",{"type":65,"tag":83,"props":978,"children":980},{"className":979},[],[981],{"type":70,"value":982},"AskUserQuestion",{"type":70,"value":984},"): ",{"type":65,"tag":142,"props":986,"children":987},{},[988],{"type":70,"value":989},"\"What do you want your site to do — sell things, publish content, take bookings?\"",{"type":65,"tag":187,"props":991,"children":992},{},[993],{"type":65,"tag":73,"props":994,"children":995},{},[996,1009],{"type":65,"tag":77,"props":997,"children":998},{},[999,1001,1007],{"type":70,"value":1000},"Do NOT call ",{"type":65,"tag":83,"props":1002,"children":1004},{"className":1003},[],[1005],{"type":70,"value":1006},"WixSiteBuilder",{"type":70,"value":1008}," MCP",{"type":70,"value":1010}," for new-site requests — same intent, different flow; calling both produces a duplicated, conflicting build. This skill is the sole entry point.",{"type":65,"tag":944,"props":1012,"children":1014},{"id":1013},"path-b-existing-project-custom-frontend-not-available-yet",[1015],{"type":70,"value":1016},"Path B — Existing project → custom frontend (not available yet)",{"type":65,"tag":73,"props":1018,"children":1019},{},[1020,1022,1027,1028,1033,1034,1039,1040,1045,1046,1051],{"type":70,"value":1021},"Triggers: ",{"type":65,"tag":142,"props":1023,"children":1024},{},[1025],{"type":70,"value":1026},"\"connect this to Wix Headless\"",{"type":70,"value":111},{"type":65,"tag":142,"props":1029,"children":1030},{},[1031],{"type":70,"value":1032},"\"add Wix Headless to this project\"",{"type":70,"value":111},{"type":65,"tag":142,"props":1035,"children":1036},{},[1037],{"type":70,"value":1038},"\"host this on Wix\"",{"type":70,"value":111},{"type":65,"tag":142,"props":1041,"children":1042},{},[1043],{"type":70,"value":1044},"\"deploy this to Wix\"",{"type":70,"value":111},{"type":65,"tag":142,"props":1047,"children":1048},{},[1049],{"type":70,"value":1050},"\"implement the features … using Wix Headless\"",{"type":70,"value":1052},", or any \"Wix Headless\" prompt against a non-empty working directory. Decide by working-directory contents:",{"type":65,"tag":274,"props":1054,"children":1055},{},[1056,1072],{"type":65,"tag":278,"props":1057,"children":1058},{},[1059],{"type":65,"tag":282,"props":1060,"children":1061},{},[1062,1067],{"type":65,"tag":286,"props":1063,"children":1064},{},[1065],{"type":70,"value":1066},"Working directory contents",{"type":65,"tag":286,"props":1068,"children":1069},{},[1070],{"type":70,"value":1071},"Path",{"type":65,"tag":297,"props":1073,"children":1074},{},[1075,1094,1138,1176],{"type":65,"tag":282,"props":1076,"children":1077},{},[1078,1089],{"type":65,"tag":304,"props":1079,"children":1080},{},[1081,1083],{"type":70,"value":1082},"Empty, or freshly scaffolded by ",{"type":65,"tag":83,"props":1084,"children":1086},{"className":1085},[],[1087],{"type":70,"value":1088},"scaffold.sh",{"type":65,"tag":304,"props":1090,"children":1091},{},[1092],{"type":70,"value":1093},"A (astro, supported)",{"type":65,"tag":282,"props":1095,"children":1096},{},[1097,1130],{"type":65,"tag":304,"props":1098,"children":1099},{},[1100,1102,1108,1109,1115,1116,1122,1124],{"type":70,"value":1101},"Source files (",{"type":65,"tag":83,"props":1103,"children":1105},{"className":1104},[],[1106],{"type":70,"value":1107},"index.html",{"type":70,"value":111},{"type":65,"tag":83,"props":1110,"children":1112},{"className":1111},[],[1113],{"type":70,"value":1114},"*.jsx",{"type":70,"value":111},{"type":65,"tag":83,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":70,"value":1121},"*.tsx",{"type":70,"value":1123},", …) AND no ",{"type":65,"tag":83,"props":1125,"children":1127},{"className":1126},[],[1128],{"type":70,"value":1129},"wix.config.json",{"type":65,"tag":304,"props":1131,"children":1132},{},[1133],{"type":65,"tag":77,"props":1134,"children":1135},{},[1136],{"type":70,"value":1137},"custom — not available yet",{"type":65,"tag":282,"props":1139,"children":1140},{},[1141,1166],{"type":65,"tag":304,"props":1142,"children":1143},{},[1144,1149,1151,1157,1158,1164],{"type":65,"tag":83,"props":1145,"children":1147},{"className":1146},[],[1148],{"type":70,"value":1129},{"type":70,"value":1150}," + Astro structure (",{"type":65,"tag":83,"props":1152,"children":1154},{"className":1153},[],[1155],{"type":70,"value":1156},"src\u002F",{"type":70,"value":111},{"type":65,"tag":83,"props":1159,"children":1161},{"className":1160},[],[1162],{"type":70,"value":1163},"astro.config.mjs",{"type":70,"value":1165},")",{"type":65,"tag":304,"props":1167,"children":1168},{},[1169,1171],{"type":70,"value":1170},"resume a prior wix-headless run — ask \"continue or start fresh?\" via ",{"type":65,"tag":83,"props":1172,"children":1174},{"className":1173},[],[1175],{"type":70,"value":982},{"type":65,"tag":282,"props":1177,"children":1178},{},[1179,1189],{"type":65,"tag":304,"props":1180,"children":1181},{},[1182,1187],{"type":65,"tag":83,"props":1183,"children":1185},{"className":1184},[],[1186],{"type":70,"value":1129},{"type":70,"value":1188}," + non-Astro frontend",{"type":65,"tag":304,"props":1190,"children":1191},{},[1192],{"type":65,"tag":77,"props":1193,"children":1194},{},[1195],{"type":70,"value":1137},{"type":65,"tag":73,"props":1197,"children":1198},{},[1199,1204,1206,1211,1213,1219,1221,1226,1228,1233,1235,1240,1242,1247],{"type":65,"tag":77,"props":1200,"children":1201},{},[1202],{"type":70,"value":1203},"Custom (non-astro) frontends route to the stub.",{"type":70,"value":1205}," When the working directory holds a non-astro project, the run does ",{"type":65,"tag":77,"props":1207,"children":1208},{},[1209],{"type":70,"value":1210},"not",{"type":70,"value":1212}," author anything — it opens ",{"type":65,"tag":83,"props":1214,"children":1216},{"className":1215},[],[1217],{"type":70,"value":1218},"\u003CSKILL_ROOT>\u002Freferences\u002Fcustom\u002FINSTRUCTIONS.md",{"type":70,"value":1220},", surfaces the not-available message, and stops (",{"type":65,"tag":83,"props":1222,"children":1224},{"className":1223},[],[1225],{"type":70,"value":109},{"type":70,"value":1227}," § \"Custom (non-astro) — not available yet\"; ",{"type":65,"tag":83,"props":1229,"children":1231},{"className":1230},[],[1232],{"type":70,"value":159},{"type":70,"value":1234}," § \"Custom (non-astro) frontends — not available yet\"). The retired Integrate flow (",{"type":65,"tag":83,"props":1236,"children":1238},{"className":1237},[],[1239],{"type":70,"value":117},{"type":70,"value":1241}," § \"Existing project flow\" E1–E6, especially the E4 SDK-wiring recipe) is kept as a ",{"type":65,"tag":77,"props":1243,"children":1244},{},[1245],{"type":70,"value":1246},"historical reference",{"type":70,"value":1248}," for the eventual custom authoring track — it is no longer dispatched.",{"type":65,"tag":944,"props":1250,"children":1252},{"id":1251},"frontend-modes-the-wixsitejsonfrontend-axis",[1253,1255,1261],{"type":70,"value":1254},"Frontend modes (the ",{"type":65,"tag":83,"props":1256,"children":1258},{"className":1257},[],[1259],{"type":70,"value":1260},".wix\u002Fsite.json.frontend",{"type":70,"value":1262}," axis)",{"type":65,"tag":73,"props":1264,"children":1265},{},[1266,1268,1273,1275,1280,1282,1288,1290,1295],{"type":70,"value":1267},"Path A vs Path B is the routing question. The ",{"type":65,"tag":83,"props":1269,"children":1271},{"className":1270},[],[1272],{"type":70,"value":24},{"type":70,"value":1274}," value is the ",{"type":65,"tag":77,"props":1276,"children":1277},{},[1278],{"type":70,"value":1279},"downstream branching axis",{"type":70,"value":1281}," — the orchestrator holds it in session scratch and either branches on it directly or passes it to scripts as a ",{"type":65,"tag":83,"props":1283,"children":1285},{"className":1284},[],[1286],{"type":70,"value":1287},"--frontend",{"type":70,"value":1289}," flag. (It is also persisted to ",{"type":65,"tag":83,"props":1291,"children":1293},{"className":1292},[],[1294],{"type":70,"value":263},{"type":70,"value":1296}," as a resume fallback, but the live run reads scratch, not the file.) The axis is binary:",{"type":65,"tag":274,"props":1298,"children":1299},{},[1300,1319],{"type":65,"tag":278,"props":1301,"children":1302},{},[1303],{"type":65,"tag":282,"props":1304,"children":1305},{},[1306,1314],{"type":65,"tag":286,"props":1307,"children":1308},{},[1309],{"type":65,"tag":83,"props":1310,"children":1312},{"className":1311},[],[1313],{"type":70,"value":24},{"type":65,"tag":286,"props":1315,"children":1316},{},[1317],{"type":70,"value":1318},"Mode",{"type":65,"tag":297,"props":1320,"children":1321},{},[1322,1345],{"type":65,"tag":282,"props":1323,"children":1324},{},[1325,1334],{"type":65,"tag":304,"props":1326,"children":1327},{},[1328],{"type":65,"tag":83,"props":1329,"children":1331},{"className":1330},[],[1332],{"type":70,"value":1333},"astro",{"type":65,"tag":304,"props":1335,"children":1336},{},[1337,1339,1344],{"type":70,"value":1338},"Scaffold + full build (the only supported frontend; full playbook under ",{"type":65,"tag":83,"props":1340,"children":1342},{"className":1341},[],[1343],{"type":70,"value":724},{"type":70,"value":1165},{"type":65,"tag":282,"props":1346,"children":1347},{},[1348,1359],{"type":65,"tag":304,"props":1349,"children":1350},{},[1351,1357],{"type":65,"tag":83,"props":1352,"children":1354},{"className":1353},[],[1355],{"type":70,"value":1356},"custom",{"type":70,"value":1358}," (anything non-astro)",{"type":65,"tag":304,"props":1360,"children":1361},{},[1362,1367,1369,1375],{"type":65,"tag":77,"props":1363,"children":1364},{},[1365],{"type":70,"value":1366},"Not available yet",{"type":70,"value":1368}," — routed to ",{"type":65,"tag":83,"props":1370,"children":1372},{"className":1371},[],[1373],{"type":70,"value":1374},"references\u002Fcustom\u002FINSTRUCTIONS.md",{"type":70,"value":1376},", surfaces the not-available message, no authoring",{"type":65,"tag":73,"props":1378,"children":1379},{},[1380,1385,1387,1393,1395],{"type":65,"tag":83,"props":1381,"children":1383},{"className":1382},[],[1384],{"type":70,"value":109},{"type":70,"value":1386}," § \"Wave 0 — Mode detection\" decides which value to set and records it via ",{"type":65,"tag":83,"props":1388,"children":1390},{"className":1389},[],[1391],{"type":70,"value":1392},"init-site-json.mjs --frontend \u003Cvalue>",{"type":70,"value":1394}," (on the astro path only). ",{"type":65,"tag":77,"props":1396,"children":1397},{},[1398,1400,1405],{"type":70,"value":1399},"Which flow each value runs is owned by ",{"type":65,"tag":83,"props":1401,"children":1403},{"className":1402},[],[1404],{"type":70,"value":159},{"type":70,"value":1406}," § \"Frontend-mode routing\".",{"type":65,"tag":944,"props":1408,"children":1410},{"id":1409},"two-tracks-business-vs-frontend",[1411],{"type":70,"value":1412},"Two tracks (business vs frontend)",{"type":65,"tag":73,"props":1414,"children":1415},{},[1416,1418],{"type":70,"value":1417},"The skill runs two semi-independent tracks (business = frontend-blind site\u002Fapp\u002Fseed work; frontend = scaffold\u002Fdesign\u002Fcomponents\u002Fpages\u002Fbuild) that the orchestrator interleaves for wall-time. ",{"type":65,"tag":77,"props":1419,"children":1420},{},[1421,1423,1428],{"type":70,"value":1422},"The track model and interleaving are owned by ",{"type":65,"tag":83,"props":1424,"children":1426},{"className":1425},[],[1427],{"type":70,"value":159},{"type":70,"value":1429}," § \"Two tracks\".",{"type":65,"tag":944,"props":1431,"children":1433},{"id":1432},"when-not-to-use-this-skill",[1434],{"type":70,"value":1435},"When NOT to use this skill",{"type":65,"tag":274,"props":1437,"children":1438},{},[1439,1455],{"type":65,"tag":278,"props":1440,"children":1441},{},[1442],{"type":65,"tag":282,"props":1443,"children":1444},{},[1445,1450],{"type":65,"tag":286,"props":1446,"children":1447},{},[1448],{"type":70,"value":1449},"Scenario",{"type":65,"tag":286,"props":1451,"children":1452},{},[1453],{"type":70,"value":1454},"Use instead",{"type":65,"tag":297,"props":1456,"children":1457},{},[1458,1475,1494,1513],{"type":65,"tag":282,"props":1459,"children":1460},{},[1461,1466],{"type":65,"tag":304,"props":1462,"children":1463},{},[1464],{"type":70,"value":1465},"Scaffold-only with no further design\u002Fwiring",{"type":65,"tag":304,"props":1467,"children":1468},{},[1469],{"type":65,"tag":83,"props":1470,"children":1472},{"className":1471},[],[1473],{"type":70,"value":1474},"bash \u003CSKILL_ROOT>\u002Fscripts\u002Fscaffold.sh \u003Cslug> \"\u003CBrand>\"",{"type":65,"tag":282,"props":1476,"children":1477},{},[1478,1483],{"type":65,"tag":304,"props":1479,"children":1480},{},[1481],{"type":70,"value":1482},"Release an existing wix-headless project",{"type":65,"tag":304,"props":1484,"children":1485},{},[1486,1492],{"type":65,"tag":83,"props":1487,"children":1489},{"className":1488},[],[1490],{"type":70,"value":1491},"bash \u003CSKILL_ROOT>\u002Fscripts\u002Frelease.sh",{"type":70,"value":1493}," (from project dir)",{"type":65,"tag":282,"props":1495,"children":1496},{},[1497,1502],{"type":65,"tag":304,"props":1498,"children":1499},{},[1500],{"type":70,"value":1501},"Install a Wix app onto an existing site",{"type":65,"tag":304,"props":1503,"children":1504},{},[1505,1507],{"type":70,"value":1506},"Follow ",{"type":65,"tag":83,"props":1508,"children":1510},{"className":1509},[],[1511],{"type":70,"value":1512},"\u003CSKILL_ROOT>\u002Freferences\u002Fcommands\u002Finstall-app.md",{"type":65,"tag":282,"props":1514,"children":1515},{},[1516,1521],{"type":65,"tag":304,"props":1517,"children":1518},{},[1519],{"type":70,"value":1520},"Add a feature \u002F restyle a prior wix-headless run",{"type":65,"tag":304,"props":1522,"children":1523},{},[1524],{"type":70,"value":1525},"Resume on disk; ask whether to start fresh",{"type":65,"tag":187,"props":1527,"children":1528},{},[1529],{"type":65,"tag":73,"props":1530,"children":1531},{},[1532,1534,1540,1542,1548,1550,1555,1557,1563],{"type":70,"value":1533},"Read individual ",{"type":65,"tag":83,"props":1535,"children":1537},{"className":1536},[],[1538],{"type":70,"value":1539},".md",{"type":70,"value":1541}," files under ",{"type":65,"tag":83,"props":1543,"children":1545},{"className":1544},[],[1546],{"type":70,"value":1547},"references\u002Fverticals\u002F",{"type":70,"value":1549},"; ",{"type":65,"tag":83,"props":1551,"children":1553},{"className":1552},[],[1554],{"type":70,"value":56},{"type":70,"value":1556}," on the directory returns ",{"type":65,"tag":83,"props":1558,"children":1560},{"className":1559},[],[1561],{"type":70,"value":1562},"EISDIR",{"type":70,"value":779},{"type":65,"tag":208,"props":1565,"children":1567},{"id":1566},"the-run",[1568],{"type":70,"value":1569},"The run",{"type":65,"tag":73,"props":1571,"children":1572},{},[1573,1575,1583,1585,1593,1595,1600],{"type":70,"value":1574},"The whole run — Discovery → Setup → design-system bridge → Seed → Components → Pages → Build → Release, with every dispatch, handle, wait, and transition — is owned by the conductor: ",{"type":65,"tag":77,"props":1576,"children":1577},{},[1578],{"type":65,"tag":83,"props":1579,"children":1581},{"className":1580},[],[1582],{"type":70,"value":88},{"type":70,"value":1584}," (pre-approval) then ",{"type":65,"tag":77,"props":1586,"children":1587},{},[1588],{"type":65,"tag":83,"props":1589,"children":1591},{"className":1590},[],[1592],{"type":70,"value":101},{"type":70,"value":1594}," (post-approval). Open ",{"type":65,"tag":83,"props":1596,"children":1598},{"className":1597},[],[1599],{"type":70,"value":159},{"type":70,"value":1601}," to start a run. This file does not duplicate the sequence.",{"type":65,"tag":73,"props":1603,"children":1604},{},[1605],{"type":70,"value":1606},"Wall-time targets: discovery ≤ 80 s (excl. user think-time); setup foreground ≤ 25 s; seed longest pole ≤ 120 s. Full-build target: ≤ 600 s prompt-to-live-URL when all phases run.",{"type":65,"tag":208,"props":1608,"children":1610},{"id":1609},"verticals",[1611],{"type":70,"value":1612},"Verticals",{"type":65,"tag":73,"props":1614,"children":1615},{},[1616,1618,1623,1625,1630,1632,1637],{"type":70,"value":1617},"Pack frontmatter in ",{"type":65,"tag":83,"props":1619,"children":1621},{"className":1620},[],[1622],{"type":70,"value":1547},{"type":70,"value":1624}," is ",{"type":65,"tag":77,"props":1626,"children":1627},{},[1628],{"type":70,"value":1629},"discovery-only",{"type":70,"value":1631},". Post-seed work uses ",{"type":65,"tag":83,"props":1633,"children":1635},{"className":1634},[],[1636],{"type":70,"value":686},{"type":70,"value":1638}," + templates under each vertical directory.",{"type":65,"tag":73,"props":1640,"children":1641},{},[1642,1644,1650],{"type":70,"value":1643},"Upstream: ",{"type":65,"tag":83,"props":1645,"children":1647},{"className":1646},[],[1648],{"type":70,"value":1649},"@skills\u002Fwix-manage",{"type":70,"value":1651}," (seed + app install recipes).",{"type":65,"tag":73,"props":1653,"children":1654},{},[1655,1657,1663,1664,1670,1671,1677,1678,1683,1684,1690,1691,1697,1699,1705,1706,1712],{"type":70,"value":1656},"Current packs: ",{"type":65,"tag":83,"props":1658,"children":1660},{"className":1659},[],[1661],{"type":70,"value":1662},"stores",{"type":70,"value":111},{"type":65,"tag":83,"props":1665,"children":1667},{"className":1666},[],[1668],{"type":70,"value":1669},"ecom",{"type":70,"value":111},{"type":65,"tag":83,"props":1672,"children":1674},{"className":1673},[],[1675],{"type":70,"value":1676},"gift-cards",{"type":70,"value":111},{"type":65,"tag":83,"props":1679,"children":1681},{"className":1680},[],[1682],{"type":70,"value":18},{"type":70,"value":111},{"type":65,"tag":83,"props":1685,"children":1687},{"className":1686},[],[1688],{"type":70,"value":1689},"blog",{"type":70,"value":111},{"type":65,"tag":83,"props":1692,"children":1694},{"className":1693},[],[1695],{"type":70,"value":1696},"forms",{"type":70,"value":1698},". Schema: ",{"type":65,"tag":83,"props":1700,"children":1702},{"className":1701},[],[1703],{"type":70,"value":1704},"references\u002Fverticals\u002F_schema.md",{"type":70,"value":177},{"type":65,"tag":83,"props":1707,"children":1709},{"className":1708},[],[1710],{"type":70,"value":1711},"_schema.json",{"type":70,"value":779},{"items":1714,"total":1833},[1715,1733,1749,1761,1781,1801,1821],{"slug":1716,"name":1716,"fn":1717,"description":1718,"org":1719,"tags":1720,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1721,1724,1727,1730],{"name":1722,"slug":1723,"type":15},"Accessibility","accessibility",{"name":1725,"slug":1726,"type":15},"Charts","charts",{"name":1728,"slug":1729,"type":15},"Data Visualization","data-visualization",{"name":1731,"slug":1732,"type":15},"Design","design",{"slug":1734,"name":1734,"fn":1735,"description":1736,"org":1737,"tags":1738,"stars":25,"repoUrl":26,"updatedAt":1748},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1739,1742,1745],{"name":1740,"slug":1741,"type":15},"Agents","agents",{"name":1743,"slug":1744,"type":15},"Browser Automation","browser-automation",{"name":1746,"slug":1747,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":1750,"name":1750,"fn":1751,"description":1752,"org":1753,"tags":1754,"stars":25,"repoUrl":26,"updatedAt":1760},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1755,1756,1759],{"name":1743,"slug":1744,"type":15},{"name":1757,"slug":1758,"type":15},"Local Development","local-development",{"name":1746,"slug":1747,"type":15},"2026-04-06T18:41:17.526867",{"slug":1762,"name":1762,"fn":1763,"description":1764,"org":1765,"tags":1766,"stars":25,"repoUrl":26,"updatedAt":1780},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1767,1768,1771,1774,1777],{"name":1740,"slug":1741,"type":15},{"name":1769,"slug":1770,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1772,"slug":1773,"type":15},"SDK","sdk",{"name":1775,"slug":1776,"type":15},"Serverless","serverless",{"name":1778,"slug":1779,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1782,"name":1782,"fn":1783,"description":1784,"org":1785,"tags":1786,"stars":25,"repoUrl":26,"updatedAt":1800},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1787,1788,1791,1794,1797],{"name":23,"slug":24,"type":15},{"name":1789,"slug":1790,"type":15},"React","react",{"name":1792,"slug":1793,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":1795,"slug":1796,"type":15},"UI Components","ui-components",{"name":1798,"slug":1799,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1802,"name":1802,"fn":1803,"description":1804,"org":1805,"tags":1806,"stars":25,"repoUrl":26,"updatedAt":1820},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1807,1810,1813,1816,1819],{"name":1808,"slug":1809,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1811,"slug":1812,"type":15},"Cost Optimization","cost-optimization",{"name":1814,"slug":1815,"type":15},"LLM","llm",{"name":1817,"slug":1818,"type":15},"Performance","performance",{"name":1798,"slug":1799,"type":15},"2026-04-06T18:40:44.377464",{"slug":1822,"name":1822,"fn":1823,"description":1824,"org":1825,"tags":1826,"stars":25,"repoUrl":26,"updatedAt":1832},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1827,1828,1831],{"name":1811,"slug":1812,"type":15},{"name":1829,"slug":1830,"type":15},"Database","database",{"name":1814,"slug":1815,"type":15},"2026-04-06T18:41:08.513425",600,{"items":1835,"total":2030},[1836,1857,1878,1895,1911,1928,1947,1959,1973,1987,1999,2014],{"slug":1837,"name":1837,"fn":1838,"description":1839,"org":1840,"tags":1841,"stars":1854,"repoUrl":1855,"updatedAt":1856},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1842,1845,1848,1851],{"name":1843,"slug":1844,"type":15},"Documents","documents",{"name":1846,"slug":1847,"type":15},"Healthcare","healthcare",{"name":1849,"slug":1850,"type":15},"Insurance","insurance",{"name":1852,"slug":1853,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":1858,"name":1858,"fn":1859,"description":1860,"org":1861,"tags":1862,"stars":1875,"repoUrl":1876,"updatedAt":1877},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1863,1866,1868,1871,1874],{"name":1864,"slug":1865,"type":15},".NET","dotnet",{"name":1867,"slug":1858,"type":15},"ASP.NET Core",{"name":1869,"slug":1870,"type":15},"Blazor","blazor",{"name":1872,"slug":1873,"type":15},"C#","csharp",{"name":20,"slug":21,"type":15},23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":1879,"name":1879,"fn":1880,"description":1881,"org":1882,"tags":1883,"stars":1875,"repoUrl":1876,"updatedAt":1894},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1884,1887,1890,1893],{"name":1885,"slug":1886,"type":15},"Apps SDK","apps-sdk",{"name":1888,"slug":1889,"type":15},"ChatGPT","chatgpt",{"name":1891,"slug":1892,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1896,"name":1896,"fn":1897,"description":1898,"org":1899,"tags":1900,"stars":1875,"repoUrl":1876,"updatedAt":1910},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1901,1904,1907],{"name":1902,"slug":1903,"type":15},"API Development","api-development",{"name":1905,"slug":1906,"type":15},"CLI","cli",{"name":1908,"slug":1909,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1912,"name":1912,"fn":1913,"description":1914,"org":1915,"tags":1916,"stars":1875,"repoUrl":1876,"updatedAt":1927},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1917,1920,1923,1924],{"name":1918,"slug":1919,"type":15},"Cloudflare","cloudflare",{"name":1921,"slug":1922,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1769,"slug":1770,"type":15},{"name":1925,"slug":1926,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1929,"name":1929,"fn":1930,"description":1931,"org":1932,"tags":1933,"stars":1875,"repoUrl":1876,"updatedAt":1946},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1934,1937,1940,1943],{"name":1935,"slug":1936,"type":15},"Productivity","productivity",{"name":1938,"slug":1939,"type":15},"Project Management","project-management",{"name":1941,"slug":1942,"type":15},"Strategy","strategy",{"name":1944,"slug":1945,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1948,"name":1948,"fn":1949,"description":1950,"org":1951,"tags":1952,"stars":1875,"repoUrl":1876,"updatedAt":1958},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1953,1954,1956,1957],{"name":1731,"slug":1732,"type":15},{"name":1955,"slug":1948,"type":15},"Figma",{"name":23,"slug":24,"type":15},{"name":1891,"slug":1892,"type":15},"2026-04-12T05:06:47.939943",{"slug":1960,"name":1960,"fn":1961,"description":1962,"org":1963,"tags":1964,"stars":1875,"repoUrl":1876,"updatedAt":1972},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1965,1966,1969,1970,1971],{"name":1731,"slug":1732,"type":15},{"name":1967,"slug":1968,"type":15},"Design System","design-system",{"name":1955,"slug":1948,"type":15},{"name":23,"slug":24,"type":15},{"name":1795,"slug":1796,"type":15},"2026-05-10T05:59:52.971881",{"slug":1974,"name":1974,"fn":1975,"description":1976,"org":1977,"tags":1978,"stars":1875,"repoUrl":1876,"updatedAt":1986},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1979,1980,1981,1984,1985],{"name":1731,"slug":1732,"type":15},{"name":1967,"slug":1968,"type":15},{"name":1982,"slug":1983,"type":15},"Documentation","documentation",{"name":1955,"slug":1948,"type":15},{"name":23,"slug":24,"type":15},"2026-05-16T06:07:47.821474",{"slug":1988,"name":1988,"fn":1989,"description":1990,"org":1991,"tags":1992,"stars":1875,"repoUrl":1876,"updatedAt":1998},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1993,1994,1995,1996,1997],{"name":1731,"slug":1732,"type":15},{"name":1955,"slug":1948,"type":15},{"name":23,"slug":24,"type":15},{"name":1795,"slug":1796,"type":15},{"name":20,"slug":21,"type":15},"2026-05-16T06:07:40.583615",{"slug":2000,"name":2000,"fn":2001,"description":2002,"org":2003,"tags":2004,"stars":1875,"repoUrl":1876,"updatedAt":2013},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2005,2008,2009,2012],{"name":2006,"slug":2007,"type":15},"Animation","animation",{"name":1908,"slug":1909,"type":15},{"name":2010,"slug":2011,"type":15},"Creative","creative",{"name":1731,"slug":1732,"type":15},"2026-05-02T05:31:48.48485",{"slug":2015,"name":2015,"fn":2016,"description":2017,"org":2018,"tags":2019,"stars":1875,"repoUrl":1876,"updatedAt":2029},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2020,2021,2022,2025,2028],{"name":2010,"slug":2011,"type":15},{"name":1731,"slug":1732,"type":15},{"name":2023,"slug":2024,"type":15},"Image Generation","image-generation",{"name":2026,"slug":2027,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]