[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-wix-wix-headless":3,"mdc-wum5jt-key":34,"related-org-wix-wix-headless":2273,"related-repo-wix-wix-headless":2437},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"wix-headless","build Wix Managed Headless sites","Connect Wix business services (Stores, Bookings, CMS, Blog, Events, Forms, and more) to a Wix Headless frontend — infer the needed capabilities, install the apps, seed backend content, and produce an SDK-integration guide. For managed (Wix-hosted) projects it can also build the frontend: scaffold a new site (create) or wire an existing\u002Fbrought-in design (connect), then build and release. Works across managed, self-managed, and stripe project types. Triggers: set up a Wix Headless backend, add Wix business features to my app, build or host a Wix site, connect\u002Fimplement this design with Wix.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"wix","Wix","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fwix.jpg",[12,14,17,20],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Web Development","web-development",{"name":18,"slug":19,"type":13},"Frontend","frontend",{"name":21,"slug":22,"type":13},"Design","design",23,"https:\u002F\u002Fgithub.com\u002Fwix\u002Fskills","2026-07-28T05:35:03.480007",null,28,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Wix Skills","https:\u002F\u002Fgithub.com\u002Fwix\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fwix-headless","---\nname: wix-headless\ndescription: \"Connect Wix business services (Stores, Bookings, CMS, Blog, Events, Forms, and more) to a Wix Headless frontend — infer the needed capabilities, install the apps, seed backend content, and produce an SDK-integration guide. For managed (Wix-hosted) projects it can also build the frontend: scaffold a new site (create) or wire an existing\u002Fbrought-in design (connect), then build and release. Works across managed, self-managed, and stripe project types. Triggers: set up a Wix Headless backend, add Wix business features to my app, build or host a Wix site, connect\u002Fimplement this design with Wix.\"\nallowed-tools:\n  - Bash(curl *)\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(cd *)\n  - Bash(ls *)\n  - Bash(mkdir *)\n  - Bash(cp *)\n  - Bash(mv *)\n  - Bash(uuidgen)\n  - Read\n  - Write\n  - Edit\n---\n\n# Wix Headless\n\nThis skill connects **Wix business services** to a **Wix Headless frontend**. Its core job is to **configure the Wix backend**: infer the needed capabilities, **install the Wix apps**, **seed the backend content**, and produce an SDK-integration guide describing how to call Wix from the frontend.\n\nWhat happens with the frontend depends on the project type and operation:\n- **Backend-only** (self-managed, stripe, or a managed \"just set up the backend\" run) — the skill **emits the SDK guide** as its final output; the **host owns** the frontend, build, and hosting.\n- **Managed create \u002F connect** — the skill **also owns the frontend**: it scaffolds a new project (create) or attaches Wix to an existing one (connect), wires it to the backend using that same guide, builds, and releases to Wix. (There is no Designer or template library — the frontend is built ad-hoc to intent.)\n\n> **On a backend-only run the skill does not own the project scaffolding.** When the work needs a frontend, **scaffold it according to user intent** — framework and structure follow the prompt; the skill's job is the Wix backend plus the **emitted SDK guide** describing how to call Wix from whatever frontend exists, not choosing or generating the app. This is the norm for a **stripe** run: the project is provisioned via Stripe Projects (credentials land in `.env` — see `stripe\u002FAUTHENTICATION.md`), the skill configures the backend and emits the guide, and the live site is finalized per `stripe\u002FDEPLOYMENT.md` — while the frontend is scaffolded and wired to intent, by the host.\n\n## Project types\n\nThe skill behaves identically across project types **except for authentication and deployment**, which are isolated in a per-type folder under `references\u002F`:\n\n| Project type | Hosting | Authentication & deployment live in |\n|---|---|---|\n| `managed` | Wix infrastructure (maintained by Wix) | `references\u002Fmanaged\u002F` |\n| `self-managed` | the user's own host (TBD) | `references\u002Fself-managed\u002F` |\n| `stripe` | the user's own host, provisioned via Stripe Projects | `references\u002Fstripe\u002F` |\n\nEverything else — Discovery, Setup, Seed, the SDK handoff — is **project-type-agnostic** and refers to \"the provided authentication mechanism\" rather than any specific method.\n\n### Resolving the project type\n\nResolve the type **before Discovery**, in this order — stop at the first that decides:\n\n1. **Caller-provided.** If the host\u002Fcaller passed a project type (`managed` | `self-managed` | `stripe`), use it. An explicit value always wins.\n2. **Detect from project signals (on disk).** Check the working directory (read-only):\n   - **`stripe`** — `.env` carries `WIX_WIX_CLIENT_ID` \u002F `WIX_WIX_CLIENT_SECRET` \u002F `WIX_WIX_METASITE_ID` (or the plain `WIX_*` fallback). This is the Stripe-Projects fingerprint.\n   - **`managed`** — a Wix CLI project: `wix.config.json` present, or a `.wix\u002F` directory, or `@wix\u002Fcli` \u002F `@wix\u002Fastro` in `package.json`.\n   - **`self-managed`** — a frontend project on disk (e.g. `package.json` with a bundler\u002Fframework) with **neither** the Stripe `.env` fingerprint **nor** the Wix-CLI markers above.\n3. **Detect from user intent.** If disk is inconclusive, read the prompt:\n   - **`managed`** — \"managed\", \"host on Wix\", \"Wix-hosted\", \"deploy to Wix\", \"`wix release`\".\n   - **`stripe`** — \"stripe projects\", \"I added Wix via Stripe\", a Stripe-Projects context.\n   - **`self-managed`** — \"self-hosted\", \"my own host\", names a non-Wix host, \"I'll deploy it myself\".\n4. **Ask.** If signals are absent or conflict, **ask the user** which type applies — don't guess.\n\nHold the resolved type in scratch; it selects `\u003CTYPE_DIR>` (see Path resolution). Note `self-managed` is **TBD** — once resolved to it, the auth step will stop with a clear \"not wired yet\" error.\n\n### Resolving the operation (managed only)\n\ncreate\u002Fconnect\u002Fiterate are **managed-only**. For `managed`, resolve the operation **by intent first, directory second** — never let an empty directory override what the user is asking for. Check `iterate` first (it's decided by an unambiguous on-disk signal):\n\n- **`iterate`** → `references\u002Fmanaged\u002FCONNECT.md`. The project is **already connected to Wix** — a `wix.config.json` (or `.wix\u002F`) is already present — and the owner wants to add or change capabilities. Same flow as `connect`, but §1 **skips `init`** and reuses the existing `wix.config.json`; **never re-`init` an already-connected project**.\n- **`connect`** → `references\u002Fmanaged\u002FCONNECT.md`. The user **brings a design not yet connected to Wix and wants it wired**: a frontend project on disk **without** a `wix.config.json`, **or** a brought-in\u002Ffetched design (a `.zip`\u002Ffolder\u002Ffile you unzip or read, a design-file URL, a Claude-Design\u002Fv0\u002FLovable export), **or** language like \"connect this \u002F implement this design (… connecting to Wix) \u002F host this on Wix \u002F deploy this to Wix \u002F add Wix Headless to this project\". **A brought-in or fetched design is `connect` even when the current directory is empty** — the design arrives from elsewhere (zip\u002Ffetch\u002FURL), so emptiness at trigger time is *not* a create signal. (`CONNECT.md` step 1 places the brought design into CWD, then `init`s it.)\n- **`create`** → `references\u002Fmanaged\u002FCREATE.md`. The user wants a **new site built from a prompt with nothing brought in** — \"build me a site \u002F store \u002F blog…\", no design file, no project on disk.\n- **`backend-only`** — the user only wants the backend configured (no frontend work). → the shared spine + emit the SDK handoff.\n\nFor `self-managed` and `stripe`, the operation is always **backend-only** (the host owns the frontend). Only when there is **genuinely no brought-in design and no connect language** does directory emptiness decide: empty → `create`; an existing frontend on disk → `connect`.\n\n## Preconditions (the host provides these — we read, never create)\n\n1. **The project type** — `managed` | `self-managed` | `stripe` — provided by the caller, else **detected from project signals \u002F user intent** (see Project types § \"Resolving the project type\"), else asked. It selects `\u003CTYPE_DIR>` (see Path resolution).\n2. **A Wix metasite + a headless OAuth app exist, and credentials are available** — obtained via the project type's `AUTHENTICATION.md`. The skill needs a bearer token authorized for the metasite and the metasite id.\n3. **The user intent** — free text describing what Wix should power (\"add a store\", \"blog + contact form\", \"persist my app's data\").\n4. *(Optional)* the project on disk — read-only, to sharpen brand\u002Fcapability inference.\n\nIf the credentials are absent, the Wix backend isn't reachable — **stop with a clear error**.\n\n## What this skill does\n\n**Always open `DISCOVERY.md` first** (it's agnostic — capability\u002Fbrand\u002Fintent inference + the imagery gate, no auth). Then route by project type + operation:\n\n**Backend-only** (self-managed, stripe, or managed backend-only) — the lean spine:\n1. **Discovery** (`references\u002FDISCOVERY.md`) — infer capabilities + brand + intent + imagery.\n2. **Setup** (`references\u002FSETUP.md`) — **install** the Wix apps those capabilities need.\n3. **Seed** (`references\u002FSEED.md`) — **create** the backend content (+ entity images if imagery is on).\n4. **Handoff** (`references\u002FSDK_HANDOFF.md`) — after Setup and Seed, **emit** the integration guide: SDK bootstrap, per-capability call shapes, the **seeded IDs**, and the `@wix\u002F*` package list.\n5. **Finalize deployment** (`\u003CTYPE_DIR>\u002FDEPLOYMENT.md`) — run the project-type's finalize steps.\n\n**Throughout any run** — if the user asks to send feedback to Wix, complains\u002Fgets frustrated, or the\nrun hits any real friction (a confusing error, a doc gap, a tooling dead end, a workaround you had to\ninvent — it doesn't need to repeat), **offer** to relay it to Wix per `references\u002FFEEDBACK.md`. Default\nto offering rather than waiting to be asked. Every flow's finalize step (`\u003CTYPE_DIR>\u002FDEPLOYMENT.md` \u002F\n`managed\u002FCREATE.md` \u002F `managed\u002FCONNECT.md`) ends with the same checkpoint — treat it as a required\nself-check, not optional. Send only after an explicit yes — never automatically.\n\n**Managed create \u002F connect \u002F iterate** — after Discovery, hand the whole run to the managed flow:\n- **create** → **`references\u002Fmanaged\u002FCREATE.md`** (scaffold → Setup → Seed → build the frontend → release).\n- **connect** → **`references\u002Fmanaged\u002FCONNECT.md`** (init → Setup → Seed → wire the existing UI → release).\n- **iterate** → **`references\u002Fmanaged\u002FCONNECT.md`** — the project is already connected, so it reuses the existing `wix.config.json` (no `init`). Setup \u002F Seed \u002F wiring are **incremental**: it may already be set up and seeded from a prior run, so the agent **checks current state first** (installed apps, already-seeded content, existing wiring) and applies only the delta the new intent needs — never blindly re-installing or re-seeding. Re-release only if the frontend build output changed.\n  These reuse the same `SETUP.md`\u002F`SEED.md`\u002F`SDK_HANDOFF.md`, but **apply** the SDK guide to build\u002Fwire the frontend themselves rather than emitting it, and release via `managed\u002FDEPLOYMENT.md`.\n\nEach Wix call uses the universal call shape (`SETUP.md` §1) with `$TOKEN`\u002F`$SITE_ID` obtained per `\u003CTYPE_DIR>\u002FAUTHENTICATION.md`. The skill runs non-interactively except for the one imagery question (and asking the project type if it can't be resolved).\n\n> **Don't smoke-test the frontend locally unless the user asks to verify.** The deliverable is the built-and-released site (managed) or the SDK guide (backend-only) — not a local test report. By **default do not** start a dev server (`wix dev` \u002F `astro dev` \u002F `npm run dev`) to curl pages, drive the cart \u002F booking \u002F login flow, or launch a headless browser: correctness comes from following the recipes, real errors surface at `wix build` \u002F `wix release`, and a headless run can't complete an interactive login or a real payment anyway — so these loops routinely burn minutes of wall for little signal (this is distinct from, and in addition to, the \"release once at the very end\" rule — that one only bans extra *build+release* cycles, not dev-server testing). **Only** spin up a dev server and smoke-test when the user's prompt **explicitly asks to verify \u002F test \u002F confirm it works** — and then keep it to a single lightweight pass (pages compile and render), not a full purchase\u002Fbooking\u002Flogin drive. The one post-release check in `\u003CTYPE_DIR>\u002FDEPLOYMENT.md` is the sanctioned verification.\n\n## Path resolution\n\nCompute `\u003CSKILL_ROOT>` from this file (`\u003CSKILL_ROOT>\u002FSKILL.md` — strip `\u002FSKILL.md`); hold the absolute path in scratch. Then resolve the project type to its folder and hold it too:\n\n> **`\u003CTYPE_DIR>` = `\u003CSKILL_ROOT>\u002Freferences\u002F\u003CprojectType>\u002F`** — one of `managed\u002F`, `self-managed\u002F`, `stripe\u002F`.\n\n| What | Path |\n|---|---|\n| Vertical index (intent matching + per-vertical site spec) | `\u003CSKILL_ROOT>\u002Freferences\u002FCAPABILITIES.md` |\n| Discovery (infer capabilities + brand + intent; existing site → the Dynamic Context call in §1) | `\u003CSKILL_ROOT>\u002Freferences\u002FDISCOVERY.md` |\n| Setup (install apps) | `\u003CSKILL_ROOT>\u002Freferences\u002FSETUP.md` |\n| Seed (create backend content) | `\u003CSKILL_ROOT>\u002Freferences\u002FSEED.md` |\n| SDK-integration handoff (emitted, or applied by create\u002Fconnect) | `\u003CSKILL_ROOT>\u002Freferences\u002FSDK_HANDOFF.md` |\n| Image generation (opt-in; agnostic) | `\u003CSKILL_ROOT>\u002Freferences\u002FIMAGE_GENERATION.md` |\n| AI features — text\u002Fchat + embeddings (opt-in; agnostic) | `\u003CSKILL_ROOT>\u002Freferences\u002FAI_FEATURES.md` |\n| Feedback — relay the user's headless-experience feedback to Wix (opt-in; user-approved) | `\u003CSKILL_ROOT>\u002Freferences\u002FFEEDBACK.md` |\n| **Authentication** — obtain `$TOKEN`\u002F`$SITE_ID`\u002F`clientId` (project-type-specific) | `\u003CTYPE_DIR>\u002FAUTHENTICATION.md` |\n| **Deployment** — finalize the live site (project-type-specific) | `\u003CTYPE_DIR>\u002FDEPLOYMENT.md` |\n| Managed **create** flow (scaffold a new project) | `\u003CSKILL_ROOT>\u002Freferences\u002Fmanaged\u002FCREATE.md` |\n| Managed **connect** flow (wire an existing project) | `\u003CSKILL_ROOT>\u002Freferences\u002Fmanaged\u002FCONNECT.md` |\n| Frontend-axis references (how a frontend wires to Wix) | `\u003CSKILL_ROOT>\u002Freferences\u002Fastro.md`, `non-astro.md` |\n\n**Start a run by opening `DISCOVERY.md`.** The flow files (`CAPABILITIES`, `DISCOVERY`, `SETUP`, `SEED`, `SDK_HANDOFF`, `IMAGE_GENERATION`, `AI_FEATURES`) are project-type-agnostic; the per-type specifics live under `\u003CTYPE_DIR>\u002F` (`AUTHENTICATION.md`, `DEPLOYMENT.md`, and — managed only — `CREATE.md`\u002F`CONNECT.md`).\n\n## Where the *how* comes from\n\nThis skill has **no skill upstream** — the *how* is read from the **live Wix docs** at `dev.wix.com\u002Fdocs`. **Read-priority: a page this skill links is read by `curl`-ing its `.md` twin directly (first priority — don't re-discover a curated link with search); the Wix MCP doc\u002Fsearch tools are second priority, for finding pages the skill doesn't link or as a fallback if a fetch fails.** (Append `.md` to any docs URL for raw markdown; menu pages list child links, content pages carry the schema.)\n\n**Doc discovery is the shared fallback for both tracks — never the first move.** Each track's *primary* source is its pinned material (below); when that doesn't cover what you need, fall back to `references\u002FDOC_DISCOVERY.md` — a semantic doc-search + schema lookup that works with or without the Wix MCP.\n\n- **Seed** reads each capability's create flow from its **inline recipe** — a **self-contained local `inline-recipes\u002Fsetup-*.md`** (mapped per capability in `SEED.md` § \"What to seed per capability\") that inlines the calls and **supersedes** the REST doc pages, so read it and seed from it alone. Only a capability with **no** inline recipe (e.g. `coupons`) falls back to doc discovery (`DOC_DISCOVERY.md`).\n- **Handoff** links the **SDK docs** for each capability's API shape, and supplies the runtime package set from the inlined map in `SDK_HANDOFF.md` (the SDK `.md` pages don't expose `@wix\u002F*` import strings to navigation, so packages are mapped, not navigated).\n\nSetup carries its app-install call (and the appDefId constants) inline in `SETUP.md`; `CAPABILITIES.md` is the vertical index that lets Discovery match intent **and** declares, per built vertical, the *Required site features* + *Implementation checklist* that Seed enables (backend-backed features) and the Handoff carries into the guide (so the host builds a complete site, not a bare data dump). This skill carries the *what* (which capabilities, how much content, what a finished site includes) and reads the *how* off the docs.\n",{"data":35,"body":54},{"name":4,"description":6,"allowed-tools":36},[37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53],"Bash(curl *)","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(cd *)","Bash(ls *)","Bash(mkdir *)","Bash(cp *)","Bash(mv *)","Bash(uuidgen)","Read","Write","Edit",{"type":55,"children":56},"root",[57,65,107,112,158,218,225,245,355,367,374,386,654,681,687,721,946,991,997,1080,1091,1097,1115,1124,1247,1294,1304,1426,1461,1545,1551,1580,1625,1914,2015,2028,2091,2116,2220],{"type":58,"tag":59,"props":60,"children":61},"element","h1",{"id":4},[62],{"type":63,"value":64},"text","Wix Headless",{"type":58,"tag":66,"props":67,"children":68},"p",{},[69,71,77,79,84,86,91,93,98,100,105],{"type":63,"value":70},"This skill connects ",{"type":58,"tag":72,"props":73,"children":74},"strong",{},[75],{"type":63,"value":76},"Wix business services",{"type":63,"value":78}," to a ",{"type":58,"tag":72,"props":80,"children":81},{},[82],{"type":63,"value":83},"Wix Headless frontend",{"type":63,"value":85},". Its core job is to ",{"type":58,"tag":72,"props":87,"children":88},{},[89],{"type":63,"value":90},"configure the Wix backend",{"type":63,"value":92},": infer the needed capabilities, ",{"type":58,"tag":72,"props":94,"children":95},{},[96],{"type":63,"value":97},"install the Wix apps",{"type":63,"value":99},", ",{"type":58,"tag":72,"props":101,"children":102},{},[103],{"type":63,"value":104},"seed the backend content",{"type":63,"value":106},", and produce an SDK-integration guide describing how to call Wix from the frontend.",{"type":58,"tag":66,"props":108,"children":109},{},[110],{"type":63,"value":111},"What happens with the frontend depends on the project type and operation:",{"type":58,"tag":113,"props":114,"children":115},"ul",{},[116,141],{"type":58,"tag":117,"props":118,"children":119},"li",{},[120,125,127,132,134,139],{"type":58,"tag":72,"props":121,"children":122},{},[123],{"type":63,"value":124},"Backend-only",{"type":63,"value":126}," (self-managed, stripe, or a managed \"just set up the backend\" run) — the skill ",{"type":58,"tag":72,"props":128,"children":129},{},[130],{"type":63,"value":131},"emits the SDK guide",{"type":63,"value":133}," as its final output; the ",{"type":58,"tag":72,"props":135,"children":136},{},[137],{"type":63,"value":138},"host owns",{"type":63,"value":140}," the frontend, build, and hosting.",{"type":58,"tag":117,"props":142,"children":143},{},[144,149,151,156],{"type":58,"tag":72,"props":145,"children":146},{},[147],{"type":63,"value":148},"Managed create \u002F connect",{"type":63,"value":150}," — the skill ",{"type":58,"tag":72,"props":152,"children":153},{},[154],{"type":63,"value":155},"also owns the frontend",{"type":63,"value":157},": it scaffolds a new project (create) or attaches Wix to an existing one (connect), wires it to the backend using that same guide, builds, and releases to Wix. (There is no Designer or template library — the frontend is built ad-hoc to intent.)",{"type":58,"tag":159,"props":160,"children":161},"blockquote",{},[162],{"type":58,"tag":66,"props":163,"children":164},{},[165,170,172,177,179,184,186,191,193,200,202,208,210,216],{"type":58,"tag":72,"props":166,"children":167},{},[168],{"type":63,"value":169},"On a backend-only run the skill does not own the project scaffolding.",{"type":63,"value":171}," When the work needs a frontend, ",{"type":58,"tag":72,"props":173,"children":174},{},[175],{"type":63,"value":176},"scaffold it according to user intent",{"type":63,"value":178}," — framework and structure follow the prompt; the skill's job is the Wix backend plus the ",{"type":58,"tag":72,"props":180,"children":181},{},[182],{"type":63,"value":183},"emitted SDK guide",{"type":63,"value":185}," describing how to call Wix from whatever frontend exists, not choosing or generating the app. This is the norm for a ",{"type":58,"tag":72,"props":187,"children":188},{},[189],{"type":63,"value":190},"stripe",{"type":63,"value":192}," run: the project is provisioned via Stripe Projects (credentials land in ",{"type":58,"tag":194,"props":195,"children":197},"code",{"className":196},[],[198],{"type":63,"value":199},".env",{"type":63,"value":201}," — see ",{"type":58,"tag":194,"props":203,"children":205},{"className":204},[],[206],{"type":63,"value":207},"stripe\u002FAUTHENTICATION.md",{"type":63,"value":209},"), the skill configures the backend and emits the guide, and the live site is finalized per ",{"type":58,"tag":194,"props":211,"children":213},{"className":212},[],[214],{"type":63,"value":215},"stripe\u002FDEPLOYMENT.md",{"type":63,"value":217}," — while the frontend is scaffolded and wired to intent, by the host.",{"type":58,"tag":219,"props":220,"children":222},"h2",{"id":221},"project-types",[223],{"type":63,"value":224},"Project types",{"type":58,"tag":66,"props":226,"children":227},{},[228,230,235,237,243],{"type":63,"value":229},"The skill behaves identically across project types ",{"type":58,"tag":72,"props":231,"children":232},{},[233],{"type":63,"value":234},"except for authentication and deployment",{"type":63,"value":236},", which are isolated in a per-type folder under ",{"type":58,"tag":194,"props":238,"children":240},{"className":239},[],[241],{"type":63,"value":242},"references\u002F",{"type":63,"value":244},":",{"type":58,"tag":246,"props":247,"children":248},"table",{},[249,273],{"type":58,"tag":250,"props":251,"children":252},"thead",{},[253],{"type":58,"tag":254,"props":255,"children":256},"tr",{},[257,263,268],{"type":58,"tag":258,"props":259,"children":260},"th",{},[261],{"type":63,"value":262},"Project type",{"type":58,"tag":258,"props":264,"children":265},{},[266],{"type":63,"value":267},"Hosting",{"type":58,"tag":258,"props":269,"children":270},{},[271],{"type":63,"value":272},"Authentication & deployment live in",{"type":58,"tag":274,"props":275,"children":276},"tbody",{},[277,304,330],{"type":58,"tag":254,"props":278,"children":279},{},[280,290,295],{"type":58,"tag":281,"props":282,"children":283},"td",{},[284],{"type":58,"tag":194,"props":285,"children":287},{"className":286},[],[288],{"type":63,"value":289},"managed",{"type":58,"tag":281,"props":291,"children":292},{},[293],{"type":63,"value":294},"Wix infrastructure (maintained by Wix)",{"type":58,"tag":281,"props":296,"children":297},{},[298],{"type":58,"tag":194,"props":299,"children":301},{"className":300},[],[302],{"type":63,"value":303},"references\u002Fmanaged\u002F",{"type":58,"tag":254,"props":305,"children":306},{},[307,316,321],{"type":58,"tag":281,"props":308,"children":309},{},[310],{"type":58,"tag":194,"props":311,"children":313},{"className":312},[],[314],{"type":63,"value":315},"self-managed",{"type":58,"tag":281,"props":317,"children":318},{},[319],{"type":63,"value":320},"the user's own host (TBD)",{"type":58,"tag":281,"props":322,"children":323},{},[324],{"type":58,"tag":194,"props":325,"children":327},{"className":326},[],[328],{"type":63,"value":329},"references\u002Fself-managed\u002F",{"type":58,"tag":254,"props":331,"children":332},{},[333,341,346],{"type":58,"tag":281,"props":334,"children":335},{},[336],{"type":58,"tag":194,"props":337,"children":339},{"className":338},[],[340],{"type":63,"value":190},{"type":58,"tag":281,"props":342,"children":343},{},[344],{"type":63,"value":345},"the user's own host, provisioned via Stripe Projects",{"type":58,"tag":281,"props":347,"children":348},{},[349],{"type":58,"tag":194,"props":350,"children":352},{"className":351},[],[353],{"type":63,"value":354},"references\u002Fstripe\u002F",{"type":58,"tag":66,"props":356,"children":357},{},[358,360,365],{"type":63,"value":359},"Everything else — Discovery, Setup, Seed, the SDK handoff — is ",{"type":58,"tag":72,"props":361,"children":362},{},[363],{"type":63,"value":364},"project-type-agnostic",{"type":63,"value":366}," and refers to \"the provided authentication mechanism\" rather than any specific method.",{"type":58,"tag":368,"props":369,"children":371},"h3",{"id":370},"resolving-the-project-type",[372],{"type":63,"value":373},"Resolving the project type",{"type":58,"tag":66,"props":375,"children":376},{},[377,379,384],{"type":63,"value":378},"Resolve the type ",{"type":58,"tag":72,"props":380,"children":381},{},[382],{"type":63,"value":383},"before Discovery",{"type":63,"value":385},", in this order — stop at the first that decides:",{"type":58,"tag":387,"props":388,"children":389},"ol",{},[390,420,577,637],{"type":58,"tag":117,"props":391,"children":392},{},[393,398,400,405,407,412,413,418],{"type":58,"tag":72,"props":394,"children":395},{},[396],{"type":63,"value":397},"Caller-provided.",{"type":63,"value":399}," If the host\u002Fcaller passed a project type (",{"type":58,"tag":194,"props":401,"children":403},{"className":402},[],[404],{"type":63,"value":289},{"type":63,"value":406}," | ",{"type":58,"tag":194,"props":408,"children":410},{"className":409},[],[411],{"type":63,"value":315},{"type":63,"value":406},{"type":58,"tag":194,"props":414,"children":416},{"className":415},[],[417],{"type":63,"value":190},{"type":63,"value":419},"), use it. An explicit value always wins.",{"type":58,"tag":117,"props":421,"children":422},{},[423,428,430],{"type":58,"tag":72,"props":424,"children":425},{},[426],{"type":63,"value":427},"Detect from project signals (on disk).",{"type":63,"value":429}," Check the working directory (read-only):\n",{"type":58,"tag":113,"props":431,"children":432},{},[433,484,536],{"type":58,"tag":117,"props":434,"children":435},{},[436,444,446,451,453,459,461,467,468,474,476,482],{"type":58,"tag":72,"props":437,"children":438},{},[439],{"type":58,"tag":194,"props":440,"children":442},{"className":441},[],[443],{"type":63,"value":190},{"type":63,"value":445}," — ",{"type":58,"tag":194,"props":447,"children":449},{"className":448},[],[450],{"type":63,"value":199},{"type":63,"value":452}," carries ",{"type":58,"tag":194,"props":454,"children":456},{"className":455},[],[457],{"type":63,"value":458},"WIX_WIX_CLIENT_ID",{"type":63,"value":460}," \u002F ",{"type":58,"tag":194,"props":462,"children":464},{"className":463},[],[465],{"type":63,"value":466},"WIX_WIX_CLIENT_SECRET",{"type":63,"value":460},{"type":58,"tag":194,"props":469,"children":471},{"className":470},[],[472],{"type":63,"value":473},"WIX_WIX_METASITE_ID",{"type":63,"value":475}," (or the plain ",{"type":58,"tag":194,"props":477,"children":479},{"className":478},[],[480],{"type":63,"value":481},"WIX_*",{"type":63,"value":483}," fallback). This is the Stripe-Projects fingerprint.",{"type":58,"tag":117,"props":485,"children":486},{},[487,495,497,503,505,511,513,519,520,526,528,534],{"type":58,"tag":72,"props":488,"children":489},{},[490],{"type":58,"tag":194,"props":491,"children":493},{"className":492},[],[494],{"type":63,"value":289},{"type":63,"value":496}," — a Wix CLI project: ",{"type":58,"tag":194,"props":498,"children":500},{"className":499},[],[501],{"type":63,"value":502},"wix.config.json",{"type":63,"value":504}," present, or a ",{"type":58,"tag":194,"props":506,"children":508},{"className":507},[],[509],{"type":63,"value":510},".wix\u002F",{"type":63,"value":512}," directory, or ",{"type":58,"tag":194,"props":514,"children":516},{"className":515},[],[517],{"type":63,"value":518},"@wix\u002Fcli",{"type":63,"value":460},{"type":58,"tag":194,"props":521,"children":523},{"className":522},[],[524],{"type":63,"value":525},"@wix\u002Fastro",{"type":63,"value":527}," in ",{"type":58,"tag":194,"props":529,"children":531},{"className":530},[],[532],{"type":63,"value":533},"package.json",{"type":63,"value":535},".",{"type":58,"tag":117,"props":537,"children":538},{},[539,547,549,554,556,561,563,568,570,575],{"type":58,"tag":72,"props":540,"children":541},{},[542],{"type":58,"tag":194,"props":543,"children":545},{"className":544},[],[546],{"type":63,"value":315},{"type":63,"value":548}," — a frontend project on disk (e.g. ",{"type":58,"tag":194,"props":550,"children":552},{"className":551},[],[553],{"type":63,"value":533},{"type":63,"value":555}," with a bundler\u002Fframework) with ",{"type":58,"tag":72,"props":557,"children":558},{},[559],{"type":63,"value":560},"neither",{"type":63,"value":562}," the Stripe ",{"type":58,"tag":194,"props":564,"children":566},{"className":565},[],[567],{"type":63,"value":199},{"type":63,"value":569}," fingerprint ",{"type":58,"tag":72,"props":571,"children":572},{},[573],{"type":63,"value":574},"nor",{"type":63,"value":576}," the Wix-CLI markers above.",{"type":58,"tag":117,"props":578,"children":579},{},[580,585,587],{"type":58,"tag":72,"props":581,"children":582},{},[583],{"type":63,"value":584},"Detect from user intent.",{"type":63,"value":586}," If disk is inconclusive, read the prompt:\n",{"type":58,"tag":113,"props":588,"children":589},{},[590,611,624],{"type":58,"tag":117,"props":591,"children":592},{},[593,601,603,609],{"type":58,"tag":72,"props":594,"children":595},{},[596],{"type":58,"tag":194,"props":597,"children":599},{"className":598},[],[600],{"type":63,"value":289},{"type":63,"value":602}," — \"managed\", \"host on Wix\", \"Wix-hosted\", \"deploy to Wix\", \"",{"type":58,"tag":194,"props":604,"children":606},{"className":605},[],[607],{"type":63,"value":608},"wix release",{"type":63,"value":610},"\".",{"type":58,"tag":117,"props":612,"children":613},{},[614,622],{"type":58,"tag":72,"props":615,"children":616},{},[617],{"type":58,"tag":194,"props":618,"children":620},{"className":619},[],[621],{"type":63,"value":190},{"type":63,"value":623}," — \"stripe projects\", \"I added Wix via Stripe\", a Stripe-Projects context.",{"type":58,"tag":117,"props":625,"children":626},{},[627,635],{"type":58,"tag":72,"props":628,"children":629},{},[630],{"type":58,"tag":194,"props":631,"children":633},{"className":632},[],[634],{"type":63,"value":315},{"type":63,"value":636}," — \"self-hosted\", \"my own host\", names a non-Wix host, \"I'll deploy it myself\".",{"type":58,"tag":117,"props":638,"children":639},{},[640,645,647,652],{"type":58,"tag":72,"props":641,"children":642},{},[643],{"type":63,"value":644},"Ask.",{"type":63,"value":646}," If signals are absent or conflict, ",{"type":58,"tag":72,"props":648,"children":649},{},[650],{"type":63,"value":651},"ask the user",{"type":63,"value":653}," which type applies — don't guess.",{"type":58,"tag":66,"props":655,"children":656},{},[657,659,665,667,672,674,679],{"type":63,"value":658},"Hold the resolved type in scratch; it selects ",{"type":58,"tag":194,"props":660,"children":662},{"className":661},[],[663],{"type":63,"value":664},"\u003CTYPE_DIR>",{"type":63,"value":666}," (see Path resolution). Note ",{"type":58,"tag":194,"props":668,"children":670},{"className":669},[],[671],{"type":63,"value":315},{"type":63,"value":673}," is ",{"type":58,"tag":72,"props":675,"children":676},{},[677],{"type":63,"value":678},"TBD",{"type":63,"value":680}," — once resolved to it, the auth step will stop with a clear \"not wired yet\" error.",{"type":58,"tag":368,"props":682,"children":684},{"id":683},"resolving-the-operation-managed-only",[685],{"type":63,"value":686},"Resolving the operation (managed only)",{"type":58,"tag":66,"props":688,"children":689},{},[690,692,697,699,704,706,711,713,719],{"type":63,"value":691},"create\u002Fconnect\u002Fiterate are ",{"type":58,"tag":72,"props":693,"children":694},{},[695],{"type":63,"value":696},"managed-only",{"type":63,"value":698},". For ",{"type":58,"tag":194,"props":700,"children":702},{"className":701},[],[703],{"type":63,"value":289},{"type":63,"value":705},", resolve the operation ",{"type":58,"tag":72,"props":707,"children":708},{},[709],{"type":63,"value":710},"by intent first, directory second",{"type":63,"value":712}," — never let an empty directory override what the user is asking for. Check ",{"type":58,"tag":194,"props":714,"children":716},{"className":715},[],[717],{"type":63,"value":718},"iterate",{"type":63,"value":720}," first (it's decided by an unambiguous on-disk signal):",{"type":58,"tag":113,"props":722,"children":723},{},[724,807,904,932],{"type":58,"tag":117,"props":725,"children":726},{},[727,735,737,743,745,750,752,757,759,764,766,772,774,785,787,792,794,806],{"type":58,"tag":72,"props":728,"children":729},{},[730],{"type":58,"tag":194,"props":731,"children":733},{"className":732},[],[734],{"type":63,"value":718},{"type":63,"value":736}," → ",{"type":58,"tag":194,"props":738,"children":740},{"className":739},[],[741],{"type":63,"value":742},"references\u002Fmanaged\u002FCONNECT.md",{"type":63,"value":744},". The project is ",{"type":58,"tag":72,"props":746,"children":747},{},[748],{"type":63,"value":749},"already connected to Wix",{"type":63,"value":751}," — a ",{"type":58,"tag":194,"props":753,"children":755},{"className":754},[],[756],{"type":63,"value":502},{"type":63,"value":758}," (or ",{"type":58,"tag":194,"props":760,"children":762},{"className":761},[],[763],{"type":63,"value":510},{"type":63,"value":765},") is already present — and the owner wants to add or change capabilities. Same flow as ",{"type":58,"tag":194,"props":767,"children":769},{"className":768},[],[770],{"type":63,"value":771},"connect",{"type":63,"value":773},", but §1 ",{"type":58,"tag":72,"props":775,"children":776},{},[777,779],{"type":63,"value":778},"skips ",{"type":58,"tag":194,"props":780,"children":782},{"className":781},[],[783],{"type":63,"value":784},"init",{"type":63,"value":786}," and reuses the existing ",{"type":58,"tag":194,"props":788,"children":790},{"className":789},[],[791],{"type":63,"value":502},{"type":63,"value":793},"; ",{"type":58,"tag":72,"props":795,"children":796},{},[797,799,804],{"type":63,"value":798},"never re-",{"type":58,"tag":194,"props":800,"children":802},{"className":801},[],[803],{"type":63,"value":784},{"type":63,"value":805}," an already-connected project",{"type":63,"value":535},{"type":58,"tag":117,"props":808,"children":809},{},[810,818,819,824,826,831,833,838,840,845,846,851,853,859,861,865,867,879,881,887,889,895,897,902],{"type":58,"tag":72,"props":811,"children":812},{},[813],{"type":58,"tag":194,"props":814,"children":816},{"className":815},[],[817],{"type":63,"value":771},{"type":63,"value":736},{"type":58,"tag":194,"props":820,"children":822},{"className":821},[],[823],{"type":63,"value":742},{"type":63,"value":825},". The user ",{"type":58,"tag":72,"props":827,"children":828},{},[829],{"type":63,"value":830},"brings a design not yet connected to Wix and wants it wired",{"type":63,"value":832},": a frontend project on disk ",{"type":58,"tag":72,"props":834,"children":835},{},[836],{"type":63,"value":837},"without",{"type":63,"value":839}," a ",{"type":58,"tag":194,"props":841,"children":843},{"className":842},[],[844],{"type":63,"value":502},{"type":63,"value":99},{"type":58,"tag":72,"props":847,"children":848},{},[849],{"type":63,"value":850},"or",{"type":63,"value":852}," a brought-in\u002Ffetched design (a ",{"type":58,"tag":194,"props":854,"children":856},{"className":855},[],[857],{"type":63,"value":858},".zip",{"type":63,"value":860},"\u002Ffolder\u002Ffile you unzip or read, a design-file URL, a Claude-Design\u002Fv0\u002FLovable export), ",{"type":58,"tag":72,"props":862,"children":863},{},[864],{"type":63,"value":850},{"type":63,"value":866}," language like \"connect this \u002F implement this design (… connecting to Wix) \u002F host this on Wix \u002F deploy this to Wix \u002F add Wix Headless to this project\". ",{"type":58,"tag":72,"props":868,"children":869},{},[870,872,877],{"type":63,"value":871},"A brought-in or fetched design is ",{"type":58,"tag":194,"props":873,"children":875},{"className":874},[],[876],{"type":63,"value":771},{"type":63,"value":878}," even when the current directory is empty",{"type":63,"value":880}," — the design arrives from elsewhere (zip\u002Ffetch\u002FURL), so emptiness at trigger time is ",{"type":58,"tag":882,"props":883,"children":884},"em",{},[885],{"type":63,"value":886},"not",{"type":63,"value":888}," a create signal. (",{"type":58,"tag":194,"props":890,"children":892},{"className":891},[],[893],{"type":63,"value":894},"CONNECT.md",{"type":63,"value":896}," step 1 places the brought design into CWD, then ",{"type":58,"tag":194,"props":898,"children":900},{"className":899},[],[901],{"type":63,"value":784},{"type":63,"value":903},"s it.)",{"type":58,"tag":117,"props":905,"children":906},{},[907,916,917,923,925,930],{"type":58,"tag":72,"props":908,"children":909},{},[910],{"type":58,"tag":194,"props":911,"children":913},{"className":912},[],[914],{"type":63,"value":915},"create",{"type":63,"value":736},{"type":58,"tag":194,"props":918,"children":920},{"className":919},[],[921],{"type":63,"value":922},"references\u002Fmanaged\u002FCREATE.md",{"type":63,"value":924},". The user wants a ",{"type":58,"tag":72,"props":926,"children":927},{},[928],{"type":63,"value":929},"new site built from a prompt with nothing brought in",{"type":63,"value":931}," — \"build me a site \u002F store \u002F blog…\", no design file, no project on disk.",{"type":58,"tag":117,"props":933,"children":934},{},[935,944],{"type":58,"tag":72,"props":936,"children":937},{},[938],{"type":58,"tag":194,"props":939,"children":941},{"className":940},[],[942],{"type":63,"value":943},"backend-only",{"type":63,"value":945}," — the user only wants the backend configured (no frontend work). → the shared spine + emit the SDK handoff.",{"type":58,"tag":66,"props":947,"children":948},{},[949,951,956,958,963,965,969,971,976,978,983,985,990],{"type":63,"value":950},"For ",{"type":58,"tag":194,"props":952,"children":954},{"className":953},[],[955],{"type":63,"value":315},{"type":63,"value":957}," and ",{"type":58,"tag":194,"props":959,"children":961},{"className":960},[],[962],{"type":63,"value":190},{"type":63,"value":964},", the operation is always ",{"type":58,"tag":72,"props":966,"children":967},{},[968],{"type":63,"value":943},{"type":63,"value":970}," (the host owns the frontend). Only when there is ",{"type":58,"tag":72,"props":972,"children":973},{},[974],{"type":63,"value":975},"genuinely no brought-in design and no connect language",{"type":63,"value":977}," does directory emptiness decide: empty → ",{"type":58,"tag":194,"props":979,"children":981},{"className":980},[],[982],{"type":63,"value":915},{"type":63,"value":984},"; an existing frontend on disk → ",{"type":58,"tag":194,"props":986,"children":988},{"className":987},[],[989],{"type":63,"value":771},{"type":63,"value":535},{"type":58,"tag":219,"props":992,"children":994},{"id":993},"preconditions-the-host-provides-these-we-read-never-create",[995],{"type":63,"value":996},"Preconditions (the host provides these — we read, never create)",{"type":58,"tag":387,"props":998,"children":999},{},[1000,1042,1060,1070],{"type":58,"tag":117,"props":1001,"children":1002},{},[1003,1008,1009,1014,1015,1020,1021,1026,1028,1033,1035,1040],{"type":58,"tag":72,"props":1004,"children":1005},{},[1006],{"type":63,"value":1007},"The project type",{"type":63,"value":445},{"type":58,"tag":194,"props":1010,"children":1012},{"className":1011},[],[1013],{"type":63,"value":289},{"type":63,"value":406},{"type":58,"tag":194,"props":1016,"children":1018},{"className":1017},[],[1019],{"type":63,"value":315},{"type":63,"value":406},{"type":58,"tag":194,"props":1022,"children":1024},{"className":1023},[],[1025],{"type":63,"value":190},{"type":63,"value":1027}," — provided by the caller, else ",{"type":58,"tag":72,"props":1029,"children":1030},{},[1031],{"type":63,"value":1032},"detected from project signals \u002F user intent",{"type":63,"value":1034}," (see Project types § \"Resolving the project type\"), else asked. It selects ",{"type":58,"tag":194,"props":1036,"children":1038},{"className":1037},[],[1039],{"type":63,"value":664},{"type":63,"value":1041}," (see Path resolution).",{"type":58,"tag":117,"props":1043,"children":1044},{},[1045,1050,1052,1058],{"type":58,"tag":72,"props":1046,"children":1047},{},[1048],{"type":63,"value":1049},"A Wix metasite + a headless OAuth app exist, and credentials are available",{"type":63,"value":1051}," — obtained via the project type's ",{"type":58,"tag":194,"props":1053,"children":1055},{"className":1054},[],[1056],{"type":63,"value":1057},"AUTHENTICATION.md",{"type":63,"value":1059},". The skill needs a bearer token authorized for the metasite and the metasite id.",{"type":58,"tag":117,"props":1061,"children":1062},{},[1063,1068],{"type":58,"tag":72,"props":1064,"children":1065},{},[1066],{"type":63,"value":1067},"The user intent",{"type":63,"value":1069}," — free text describing what Wix should power (\"add a store\", \"blog + contact form\", \"persist my app's data\").",{"type":58,"tag":117,"props":1071,"children":1072},{},[1073,1078],{"type":58,"tag":882,"props":1074,"children":1075},{},[1076],{"type":63,"value":1077},"(Optional)",{"type":63,"value":1079}," the project on disk — read-only, to sharpen brand\u002Fcapability inference.",{"type":58,"tag":66,"props":1081,"children":1082},{},[1083,1085,1090],{"type":63,"value":1084},"If the credentials are absent, the Wix backend isn't reachable — ",{"type":58,"tag":72,"props":1086,"children":1087},{},[1088],{"type":63,"value":1089},"stop with a clear error",{"type":63,"value":535},{"type":58,"tag":219,"props":1092,"children":1094},{"id":1093},"what-this-skill-does",[1095],{"type":63,"value":1096},"What this skill does",{"type":58,"tag":66,"props":1098,"children":1099},{},[1100,1113],{"type":58,"tag":72,"props":1101,"children":1102},{},[1103,1105,1111],{"type":63,"value":1104},"Always open ",{"type":58,"tag":194,"props":1106,"children":1108},{"className":1107},[],[1109],{"type":63,"value":1110},"DISCOVERY.md",{"type":63,"value":1112}," first",{"type":63,"value":1114}," (it's agnostic — capability\u002Fbrand\u002Fintent inference + the imagery gate, no auth). Then route by project type + operation:",{"type":58,"tag":66,"props":1116,"children":1117},{},[1118,1122],{"type":58,"tag":72,"props":1119,"children":1120},{},[1121],{"type":63,"value":124},{"type":63,"value":1123}," (self-managed, stripe, or managed backend-only) — the lean spine:",{"type":58,"tag":387,"props":1125,"children":1126},{},[1127,1145,1169,1191,1230],{"type":58,"tag":117,"props":1128,"children":1129},{},[1130,1135,1137,1143],{"type":58,"tag":72,"props":1131,"children":1132},{},[1133],{"type":63,"value":1134},"Discovery",{"type":63,"value":1136}," (",{"type":58,"tag":194,"props":1138,"children":1140},{"className":1139},[],[1141],{"type":63,"value":1142},"references\u002FDISCOVERY.md",{"type":63,"value":1144},") — infer capabilities + brand + intent + imagery.",{"type":58,"tag":117,"props":1146,"children":1147},{},[1148,1153,1154,1160,1162,1167],{"type":58,"tag":72,"props":1149,"children":1150},{},[1151],{"type":63,"value":1152},"Setup",{"type":63,"value":1136},{"type":58,"tag":194,"props":1155,"children":1157},{"className":1156},[],[1158],{"type":63,"value":1159},"references\u002FSETUP.md",{"type":63,"value":1161},") — ",{"type":58,"tag":72,"props":1163,"children":1164},{},[1165],{"type":63,"value":1166},"install",{"type":63,"value":1168}," the Wix apps those capabilities need.",{"type":58,"tag":117,"props":1170,"children":1171},{},[1172,1177,1178,1184,1185,1189],{"type":58,"tag":72,"props":1173,"children":1174},{},[1175],{"type":63,"value":1176},"Seed",{"type":63,"value":1136},{"type":58,"tag":194,"props":1179,"children":1181},{"className":1180},[],[1182],{"type":63,"value":1183},"references\u002FSEED.md",{"type":63,"value":1161},{"type":58,"tag":72,"props":1186,"children":1187},{},[1188],{"type":63,"value":915},{"type":63,"value":1190}," the backend content (+ entity images if imagery is on).",{"type":58,"tag":117,"props":1192,"children":1193},{},[1194,1199,1200,1206,1208,1213,1215,1220,1222,1228],{"type":58,"tag":72,"props":1195,"children":1196},{},[1197],{"type":63,"value":1198},"Handoff",{"type":63,"value":1136},{"type":58,"tag":194,"props":1201,"children":1203},{"className":1202},[],[1204],{"type":63,"value":1205},"references\u002FSDK_HANDOFF.md",{"type":63,"value":1207},") — after Setup and Seed, ",{"type":58,"tag":72,"props":1209,"children":1210},{},[1211],{"type":63,"value":1212},"emit",{"type":63,"value":1214}," the integration guide: SDK bootstrap, per-capability call shapes, the ",{"type":58,"tag":72,"props":1216,"children":1217},{},[1218],{"type":63,"value":1219},"seeded IDs",{"type":63,"value":1221},", and the ",{"type":58,"tag":194,"props":1223,"children":1225},{"className":1224},[],[1226],{"type":63,"value":1227},"@wix\u002F*",{"type":63,"value":1229}," package list.",{"type":58,"tag":117,"props":1231,"children":1232},{},[1233,1238,1239,1245],{"type":58,"tag":72,"props":1234,"children":1235},{},[1236],{"type":63,"value":1237},"Finalize deployment",{"type":63,"value":1136},{"type":58,"tag":194,"props":1240,"children":1242},{"className":1241},[],[1243],{"type":63,"value":1244},"\u003CTYPE_DIR>\u002FDEPLOYMENT.md",{"type":63,"value":1246},") — run the project-type's finalize steps.",{"type":58,"tag":66,"props":1248,"children":1249},{},[1250,1255,1257,1262,1264,1270,1272,1277,1279,1285,1286,1292],{"type":58,"tag":72,"props":1251,"children":1252},{},[1253],{"type":63,"value":1254},"Throughout any run",{"type":63,"value":1256}," — if the user asks to send feedback to Wix, complains\u002Fgets frustrated, or the\nrun hits any real friction (a confusing error, a doc gap, a tooling dead end, a workaround you had to\ninvent — it doesn't need to repeat), ",{"type":58,"tag":72,"props":1258,"children":1259},{},[1260],{"type":63,"value":1261},"offer",{"type":63,"value":1263}," to relay it to Wix per ",{"type":58,"tag":194,"props":1265,"children":1267},{"className":1266},[],[1268],{"type":63,"value":1269},"references\u002FFEEDBACK.md",{"type":63,"value":1271},". Default\nto offering rather than waiting to be asked. Every flow's finalize step (",{"type":58,"tag":194,"props":1273,"children":1275},{"className":1274},[],[1276],{"type":63,"value":1244},{"type":63,"value":1278}," \u002F\n",{"type":58,"tag":194,"props":1280,"children":1282},{"className":1281},[],[1283],{"type":63,"value":1284},"managed\u002FCREATE.md",{"type":63,"value":460},{"type":58,"tag":194,"props":1287,"children":1289},{"className":1288},[],[1290],{"type":63,"value":1291},"managed\u002FCONNECT.md",{"type":63,"value":1293},") ends with the same checkpoint — treat it as a required\nself-check, not optional. Send only after an explicit yes — never automatically.",{"type":58,"tag":66,"props":1295,"children":1296},{},[1297,1302],{"type":58,"tag":72,"props":1298,"children":1299},{},[1300],{"type":63,"value":1301},"Managed create \u002F connect \u002F iterate",{"type":63,"value":1303}," — after Discovery, hand the whole run to the managed flow:",{"type":58,"tag":113,"props":1305,"children":1306},{},[1307,1325,1343],{"type":58,"tag":117,"props":1308,"children":1309},{},[1310,1314,1315,1323],{"type":58,"tag":72,"props":1311,"children":1312},{},[1313],{"type":63,"value":915},{"type":63,"value":736},{"type":58,"tag":72,"props":1316,"children":1317},{},[1318],{"type":58,"tag":194,"props":1319,"children":1321},{"className":1320},[],[1322],{"type":63,"value":922},{"type":63,"value":1324}," (scaffold → Setup → Seed → build the frontend → release).",{"type":58,"tag":117,"props":1326,"children":1327},{},[1328,1332,1333,1341],{"type":58,"tag":72,"props":1329,"children":1330},{},[1331],{"type":63,"value":771},{"type":63,"value":736},{"type":58,"tag":72,"props":1334,"children":1335},{},[1336],{"type":58,"tag":194,"props":1337,"children":1339},{"className":1338},[],[1340],{"type":63,"value":742},{"type":63,"value":1342}," (init → Setup → Seed → wire the existing UI → release).",{"type":58,"tag":117,"props":1344,"children":1345},{},[1346,1350,1351,1359,1361,1366,1368,1373,1375,1380,1382,1387,1389,1395,1397,1403,1404,1410,1412,1417,1419,1425],{"type":58,"tag":72,"props":1347,"children":1348},{},[1349],{"type":63,"value":718},{"type":63,"value":736},{"type":58,"tag":72,"props":1352,"children":1353},{},[1354],{"type":58,"tag":194,"props":1355,"children":1357},{"className":1356},[],[1358],{"type":63,"value":742},{"type":63,"value":1360}," — the project is already connected, so it reuses the existing ",{"type":58,"tag":194,"props":1362,"children":1364},{"className":1363},[],[1365],{"type":63,"value":502},{"type":63,"value":1367}," (no ",{"type":58,"tag":194,"props":1369,"children":1371},{"className":1370},[],[1372],{"type":63,"value":784},{"type":63,"value":1374},"). Setup \u002F Seed \u002F wiring are ",{"type":58,"tag":72,"props":1376,"children":1377},{},[1378],{"type":63,"value":1379},"incremental",{"type":63,"value":1381},": it may already be set up and seeded from a prior run, so the agent ",{"type":58,"tag":72,"props":1383,"children":1384},{},[1385],{"type":63,"value":1386},"checks current state first",{"type":63,"value":1388}," (installed apps, already-seeded content, existing wiring) and applies only the delta the new intent needs — never blindly re-installing or re-seeding. Re-release only if the frontend build output changed.\nThese reuse the same ",{"type":58,"tag":194,"props":1390,"children":1392},{"className":1391},[],[1393],{"type":63,"value":1394},"SETUP.md",{"type":63,"value":1396},"\u002F",{"type":58,"tag":194,"props":1398,"children":1400},{"className":1399},[],[1401],{"type":63,"value":1402},"SEED.md",{"type":63,"value":1396},{"type":58,"tag":194,"props":1405,"children":1407},{"className":1406},[],[1408],{"type":63,"value":1409},"SDK_HANDOFF.md",{"type":63,"value":1411},", but ",{"type":58,"tag":72,"props":1413,"children":1414},{},[1415],{"type":63,"value":1416},"apply",{"type":63,"value":1418}," the SDK guide to build\u002Fwire the frontend themselves rather than emitting it, and release via ",{"type":58,"tag":194,"props":1420,"children":1422},{"className":1421},[],[1423],{"type":63,"value":1424},"managed\u002FDEPLOYMENT.md",{"type":63,"value":535},{"type":58,"tag":66,"props":1427,"children":1428},{},[1429,1431,1436,1438,1444,1445,1451,1453,1459],{"type":63,"value":1430},"Each Wix call uses the universal call shape (",{"type":58,"tag":194,"props":1432,"children":1434},{"className":1433},[],[1435],{"type":63,"value":1394},{"type":63,"value":1437}," §1) with ",{"type":58,"tag":194,"props":1439,"children":1441},{"className":1440},[],[1442],{"type":63,"value":1443},"$TOKEN",{"type":63,"value":1396},{"type":58,"tag":194,"props":1446,"children":1448},{"className":1447},[],[1449],{"type":63,"value":1450},"$SITE_ID",{"type":63,"value":1452}," obtained per ",{"type":58,"tag":194,"props":1454,"children":1456},{"className":1455},[],[1457],{"type":63,"value":1458},"\u003CTYPE_DIR>\u002FAUTHENTICATION.md",{"type":63,"value":1460},". The skill runs non-interactively except for the one imagery question (and asking the project type if it can't be resolved).",{"type":58,"tag":159,"props":1462,"children":1463},{},[1464],{"type":58,"tag":66,"props":1465,"children":1466},{},[1467,1472,1474,1479,1481,1487,1488,1494,1495,1501,1503,1509,1510,1515,1517,1522,1524,1529,1531,1536,1538,1543],{"type":58,"tag":72,"props":1468,"children":1469},{},[1470],{"type":63,"value":1471},"Don't smoke-test the frontend locally unless the user asks to verify.",{"type":63,"value":1473}," The deliverable is the built-and-released site (managed) or the SDK guide (backend-only) — not a local test report. By ",{"type":58,"tag":72,"props":1475,"children":1476},{},[1477],{"type":63,"value":1478},"default do not",{"type":63,"value":1480}," start a dev server (",{"type":58,"tag":194,"props":1482,"children":1484},{"className":1483},[],[1485],{"type":63,"value":1486},"wix dev",{"type":63,"value":460},{"type":58,"tag":194,"props":1489,"children":1491},{"className":1490},[],[1492],{"type":63,"value":1493},"astro dev",{"type":63,"value":460},{"type":58,"tag":194,"props":1496,"children":1498},{"className":1497},[],[1499],{"type":63,"value":1500},"npm run dev",{"type":63,"value":1502},") to curl pages, drive the cart \u002F booking \u002F login flow, or launch a headless browser: correctness comes from following the recipes, real errors surface at ",{"type":58,"tag":194,"props":1504,"children":1506},{"className":1505},[],[1507],{"type":63,"value":1508},"wix build",{"type":63,"value":460},{"type":58,"tag":194,"props":1511,"children":1513},{"className":1512},[],[1514],{"type":63,"value":608},{"type":63,"value":1516},", and a headless run can't complete an interactive login or a real payment anyway — so these loops routinely burn minutes of wall for little signal (this is distinct from, and in addition to, the \"release once at the very end\" rule — that one only bans extra ",{"type":58,"tag":882,"props":1518,"children":1519},{},[1520],{"type":63,"value":1521},"build+release",{"type":63,"value":1523}," cycles, not dev-server testing). ",{"type":58,"tag":72,"props":1525,"children":1526},{},[1527],{"type":63,"value":1528},"Only",{"type":63,"value":1530}," spin up a dev server and smoke-test when the user's prompt ",{"type":58,"tag":72,"props":1532,"children":1533},{},[1534],{"type":63,"value":1535},"explicitly asks to verify \u002F test \u002F confirm it works",{"type":63,"value":1537}," — and then keep it to a single lightweight pass (pages compile and render), not a full purchase\u002Fbooking\u002Flogin drive. The one post-release check in ",{"type":58,"tag":194,"props":1539,"children":1541},{"className":1540},[],[1542],{"type":63,"value":1244},{"type":63,"value":1544}," is the sanctioned verification.",{"type":58,"tag":219,"props":1546,"children":1548},{"id":1547},"path-resolution",[1549],{"type":63,"value":1550},"Path resolution",{"type":58,"tag":66,"props":1552,"children":1553},{},[1554,1556,1562,1564,1570,1572,1578],{"type":63,"value":1555},"Compute ",{"type":58,"tag":194,"props":1557,"children":1559},{"className":1558},[],[1560],{"type":63,"value":1561},"\u003CSKILL_ROOT>",{"type":63,"value":1563}," from this file (",{"type":58,"tag":194,"props":1565,"children":1567},{"className":1566},[],[1568],{"type":63,"value":1569},"\u003CSKILL_ROOT>\u002FSKILL.md",{"type":63,"value":1571}," — strip ",{"type":58,"tag":194,"props":1573,"children":1575},{"className":1574},[],[1576],{"type":63,"value":1577},"\u002FSKILL.md",{"type":63,"value":1579},"); hold the absolute path in scratch. Then resolve the project type to its folder and hold it too:",{"type":58,"tag":159,"props":1581,"children":1582},{},[1583],{"type":58,"tag":66,"props":1584,"children":1585},{},[1586,1602,1604,1610,1611,1617,1618,1624],{"type":58,"tag":72,"props":1587,"children":1588},{},[1589,1594,1596],{"type":58,"tag":194,"props":1590,"children":1592},{"className":1591},[],[1593],{"type":63,"value":664},{"type":63,"value":1595}," = ",{"type":58,"tag":194,"props":1597,"children":1599},{"className":1598},[],[1600],{"type":63,"value":1601},"\u003CSKILL_ROOT>\u002Freferences\u002F\u003CprojectType>\u002F",{"type":63,"value":1603}," — one of ",{"type":58,"tag":194,"props":1605,"children":1607},{"className":1606},[],[1608],{"type":63,"value":1609},"managed\u002F",{"type":63,"value":99},{"type":58,"tag":194,"props":1612,"children":1614},{"className":1613},[],[1615],{"type":63,"value":1616},"self-managed\u002F",{"type":63,"value":99},{"type":58,"tag":194,"props":1619,"children":1621},{"className":1620},[],[1622],{"type":63,"value":1623},"stripe\u002F",{"type":63,"value":535},{"type":58,"tag":246,"props":1626,"children":1627},{},[1628,1644],{"type":58,"tag":250,"props":1629,"children":1630},{},[1631],{"type":58,"tag":254,"props":1632,"children":1633},{},[1634,1639],{"type":58,"tag":258,"props":1635,"children":1636},{},[1637],{"type":63,"value":1638},"What",{"type":58,"tag":258,"props":1640,"children":1641},{},[1642],{"type":63,"value":1643},"Path",{"type":58,"tag":274,"props":1645,"children":1646},{},[1647,1664,1681,1698,1715,1732,1749,1766,1783,1824,1845,1868,1890],{"type":58,"tag":254,"props":1648,"children":1649},{},[1650,1655],{"type":58,"tag":281,"props":1651,"children":1652},{},[1653],{"type":63,"value":1654},"Vertical index (intent matching + per-vertical site spec)",{"type":58,"tag":281,"props":1656,"children":1657},{},[1658],{"type":58,"tag":194,"props":1659,"children":1661},{"className":1660},[],[1662],{"type":63,"value":1663},"\u003CSKILL_ROOT>\u002Freferences\u002FCAPABILITIES.md",{"type":58,"tag":254,"props":1665,"children":1666},{},[1667,1672],{"type":58,"tag":281,"props":1668,"children":1669},{},[1670],{"type":63,"value":1671},"Discovery (infer capabilities + brand + intent; existing site → the Dynamic Context call in §1)",{"type":58,"tag":281,"props":1673,"children":1674},{},[1675],{"type":58,"tag":194,"props":1676,"children":1678},{"className":1677},[],[1679],{"type":63,"value":1680},"\u003CSKILL_ROOT>\u002Freferences\u002FDISCOVERY.md",{"type":58,"tag":254,"props":1682,"children":1683},{},[1684,1689],{"type":58,"tag":281,"props":1685,"children":1686},{},[1687],{"type":63,"value":1688},"Setup (install apps)",{"type":58,"tag":281,"props":1690,"children":1691},{},[1692],{"type":58,"tag":194,"props":1693,"children":1695},{"className":1694},[],[1696],{"type":63,"value":1697},"\u003CSKILL_ROOT>\u002Freferences\u002FSETUP.md",{"type":58,"tag":254,"props":1699,"children":1700},{},[1701,1706],{"type":58,"tag":281,"props":1702,"children":1703},{},[1704],{"type":63,"value":1705},"Seed (create backend content)",{"type":58,"tag":281,"props":1707,"children":1708},{},[1709],{"type":58,"tag":194,"props":1710,"children":1712},{"className":1711},[],[1713],{"type":63,"value":1714},"\u003CSKILL_ROOT>\u002Freferences\u002FSEED.md",{"type":58,"tag":254,"props":1716,"children":1717},{},[1718,1723],{"type":58,"tag":281,"props":1719,"children":1720},{},[1721],{"type":63,"value":1722},"SDK-integration handoff (emitted, or applied by create\u002Fconnect)",{"type":58,"tag":281,"props":1724,"children":1725},{},[1726],{"type":58,"tag":194,"props":1727,"children":1729},{"className":1728},[],[1730],{"type":63,"value":1731},"\u003CSKILL_ROOT>\u002Freferences\u002FSDK_HANDOFF.md",{"type":58,"tag":254,"props":1733,"children":1734},{},[1735,1740],{"type":58,"tag":281,"props":1736,"children":1737},{},[1738],{"type":63,"value":1739},"Image generation (opt-in; agnostic)",{"type":58,"tag":281,"props":1741,"children":1742},{},[1743],{"type":58,"tag":194,"props":1744,"children":1746},{"className":1745},[],[1747],{"type":63,"value":1748},"\u003CSKILL_ROOT>\u002Freferences\u002FIMAGE_GENERATION.md",{"type":58,"tag":254,"props":1750,"children":1751},{},[1752,1757],{"type":58,"tag":281,"props":1753,"children":1754},{},[1755],{"type":63,"value":1756},"AI features — text\u002Fchat + embeddings (opt-in; agnostic)",{"type":58,"tag":281,"props":1758,"children":1759},{},[1760],{"type":58,"tag":194,"props":1761,"children":1763},{"className":1762},[],[1764],{"type":63,"value":1765},"\u003CSKILL_ROOT>\u002Freferences\u002FAI_FEATURES.md",{"type":58,"tag":254,"props":1767,"children":1768},{},[1769,1774],{"type":58,"tag":281,"props":1770,"children":1771},{},[1772],{"type":63,"value":1773},"Feedback — relay the user's headless-experience feedback to Wix (opt-in; user-approved)",{"type":58,"tag":281,"props":1775,"children":1776},{},[1777],{"type":58,"tag":194,"props":1778,"children":1780},{"className":1779},[],[1781],{"type":63,"value":1782},"\u003CSKILL_ROOT>\u002Freferences\u002FFEEDBACK.md",{"type":58,"tag":254,"props":1784,"children":1785},{},[1786,1816],{"type":58,"tag":281,"props":1787,"children":1788},{},[1789,1794,1796,1801,1802,1807,1808,1814],{"type":58,"tag":72,"props":1790,"children":1791},{},[1792],{"type":63,"value":1793},"Authentication",{"type":63,"value":1795}," — obtain ",{"type":58,"tag":194,"props":1797,"children":1799},{"className":1798},[],[1800],{"type":63,"value":1443},{"type":63,"value":1396},{"type":58,"tag":194,"props":1803,"children":1805},{"className":1804},[],[1806],{"type":63,"value":1450},{"type":63,"value":1396},{"type":58,"tag":194,"props":1809,"children":1811},{"className":1810},[],[1812],{"type":63,"value":1813},"clientId",{"type":63,"value":1815}," (project-type-specific)",{"type":58,"tag":281,"props":1817,"children":1818},{},[1819],{"type":58,"tag":194,"props":1820,"children":1822},{"className":1821},[],[1823],{"type":63,"value":1458},{"type":58,"tag":254,"props":1825,"children":1826},{},[1827,1837],{"type":58,"tag":281,"props":1828,"children":1829},{},[1830,1835],{"type":58,"tag":72,"props":1831,"children":1832},{},[1833],{"type":63,"value":1834},"Deployment",{"type":63,"value":1836}," — finalize the live site (project-type-specific)",{"type":58,"tag":281,"props":1838,"children":1839},{},[1840],{"type":58,"tag":194,"props":1841,"children":1843},{"className":1842},[],[1844],{"type":63,"value":1244},{"type":58,"tag":254,"props":1846,"children":1847},{},[1848,1859],{"type":58,"tag":281,"props":1849,"children":1850},{},[1851,1853,1857],{"type":63,"value":1852},"Managed ",{"type":58,"tag":72,"props":1854,"children":1855},{},[1856],{"type":63,"value":915},{"type":63,"value":1858}," flow (scaffold a new project)",{"type":58,"tag":281,"props":1860,"children":1861},{},[1862],{"type":58,"tag":194,"props":1863,"children":1865},{"className":1864},[],[1866],{"type":63,"value":1867},"\u003CSKILL_ROOT>\u002Freferences\u002Fmanaged\u002FCREATE.md",{"type":58,"tag":254,"props":1869,"children":1870},{},[1871,1881],{"type":58,"tag":281,"props":1872,"children":1873},{},[1874,1875,1879],{"type":63,"value":1852},{"type":58,"tag":72,"props":1876,"children":1877},{},[1878],{"type":63,"value":771},{"type":63,"value":1880}," flow (wire an existing project)",{"type":58,"tag":281,"props":1882,"children":1883},{},[1884],{"type":58,"tag":194,"props":1885,"children":1887},{"className":1886},[],[1888],{"type":63,"value":1889},"\u003CSKILL_ROOT>\u002Freferences\u002Fmanaged\u002FCONNECT.md",{"type":58,"tag":254,"props":1891,"children":1892},{},[1893,1898],{"type":58,"tag":281,"props":1894,"children":1895},{},[1896],{"type":63,"value":1897},"Frontend-axis references (how a frontend wires to Wix)",{"type":58,"tag":281,"props":1899,"children":1900},{},[1901,1907,1908],{"type":58,"tag":194,"props":1902,"children":1904},{"className":1903},[],[1905],{"type":63,"value":1906},"\u003CSKILL_ROOT>\u002Freferences\u002Fastro.md",{"type":63,"value":99},{"type":58,"tag":194,"props":1909,"children":1911},{"className":1910},[],[1912],{"type":63,"value":1913},"non-astro.md",{"type":58,"tag":66,"props":1915,"children":1916},{},[1917,1928,1930,1936,1937,1943,1944,1950,1951,1957,1958,1964,1965,1971,1972,1978,1980,1986,1987,1992,1993,1999,2001,2007,2008,2013],{"type":58,"tag":72,"props":1918,"children":1919},{},[1920,1922,1927],{"type":63,"value":1921},"Start a run by opening ",{"type":58,"tag":194,"props":1923,"children":1925},{"className":1924},[],[1926],{"type":63,"value":1110},{"type":63,"value":535},{"type":63,"value":1929}," The flow files (",{"type":58,"tag":194,"props":1931,"children":1933},{"className":1932},[],[1934],{"type":63,"value":1935},"CAPABILITIES",{"type":63,"value":99},{"type":58,"tag":194,"props":1938,"children":1940},{"className":1939},[],[1941],{"type":63,"value":1942},"DISCOVERY",{"type":63,"value":99},{"type":58,"tag":194,"props":1945,"children":1947},{"className":1946},[],[1948],{"type":63,"value":1949},"SETUP",{"type":63,"value":99},{"type":58,"tag":194,"props":1952,"children":1954},{"className":1953},[],[1955],{"type":63,"value":1956},"SEED",{"type":63,"value":99},{"type":58,"tag":194,"props":1959,"children":1961},{"className":1960},[],[1962],{"type":63,"value":1963},"SDK_HANDOFF",{"type":63,"value":99},{"type":58,"tag":194,"props":1966,"children":1968},{"className":1967},[],[1969],{"type":63,"value":1970},"IMAGE_GENERATION",{"type":63,"value":99},{"type":58,"tag":194,"props":1973,"children":1975},{"className":1974},[],[1976],{"type":63,"value":1977},"AI_FEATURES",{"type":63,"value":1979},") are project-type-agnostic; the per-type specifics live under ",{"type":58,"tag":194,"props":1981,"children":1983},{"className":1982},[],[1984],{"type":63,"value":1985},"\u003CTYPE_DIR>\u002F",{"type":63,"value":1136},{"type":58,"tag":194,"props":1988,"children":1990},{"className":1989},[],[1991],{"type":63,"value":1057},{"type":63,"value":99},{"type":58,"tag":194,"props":1994,"children":1996},{"className":1995},[],[1997],{"type":63,"value":1998},"DEPLOYMENT.md",{"type":63,"value":2000},", and — managed only — ",{"type":58,"tag":194,"props":2002,"children":2004},{"className":2003},[],[2005],{"type":63,"value":2006},"CREATE.md",{"type":63,"value":1396},{"type":58,"tag":194,"props":2009,"children":2011},{"className":2010},[],[2012],{"type":63,"value":894},{"type":63,"value":2014},").",{"type":58,"tag":219,"props":2016,"children":2018},{"id":2017},"where-the-how-comes-from",[2019,2021,2026],{"type":63,"value":2020},"Where the ",{"type":58,"tag":882,"props":2022,"children":2023},{},[2024],{"type":63,"value":2025},"how",{"type":63,"value":2027}," comes from",{"type":58,"tag":66,"props":2029,"children":2030},{},[2031,2033,2038,2040,2044,2046,2051,2053,2059,2061,2082,2084,2089],{"type":63,"value":2032},"This skill has ",{"type":58,"tag":72,"props":2034,"children":2035},{},[2036],{"type":63,"value":2037},"no skill upstream",{"type":63,"value":2039}," — the ",{"type":58,"tag":882,"props":2041,"children":2042},{},[2043],{"type":63,"value":2025},{"type":63,"value":2045}," is read from the ",{"type":58,"tag":72,"props":2047,"children":2048},{},[2049],{"type":63,"value":2050},"live Wix docs",{"type":63,"value":2052}," at ",{"type":58,"tag":194,"props":2054,"children":2056},{"className":2055},[],[2057],{"type":63,"value":2058},"dev.wix.com\u002Fdocs",{"type":63,"value":2060},". ",{"type":58,"tag":72,"props":2062,"children":2063},{},[2064,2066,2072,2074,2080],{"type":63,"value":2065},"Read-priority: a page this skill links is read by ",{"type":58,"tag":194,"props":2067,"children":2069},{"className":2068},[],[2070],{"type":63,"value":2071},"curl",{"type":63,"value":2073},"-ing its ",{"type":58,"tag":194,"props":2075,"children":2077},{"className":2076},[],[2078],{"type":63,"value":2079},".md",{"type":63,"value":2081}," twin directly (first priority — don't re-discover a curated link with search); the Wix MCP doc\u002Fsearch tools are second priority, for finding pages the skill doesn't link or as a fallback if a fetch fails.",{"type":63,"value":2083}," (Append ",{"type":58,"tag":194,"props":2085,"children":2087},{"className":2086},[],[2088],{"type":63,"value":2079},{"type":63,"value":2090}," to any docs URL for raw markdown; menu pages list child links, content pages carry the schema.)",{"type":58,"tag":66,"props":2092,"children":2093},{},[2094,2099,2101,2106,2108,2114],{"type":58,"tag":72,"props":2095,"children":2096},{},[2097],{"type":63,"value":2098},"Doc discovery is the shared fallback for both tracks — never the first move.",{"type":63,"value":2100}," Each track's ",{"type":58,"tag":882,"props":2102,"children":2103},{},[2104],{"type":63,"value":2105},"primary",{"type":63,"value":2107}," source is its pinned material (below); when that doesn't cover what you need, fall back to ",{"type":58,"tag":194,"props":2109,"children":2111},{"className":2110},[],[2112],{"type":63,"value":2113},"references\u002FDOC_DISCOVERY.md",{"type":63,"value":2115}," — a semantic doc-search + schema lookup that works with or without the Wix MCP.",{"type":58,"tag":113,"props":2117,"children":2118},{},[2119,2183],{"type":58,"tag":117,"props":2120,"children":2121},{},[2122,2126,2128,2133,2134,2145,2147,2152,2154,2159,2161,2166,2168,2174,2176,2182],{"type":58,"tag":72,"props":2123,"children":2124},{},[2125],{"type":63,"value":1176},{"type":63,"value":2127}," reads each capability's create flow from its ",{"type":58,"tag":72,"props":2129,"children":2130},{},[2131],{"type":63,"value":2132},"inline recipe",{"type":63,"value":751},{"type":58,"tag":72,"props":2135,"children":2136},{},[2137,2139],{"type":63,"value":2138},"self-contained local ",{"type":58,"tag":194,"props":2140,"children":2142},{"className":2141},[],[2143],{"type":63,"value":2144},"inline-recipes\u002Fsetup-*.md",{"type":63,"value":2146}," (mapped per capability in ",{"type":58,"tag":194,"props":2148,"children":2150},{"className":2149},[],[2151],{"type":63,"value":1402},{"type":63,"value":2153}," § \"What to seed per capability\") that inlines the calls and ",{"type":58,"tag":72,"props":2155,"children":2156},{},[2157],{"type":63,"value":2158},"supersedes",{"type":63,"value":2160}," the REST doc pages, so read it and seed from it alone. Only a capability with ",{"type":58,"tag":72,"props":2162,"children":2163},{},[2164],{"type":63,"value":2165},"no",{"type":63,"value":2167}," inline recipe (e.g. ",{"type":58,"tag":194,"props":2169,"children":2171},{"className":2170},[],[2172],{"type":63,"value":2173},"coupons",{"type":63,"value":2175},") falls back to doc discovery (",{"type":58,"tag":194,"props":2177,"children":2179},{"className":2178},[],[2180],{"type":63,"value":2181},"DOC_DISCOVERY.md",{"type":63,"value":2014},{"type":58,"tag":117,"props":2184,"children":2185},{},[2186,2190,2192,2197,2199,2204,2206,2211,2213,2218],{"type":58,"tag":72,"props":2187,"children":2188},{},[2189],{"type":63,"value":1198},{"type":63,"value":2191}," links the ",{"type":58,"tag":72,"props":2193,"children":2194},{},[2195],{"type":63,"value":2196},"SDK docs",{"type":63,"value":2198}," for each capability's API shape, and supplies the runtime package set from the inlined map in ",{"type":58,"tag":194,"props":2200,"children":2202},{"className":2201},[],[2203],{"type":63,"value":1409},{"type":63,"value":2205}," (the SDK ",{"type":58,"tag":194,"props":2207,"children":2209},{"className":2208},[],[2210],{"type":63,"value":2079},{"type":63,"value":2212}," pages don't expose ",{"type":58,"tag":194,"props":2214,"children":2216},{"className":2215},[],[2217],{"type":63,"value":1227},{"type":63,"value":2219}," import strings to navigation, so packages are mapped, not navigated).",{"type":58,"tag":66,"props":2221,"children":2222},{},[2223,2225,2230,2231,2237,2239,2244,2246,2251,2253,2258,2260,2265,2267,2271],{"type":63,"value":2224},"Setup carries its app-install call (and the appDefId constants) inline in ",{"type":58,"tag":194,"props":2226,"children":2228},{"className":2227},[],[2229],{"type":63,"value":1394},{"type":63,"value":793},{"type":58,"tag":194,"props":2232,"children":2234},{"className":2233},[],[2235],{"type":63,"value":2236},"CAPABILITIES.md",{"type":63,"value":2238}," is the vertical index that lets Discovery match intent ",{"type":58,"tag":72,"props":2240,"children":2241},{},[2242],{"type":63,"value":2243},"and",{"type":63,"value":2245}," declares, per built vertical, the ",{"type":58,"tag":882,"props":2247,"children":2248},{},[2249],{"type":63,"value":2250},"Required site features",{"type":63,"value":2252}," + ",{"type":58,"tag":882,"props":2254,"children":2255},{},[2256],{"type":63,"value":2257},"Implementation checklist",{"type":63,"value":2259}," that Seed enables (backend-backed features) and the Handoff carries into the guide (so the host builds a complete site, not a bare data dump). This skill carries the ",{"type":58,"tag":882,"props":2261,"children":2262},{},[2263],{"type":63,"value":2264},"what",{"type":63,"value":2266}," (which capabilities, how much content, what a finished site includes) and reads the ",{"type":58,"tag":882,"props":2268,"children":2269},{},[2270],{"type":63,"value":2025},{"type":63,"value":2272}," off the docs.",{"items":2274,"total":2436},[2275,2291,2303,2314,2329,2339,2350,2362,2379,2393,2408,2420],{"slug":2276,"name":2276,"fn":2277,"description":2278,"org":2279,"tags":2280,"stars":23,"repoUrl":24,"updatedAt":2290},"rp-discovery","discover source platform schema for migration","Discovers and documents the source platform schema (entities, fields, relationships) for a migration project. Use when capturing source structure before mapping to Wix.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2281,2284,2287],{"name":2282,"slug":2283,"type":13},"Data Modeling","data-modeling",{"name":2285,"slug":2286,"type":13},"Documentation","documentation",{"name":2288,"slug":2289,"type":13},"Migration","migration","2026-07-01T08:08:08.302261",{"slug":2292,"name":2292,"fn":2293,"description":2294,"org":2295,"tags":2296,"stars":23,"repoUrl":24,"updatedAt":2302},"rp-execute-import","execute migration pipelines to Wix","Runs the generated extract\u002Fimport pipeline and records execution results. Use when setup and codegen are complete and the user has approved the execution plan.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2297,2300,2301],{"name":2298,"slug":2299,"type":13},"Data Pipeline","data-pipeline",{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:07.038962",{"slug":2304,"name":2304,"fn":2305,"description":2306,"org":2307,"tags":2308,"stars":23,"repoUrl":24,"updatedAt":2313},"rp-execute-setup","provision Wix site setup for migration","Verifies and provisions Wix-side setup required before import. Use after codegen when setup-requirements.md must be validated or executed against the target site.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2309,2311,2312],{"name":1834,"slug":2310,"type":13},"deployment",{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:04.475894",{"slug":2315,"name":2315,"fn":2316,"description":2317,"org":2318,"tags":2319,"stars":23,"repoUrl":24,"updatedAt":2328},"rp-import-codegen","generate migration code for Wix","Generates migration readers, transforms, and Wix writers from schema and mapping artifacts. Use when producing runnable extract\u002Fimport code under the migration project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2320,2323,2326,2327],{"name":2321,"slug":2322,"type":13},"Automation","automation",{"name":2324,"slug":2325,"type":13},"Data Engineering","data-engineering",{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:05.755188",{"slug":2330,"name":2330,"fn":2331,"description":2332,"org":2333,"tags":2334,"stars":23,"repoUrl":24,"updatedAt":2338},"rp-mapper","map source entities to Wix targets","Maps discovered source entities and fields to Wix targets and documents lossiness. Use when creating mapping-plan.md and mapping-summary.md after discovery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2335,2336,2337],{"name":2282,"slug":2283,"type":13},{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:01.958081",{"slug":2340,"name":2340,"fn":2341,"description":2342,"org":2343,"tags":2344,"stars":23,"repoUrl":24,"updatedAt":2349},"rp-orchestration","orchestrate Wix site migrations","Routes RePlatform source-to-Wix migrations to the next workflow step by inspecting migration project artifacts. Use when starting, continuing, or recovering a migration run.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2345,2346,2347,2348],{"name":2321,"slug":2322,"type":13},{"name":1834,"slug":2310,"type":13},{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:08:09.570887",{"slug":2351,"name":2351,"fn":2352,"description":2353,"org":2354,"tags":2355,"stars":23,"repoUrl":24,"updatedAt":2361},"rp-setup-discovery","set up Wix environment prerequisites","Derives Wix environment prerequisites (apps, collections, schemas) from an approved mapping plan. Use after mapping review and before import code generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2356,2359,2360],{"name":2357,"slug":2358,"type":13},"Configuration","configuration",{"name":2282,"slug":2283,"type":13},{"name":9,"slug":8,"type":13},"2026-07-01T08:07:59.413698",{"slug":2363,"name":2363,"fn":2364,"description":2365,"org":2366,"tags":2367,"stars":23,"repoUrl":24,"updatedAt":2378},"rp-source-wordpress","capture data from WordPress and WooCommerce","WordPress and WooCommerce source adapter: REST capture, auth, pagination, and read contract for codegen. Use when the source platform is WordPress or WooCommerce.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2368,2369,2372,2375],{"name":2324,"slug":2325,"type":13},{"name":2370,"slug":2371,"type":13},"REST API","rest-api",{"name":2373,"slug":2374,"type":13},"WooCommerce","woocommerce",{"name":2376,"slug":2377,"type":13},"WordPress","wordpress","2026-07-01T08:08:00.69949",{"slug":2380,"name":2380,"fn":2381,"description":2382,"org":2383,"tags":2384,"stars":23,"repoUrl":24,"updatedAt":2392},"rp-target-wix","validate Wix API write operations","Wix target adapter with verified write primitives (wix-writers.js) and contract tests. Use when vendoring Wix writers, validating API shapes, or Wix provisioning mechanics.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2385,2388,2391],{"name":2386,"slug":2387,"type":13},"API Development","api-development",{"name":2389,"slug":2390,"type":13},"Testing","testing",{"name":9,"slug":8,"type":13},"2026-07-01T08:08:03.226054",{"slug":2394,"name":2394,"fn":2395,"description":2396,"org":2397,"tags":2398,"stars":23,"repoUrl":24,"updatedAt":2407},"wix-app","build Wix CLI app extensions","Build and review Wix CLI app extensions — dashboard pages, modals, plugins, menu plugins, custom element widgets, Editor React components, site plugins, embedded scripts, backend APIs, backend events, service plugins, data collections, and App Market readiness. Use when building ANY feature or extension for a Wix CLI app or preparing a Wix app for App Market review. Triggers on: add, build, create, implement, help me, dashboard, widget, plugin, backend, API, event, collection, embedded script, service plugin, Editor React component, checkout, shipping, tax, discount, SPI, CMS, schema, tracking, popup, admin panel, menu item, modal, validate, test, verify, register extension, App Market, app review, submission readiness.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2399,2402,2405,2406],{"name":2400,"slug":2401,"type":13},"Backend","backend",{"name":2403,"slug":2404,"type":13},"CLI","cli",{"name":18,"slug":19,"type":13},{"name":9,"slug":8,"type":13},"2026-04-16T04:58:00.157961",{"slug":2409,"name":2409,"fn":2410,"description":2411,"org":2412,"tags":2413,"stars":23,"repoUrl":24,"updatedAt":2419},"wix-auth","authenticate with Wix APIs","Authenticate with Wix to obtain an access token for calling Wix APIs. Use when an agent needs a valid Wix access token and has none, or when the stored token is expired.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2414,2415,2418],{"name":2386,"slug":2387,"type":13},{"name":2416,"slug":2417,"type":13},"Auth","auth",{"name":9,"slug":8,"type":13},"2026-07-07T06:47:46.95263",{"slug":2421,"name":2421,"fn":2422,"description":2423,"org":2424,"tags":2425,"stars":23,"repoUrl":24,"updatedAt":2435},"wix-design-system","build UIs with Wix Design System","Wix Design System component reference. Use when building UI with @wix\u002Fdesign-system, choosing components, checking props and examples, or writing tests with component testkits. Triggers on \"what component\", \"how do I make\", \"WDS\", \"show me props\", \"testkit\", \"driver\", or component names like Button, Card, Modal, Box, Text.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2426,2427,2430,2431,2434],{"name":21,"slug":22,"type":13},{"name":2428,"slug":2429,"type":13},"Design System","design-system",{"name":18,"slug":19,"type":13},{"name":2432,"slug":2433,"type":13},"UI Components","ui-components",{"name":9,"slug":8,"type":13},"2026-04-29T05:33:44.561687",17,{"items":2438,"total":2483},[2439,2445,2451,2457,2464,2470,2477],{"slug":2276,"name":2276,"fn":2277,"description":2278,"org":2440,"tags":2441,"stars":23,"repoUrl":24,"updatedAt":2290},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2442,2443,2444],{"name":2282,"slug":2283,"type":13},{"name":2285,"slug":2286,"type":13},{"name":2288,"slug":2289,"type":13},{"slug":2292,"name":2292,"fn":2293,"description":2294,"org":2446,"tags":2447,"stars":23,"repoUrl":24,"updatedAt":2302},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2448,2449,2450],{"name":2298,"slug":2299,"type":13},{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},{"slug":2304,"name":2304,"fn":2305,"description":2306,"org":2452,"tags":2453,"stars":23,"repoUrl":24,"updatedAt":2313},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2454,2455,2456],{"name":1834,"slug":2310,"type":13},{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},{"slug":2315,"name":2315,"fn":2316,"description":2317,"org":2458,"tags":2459,"stars":23,"repoUrl":24,"updatedAt":2328},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2460,2461,2462,2463],{"name":2321,"slug":2322,"type":13},{"name":2324,"slug":2325,"type":13},{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},{"slug":2330,"name":2330,"fn":2331,"description":2332,"org":2465,"tags":2466,"stars":23,"repoUrl":24,"updatedAt":2338},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2467,2468,2469],{"name":2282,"slug":2283,"type":13},{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},{"slug":2340,"name":2340,"fn":2341,"description":2342,"org":2471,"tags":2472,"stars":23,"repoUrl":24,"updatedAt":2349},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2473,2474,2475,2476],{"name":2321,"slug":2322,"type":13},{"name":1834,"slug":2310,"type":13},{"name":2288,"slug":2289,"type":13},{"name":9,"slug":8,"type":13},{"slug":2351,"name":2351,"fn":2352,"description":2353,"org":2478,"tags":2479,"stars":23,"repoUrl":24,"updatedAt":2361},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2480,2481,2482],{"name":2357,"slug":2358,"type":13},{"name":2282,"slug":2283,"type":13},{"name":9,"slug":8,"type":13},16]