Skills
Skill 39 of 48
Runs the bounded deterministic public Shopify catalog quick-import adapter after a qualifying source probe.
1 minute · 169 words
Install
npx skills add wix/skills --skill rp-quick-shopifynpx skills add wix/skills/plugin marketplace add wix/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use only when the router selected this resource for managementImportMode=quick and the
source probe identified shopify with high confidence. This adapter imports only the catalog
entity graph declared in quick-mode.json: public products, collections, product tags, product
media, variants, and collection membership. It never uses credentials, Storefront/Admin APIs,
browser extraction, page scraping, app endpoints, or an LLM mapping step.
Run the adapter from the repository root:
node skills/wix-replatform/resources/rp-quick-shopify/scripts/quick-mode.js preflight <projectDir
Scripts
Quick ModescriptsAlso bundled
Quick Modepreflight verifies every paginated public route, including every preflighted collection’s
product feed, before plan writes the authoritative quick plan and execution manifest. Normal
setup discovery/execution and execution approval remain mandatory before import. An inaccessible,
malformed, or changed endpoint is a durable blocker: do not substitute a browser, credentials,
or a different endpoint; offer standard mode instead.
Extraction persists the raw records and membership edges. Import uses the shared Stores V3 runtime, durable crosswalks, and checkpoints. The shared writer validates the product option and variant payload; a record that cannot be represented safely is skipped and reported rather than collapsed to a different product shape.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 8 distinct layouts observed: .claude/skills/*/SKILL.md, skills/*/SKILL.md, skills/wix-headless-fast/*/skill.md, skills/wix-headless/*/skill.md, skills/wix-replatform/resources/*/SKILL.md, wix-headless-replatform/resources/*/SKILL.md, */SKILL.md, wix-replatform/resources/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Wix, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./wix/skills.md, and each skill at its own .md URL.2 files · 20 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 39.
Executable code the skill can run.
Everything else published alongside the skill.