What problem does it solve? Migrating data out of WordPress or WooCommerce requires platform-specific knowledge — REST namespaces, authentication models, pagination headers, and route quirks — that generic migration workflows cannot safely hardcode. This Skill centralizes that knowledge so discovery and code generation stages produce accurate source profiles and readers. ## Core Features & Use Cases - Automated REST Discovery: Runs a deterministic capture script that walks the WordPress REST index, samples each entity with OPTIONS and GET requests, and writes per-entity markdown with schemas, record counts, and relationships. - Route Classification: Classifies advertised routes into backend data, metadata, public commerce, and excluded categories (frontend, editor, runtime session, admin), writing a skipped-routes audit trail. - Read Contract for Codegen: Documents auth models (Application Passwords vs WooCommerce consumer keys), X-WP-Total pagination, _embed/_links relation resolution, and known traps like HTML entities in plain-text fields and URL-encoded variation slugs. - Use Case: When migrating a WooCommerce store to Wix, use this Skill during discovery to capture the source schema with proper credentials, then let the codegen stage generate a bulk-extract reader that reuses the shared wp-http transport module. ## Quick Start Ask the AI to run WordPress discovery against your site by providing the base URL and choosing whether to capture public content only or also private authenticated data.