rp-target-wix

Installation
SKILL.md

rp-target-wix

Wix target adapter. Owns the Wix-side write surface that every migration shares — verified once here so the platform-agnostic stages and per-project codegen never re-derive (and re-break) it. This is the symmetric counterpart to rp-source-wordpress: that adapter owns reading a source platform; this one owns writing to Wix.

When this skill is used

Not a stage in the flow — a reference + shared library consulted by:

  • rp-import-codegen vendors lib/wix-writers.js into the project (like the wp-http transport) and generates writers that call these primitives, supplying only per-project field maps. Codegen does not re-emit Wix API plumbing.
  • rp-setup-discovery / rp-execute-setup consult the "Verified endpoints" and "Provisioning" notes for app-install / Wix-Data / collection mechanics.

Because the Wix surface is identical across source platforms, adding a new source (rp-source-shopify, …) requires no change here.

Installs
Repository
wix/skills
GitHub Stars
24
First Seen
Jul 1, 2026
rp-target-wix — wix/skills