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-codegenvendorslib/wix-writers.jsinto the project (like thewp-httptransport) 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-setupconsult 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.