Subchapter 47.34
README.mdMarkdown2 KBView on GitHub
wix-replatform is a migration skill for moving business data from another platform into
Wix.
Its public entrypoint is wix-replatform. The bundled internal resources handle the workflow
stages behind that entrypoint.
Install the skill:
npx skills add wix/skills/wix-replatformOr install it globally:
npx skills add wix/skills/wix-replatform -gThen, in your agent:
wix-replatform.wix-replatform in 1-click mode.management) or backend + storefront
(website).website/handoff.json even for backend-only
runs. In website mode it also asks for a late websiteScope decision so the
storefront skill can start with suggested scopes based on the discovered content. In
1-click mode, it picks the deterministic default instead of pausing.website, continue into the frontend phase through the
migration project’s website/handoff.json package.If the user explicitly asks for 1-click mode, the skill should gather any missing
required inputs up front once, record automationMode=one_click with source: "user", record routine
mapping/execution approvals as approved with decidedBy: "agent", create a demo
member for blog import when needed, and continue through the frontend phase as well when
deliveryMode=management_and_website (or user input both). deliveryMode=website is
frontend-only.
For CSV, explicit user-requested 1-click also accepts a passing sample preview as the agent and continues without routine questions. Without that explicit user-authored decision, CSV keeps its normal mapping review, sample-preview validation, and execution-plan approval pauses. File upload alone never implies 1-click.
Migration artifacts are written to a local project directory such as migrations/<project>/.
They are not written back into the skill package.