yaelbro
Community@yaelbro
yaelbro provides 17 skills for building Wix CLI applications, covering site widgets, dashboard extensions, backend endpoints, data collections, and Wix Stores catalog integration.
Agent Skills by yaelbro
Showing 16 vetted skills indexed across 1 GitHub repositories.
wix-cli-extension-registration
Registers Wix CLI extensions with the app builder in src/extensions.ts.
wix-cli-site-component
Creates React site components with editor manifests for Wix CLI applications.
wix-cli-data-collection
Creates CMS data collection schemas for Wix CLI apps using the data collections extension.
wix-cli-dashboard-menu-plugin
Creates configuration-only dashboard menu plugin extensions for Wix CLI applications.
wix-cli-orchestrator
Orchestrates Wix CLI extension selection, implementation sub-agents, and validation workflows.
wix-cli-backend-api
Creates HTTP endpoints for Wix CLI apps using Astro API routes.
wix-cli-dashboard-page
Creates Wix CLI dashboard page extensions with WDS components, data operations, and extension registration.
wix-cli-backend-event
Creates Wix CLI backend event extensions that respond to site events via SDK webhooks.
wix-cli-service-plugin
Implements Wix service plugin extensions that inject custom backend logic into eCommerce and Bookings flows.
wix-cli-site-widget
Creates React-based custom element widgets with settings panels for Wix CLI applications.
wix-cli-embedded-script
Creates embedded script extensions that inject HTML and JavaScript into Wix sites.
wix-stores-versioning
Detects Wix Stores catalog version and routes SDK calls to V1 or V3 modules.
wix-cli-dashboard-plugin
Creates dashboard plugin widgets that extend Wix first-party business app dashboard pages.
wix-cli-app-validation
Validates Wix CLI applications through installation, TypeScript compilation, build, and preview steps.
wds-docs
Look up Wix Design System components, props, examples, and icons from local documentation.
wix-cli-dashboard-modal
Create and manage popup modal dialogs in Wix dashboard pages using the Dashboard SDK.
Frequently Asked Questions About yaelbro
FAQPage SchemaWhat tasks can I build using yaelbro's Wix skills?▼
You can build Wix CLI app features including site widgets, site plugins, dashboard pages, dashboard menu actions, modals, backend HTTP endpoints, backend event handlers, service plugins for eCommerce and Bookings logic, data collections with schemas, and embedded scripts for tracking pixels and third-party integrations.
Who are these Wix CLI skills designed for?▼
They target developers building Wix CLI applications who extend Wix business solutions such as Stores, Bookings, Blog, Events, CRM, and Restaurants. They suit engineers creating site-facing React components, admin dashboard extensions, or backend service plugins requiring Wix platform integration.
What is required to run these Wix skills?▼
Every skill except wds-docs requires a Wix CLI development environment as its stated compatibility prerequisite. The wds-docs skill applies when building UI with the @wix/design-system package and referencing its component props and examples.
How do the skills handle Wix Stores catalog versions?▼
The wix-stores-versioning skill manages Wix Stores Catalog V1 and V3 SDK compatibility for integrations touching products, inventory, orders, or collections. It covers productsV3, queryProducts, and getProduct usage so developers choose the correct catalog version for their store integration.
How is app quality verified before release?▼
The wix-cli-app-validation skill tests app readiness, verifies runtime behavior, and validates builds before releases or after code changes. It covers preview validation, build verification, and TypeScript compilation checks within the Wix CLI development environment.