wix-cli-orchestrator

Orchestrate Wix CLI extension discovery, implementation, and validation flows.

25|31|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/wix/skills --skill wix-cli-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wix-cli-orchestrator
Source: https://github.com/wix/skills/tree/main/wix-cli/skills/wix-cli-orchestrator
Command: npx skills add https://github.com/wix/skills --skill wix-cli-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrate the discovery, implementation, and validation flow for Wix CLI extension requests.

Core Features & Use Cases

  • Determines the appropriate extension type (Dashboard Page, Site Widget, Service Plugin, etc.) based on user requirements.
  • Checks skill references first to reuse existing APIs before initiating discovery.
  • Spawns discovery only for APIs not covered by references and collects SDK context.
  • Spawns implementation sub-agents in parallel when possible to accelerate delivery.
  • Executes final validation via wix-cli-app-validation and reports completion with test guidance.

Quick Start

Plan and orchestrate the Wix CLI extension task given user requirements, performing reference checks, discovery, implementation, and validation.

Frequently Asked Questions about wix-cli-orchestrator

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

FAQPage Schema
How do I orchestrate Wix CLI extension development from requirements to validation?

To orchestrate Wix CLI extension development, you need a workflow that determines the extension type, checks existing references for APIs, spawns discovery for missing contexts, implements via parallel sub-agents, and runs final app validation.

What is the best way to automate Wix CLI extension implementation for both frontend and backend?

Automating Wix CLI extension implementation is best handled by coordinating parallel sub-agents that work on independent frontend UI and backend services simultaneously, accelerating delivery while ensuring all steps are documented.

How does API discovery work when building Wix CLI extensions?

API discovery for Wix CLI extensions works by first checking skill references to reuse existing APIs, then spawning targeted discovery sub-agents only for missing APIs to collect the required SDK context before implementation begins.

Do I need to run wix-cli-app-validation after creating a Wix CLI extension?

Yes, you need to run wix-cli-app-validation after creating a Wix CLI extension. The orchestration flow requires executing this validation skill to verify the implementation and report completion with test guidance.

Can I use Wix CLI orchestration to build different types of extensions like Dashboard Pages and Site Widgets?

Yes, you can use Wix CLI orchestration to build different extension types. It determines the appropriate extension type, such as a Dashboard Page, Site Widget, or Service Plugin, based directly on your specific user requirements.

Why does my Wix CLI extension orchestration skip the discovery phase for some APIs?

Wix CLI extension orchestration skips the discovery phase for certain APIs because it checks skill references first to reuse existing APIs, spawning discovery only for APIs not already covered by those references.