What problem does it solve? Before importing migrated content into a Wix site, required apps, collections, schemas, and permissions must exist and be verified. This Skill validates machine-readable setup artifacts against the target Wix environment and provisions missing pieces through official Wix APIs, preventing failed imports caused by missing prerequisites. ## Core Features & Use Cases - Setup Verification: Reads setup-plan.json, setup-requirements.json, and execution-manifest.json, then records pass/fail/blocked status per requirement in setup-verification.json. - Programmatic Provisioning: Installs Wix apps (Blog, Stores, Wix Data) via the App Installation API, creates native Wix Data collections, and mutes site notifications before any setup writes. - Dry-Run Safety: Reduces every setup step to a structured intent in dry-run mode without invoking live Wix API calls, and never writes before user approval of the execution plan. - Use Case: After generating a migration project from WordPress, run this Skill to confirm Wix Stores is installed with a V3 catalog, Wix Data is enabled, and required collections exist before starting the import. ## Quick Start Verify and provision the Wix setup requirements for my migration project using the setup artifacts in the migrations folder.