Jay Mehta
Community@thisisjaymehta · India
Using AI to code 😢
Agent Skills by Jay Mehta
Showing 17 vetted skills indexed across 1 GitHub repositories.
wix-cli-site-plugin
Creates Wix CLI site plugin extensions with custom elements, settings panels, and slot placements.
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 and data operations.
wix-cli-backend-event
Create backend event extensions that respond to Wix 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 checks, build, and preview deployment.
wds-docs
Navigates Wix Design System documentation to retrieve component props, examples, and icons.
wix-cli-dashboard-modal
Create and manage popup modal dialogs in Wix dashboard pages using the Dashboard SDK.
Frequently Asked Questions About Jay Mehta
FAQPage SchemaWhat 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.