rp-setup-discovery

Derives Wix environment prerequisites from an approved migration mapping plan.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/divinaarmuela/Content --skill rp-setup-discovery-divinaarmuela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rp-setup-discovery
Source: https://github.com/divinaarmuela/Content/tree/main/.claude/skills/replatform/resources/rp-setup-discovery
Command: npx skills add https://github.com/divinaarmuela/Content --skill rp-setup-discovery-divinaarmuela

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Before a Wix migration import can run, the target environment must have the right apps, CMS collections, schemas, and permissions in place. This Skill analyzes an approved mapping plan and produces a verified, ordered setup plan so nothing is missing or misconfigured at import time. ## Core Features & Use Cases - Prerequisite Derivation: Reads mapping-plan.json, mapping-gaps.json, and approvals to determine required Wix apps, SMC collections, extended-fields schemas, references, and permissions. - API Verification: Verifies Wix app names, field types, and enum values against the Create Data Collection schema and Wix REST/SDK documentation, marking anything unconfirmable as unverified rather than guessing. - Structured Setup Artifacts: Writes setup-plan.json, setup-requirements.json, setup-blockers.json, and a human-readable setup summary, including dependency ordering, manual vs. automatable classification, and verification criteria. - Use Case: After a WordPress-to-Wix mapping review is approved, run this Skill to discover that the Blog and Stores apps must be installed, a V3 catalog must be provisioned, and site notifications must be muted before import code generation begins. ## Quick Start Analyze the approved mapping plan for my migration project and generate the Wix setup requirements and setup plan artifacts.

Frequently Asked Questions about rp-setup-discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine Wix setup requirements before a migration import?

Run this Skill after the mapping review checkpoint is approved. It reads mapping-plan.json and the mapping summary, identifies every non-native requirement, and writes setup-plan.json and setup-requirements.json with ordered, verifiable prerequisites.

What artifacts does the Wix setup discovery phase produce?

It produces setup/run.json, setup-plan.json, setup-requirements.json, setup-blockers.json, llm-handoff.json, a setup summary for review, and updated orchestration checkpoints. Each requirement includes severity, automation mode, and verification criteria.

Can Wix apps like Blog or Members be installed automatically?

Yes, enabling Wix apps is automatable via the App Installation API, so they are classified as automatable rather than manual. Only storage-plan upgrades, external-system credentials, and account billing are genuinely manual steps.

Why does Wix media import fail with localhost source URLs?

Wix's import-from-URL API fetches files from Wix servers, so it cannot reach localhost or private source URLs. The Skill offers two options: expose the source through a public HTTPS tunnel such as ngrok, or defer media import for the first live run.

What happens if Wix field types cannot be verified?

The requirement is marked unverified so a human confirms it before setup execution, rather than guessing names or enum values. Verification uses Wix MCP tools when available, otherwise documented Wix REST/SDK contracts.