Jay Mehta avatar

Jay Mehta

Community

@thisisjaymehta · India

28Followers
|
38Public Repos
|
17Published Skills

Using AI to code 😢

Skills Distribution
DomainDeveloper To...Wix Dashboard Exte.. (30%)Wix Site Component.. (25%)Backend Endpoints .. (20%)Data Collections &.. (15%)

Agent Skills by Jay Mehta

Showing 17 vetted skills indexed across 1 GitHub repositories.

thisisjaymehtathisisjaymehta

wix-cli-site-plugin

Creates Wix CLI site plugin extensions with custom elements, settings panels, and slot placements.

Community
Advanced
thisisjaymehtathisisjaymehta

wix-cli-extension-registration

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

Community
Basic
thisisjaymehtathisisjaymehta

wix-cli-site-component

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

Community
Advanced
thisisjaymehtathisisjaymehta

wix-cli-data-collection

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

Community
Advanced
thisisjaymehtathisisjaymehta

wix-cli-dashboard-menu-plugin

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

Community
Intermediate
thisisjaymehtathisisjaymehta

wix-cli-orchestrator

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

Community
Advanced
thisisjaymehtathisisjaymehta

wix-cli-backend-api

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

Community
Intermediate
thisisjaymehtathisisjaymehta

wix-cli-dashboard-page

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

Community
Advanced
thisisjaymehtathisisjaymehta

wix-cli-backend-event

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

Community
Intermediate
thisisjaymehtathisisjaymehta

wix-cli-service-plugin

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

Community
Advanced
thisisjaymehtathisisjaymehta

wix-cli-site-widget

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

Community
Advanced
thisisjaymehtathisisjaymehta

wix-cli-embedded-script

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

Community
Intermediate
thisisjaymehtathisisjaymehta

wix-stores-versioning

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

Community
Intermediate
thisisjaymehtathisisjaymehta

wix-cli-dashboard-plugin

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

Community
Intermediate
thisisjaymehtathisisjaymehta

wix-cli-app-validation

Validates Wix CLI applications through installation, TypeScript checks, build, and preview deployment.

Community
Intermediate
thisisjaymehtathisisjaymehta

wds-docs

Navigates Wix Design System documentation to retrieve component props, examples, and icons.

Community
Intermediate
thisisjaymehtathisisjaymehta

wix-cli-dashboard-modal

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

Community
Intermediate

Frequently Asked Questions About Jay Mehta

FAQPage Schema
What tasks can I build using Jay Mehta's Wix skills?

You can build Wix CLI app features: dashboard pages, modals, menu plugins, site widgets, site plugins, embedded scripts, backend HTTP endpoints, event handlers, service plugins for eCommerce logic, data collections, and React site components, plus validate apps and query Wix Design System components.

Who are these Wix CLI skills designed for?

Developers building Wix CLI applications who need to extend Wix business solutions like Stores, Bookings, Blog, Events, CRM, and Restaurants. They suit engineers creating dashboard extensions, site-facing widgets, backend endpoints, or CMS data collections within the Wix app ecosystem.

What are the prerequisites for using these skills?

All skills require a Wix CLI development environment. The wds-docs skill additionally requires the @wix/design-system package installed in the project. Skills are invoked when building, registering, or validating Wix CLI app extensions and components.

How do the skills handle Wix Stores integration?

The wix-stores-versioning skill manages Catalog V1 and V3 compatibility for products, inventory, orders, and collections, covering productsV3, queryProducts, and getProduct. Service plugin skills add custom shipping rates, fees, tax calculation, and checkout validation to Stores flows.

How do I choose between dashboard pages, plugins, modals, and menu items?

Use dashboard-page for standalone admin/CRUD interfaces, dashboard-plugin for widgets embedded in existing dashboard slots, dashboard-modal for popups and confirmations, and dashboard-menu-plugin for actions in more-actions, bulk-actions, or context menus. The orchestrator skill routes feature requests to the correct skill.