What problem does it solve? Getting from a cold environment to a working Wix Managed Headless site requires CLI setup, authentication, and knowing which workflow to run. This Skill handles the deterministic first steps — verifying the Wix CLI and completing device-code login — then hands off to the full Wix Headless skill that owns the actual build. ## Core Features & Use Cases - Automated bootstrap: A single Node script checks the Wix CLI via npx and drives wix login, emitting one JSON event per line for the agent to relay. - Device-code login relay: Surfaces the verification URL and user code so login completes in the user's browser without an interactive TTY. - Skill handoff: Installs the Wix Headless skills via npx skills@latest add wix/skills and delegates to wix-headless/SKILL.md, which resolves project type (managed / self-managed / stripe) and operation (create / connect). - Use Case: A user says "build me an online store" in an empty directory. The agent runs the bootstrap, completes login, installs the skill, and the Wix Headless skill scaffolds, seeds, builds, and releases the site. ## Quick Start Ask the agent to build you a new Wix website or connect your existing project to Wix Headless, and it will run the bootstrap and take it from there.