yaelbro avatar

yaelbro

Community

@yaelbro

0Followers
|
6Public Repos
|
16Published Skills

yaelbro provides 17 skills for building Wix CLI applications, covering site widgets, dashboard extensions, backend endpoints, data collections, and Wix Stores catalog integration.

Skills Distribution
DomainDeveloper To...Wix CLI App Develo.. (40%)Dashboard & Admin .. (25%)Backend Endpoints .. (15%)Data Collections &.. (10%)

Agent Skills by yaelbro

Showing 16 vetted skills indexed across 1 GitHub repositories.

yaelbroyaelbro

wix-cli-extension-registration

Registers Wix CLI extensions with the app builder in src/extensions.ts.

Community
Basic
yaelbroyaelbro

wix-cli-site-component

Creates React site components with editor manifests for Wix CLI applications.

Community
Advanced
yaelbroyaelbro

wix-cli-data-collection

Creates CMS data collection schemas for Wix CLI apps using the data collections extension.

Community
Advanced
yaelbroyaelbro

wix-cli-dashboard-menu-plugin

Creates configuration-only dashboard menu plugin extensions for Wix CLI applications.

Community
Intermediate
yaelbroyaelbro

wix-cli-orchestrator

Orchestrates Wix CLI extension selection, implementation sub-agents, and validation workflows.

Community
Advanced
yaelbroyaelbro

wix-cli-backend-api

Creates HTTP endpoints for Wix CLI apps using Astro API routes.

Community
Intermediate
yaelbroyaelbro

wix-cli-dashboard-page

Creates Wix CLI dashboard page extensions with WDS components, data operations, and extension registration.

Community
Advanced
yaelbroyaelbro

wix-cli-backend-event

Creates Wix CLI backend event extensions that respond to site events via SDK webhooks.

Community
Intermediate
yaelbroyaelbro

wix-cli-service-plugin

Implements Wix service plugin extensions that inject custom backend logic into eCommerce and Bookings flows.

Community
Advanced
yaelbroyaelbro

wix-cli-site-widget

Creates React-based custom element widgets with settings panels for Wix CLI applications.

Community
Advanced
yaelbroyaelbro

wix-cli-embedded-script

Creates embedded script extensions that inject HTML and JavaScript into Wix sites.

Community
Intermediate
yaelbroyaelbro

wix-stores-versioning

Detects Wix Stores catalog version and routes SDK calls to V1 or V3 modules.

Community
Intermediate
yaelbroyaelbro

wix-cli-dashboard-plugin

Creates dashboard plugin widgets that extend Wix first-party business app dashboard pages.

Community
Intermediate
yaelbroyaelbro

wix-cli-app-validation

Validates Wix CLI applications through installation, TypeScript compilation, build, and preview steps.

Community
Intermediate
yaelbroyaelbro

wds-docs

Look up Wix Design System components, props, examples, and icons from local documentation.

Community
Intermediate
yaelbroyaelbro

wix-cli-dashboard-modal

Create and manage popup modal dialogs in Wix dashboard pages using the Dashboard SDK.

Community
Intermediate

Frequently Asked Questions About yaelbro

FAQPage Schema
What 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.