What problem does it solve? Migrating a site to Wix requires knowing exactly what the source platform contains, but manually inventorying entities, fields, relationships, and record counts across platforms like WordPress, WooCommerce, Shopify, or CSV exports is slow and error-prone. This Skill automates that discovery and produces a canonical, machine-readable hand-off for downstream mapping. ## Core Features & Use Cases - Platform Detection and Adapter Routing: Infers the source platform from URL signals, resolves the acquisition mode (public vs. authenticated, Admin API vs. storefront), and delegates capture to the matching source adapter skill such as rp-source-wordpress or rp-source-csv. - Canonical Schema Artifacts: Synthesizes raw captures into source-profile.md and source-schema.json with per-entity record counts, relations with evidence pointers, and traceability links back to raw discovery files. - Secret-Safe Config Gating: Verifies project-local env config files using presence checks only, never echoing secret values, and flags unknowns, drift, and ambiguous layouts instead of guessing. - Use Case: Point the Skill at a WooCommerce store URL; it detects WordPress, asks whether to include private data, runs the adapter capture, and produces a schema distinguishing supported entities from actually-used ones for the mapper. ## Quick Start Discover the source schema for my migration project from the site URL and generate source-profile.md and source-schema.json under the project directory.