nirganon
Community@nirganon
nirganon provides 17 skills for building Wix CLI applications, covering dashboard extensions, site components, backend endpoints, service plugins, and Wix Stores catalog versioning.
Agent Skills by nirganon
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 TypeScript extension definitions.
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
Generates Wix CLI dashboard page extensions with WDS components, data operations, and extension registration.
wix-cli-backend-event
Creates 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 embed into slots on Wix 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 nirganon
FAQPage SchemaWhat tasks can I build using nirganon's Wix skills?▼
You can build dashboard pages, menu plugins, modals, and slot widgets for Wix business apps; React site components and widgets with editor manifests; backend HTTP endpoints and event handlers; service plugins for shipping, tax, and checkout logic; data collections; and embedded scripts for tracking pixels and popups.
Who are these Wix CLI skills designed for?▼
They target developers building Wix CLI applications that extend first-party business solutions such as Wix Stores, Bookings, Blog, eCommerce, Events, CRM, and Restaurants. Both site-facing component builders and backend engineers implementing SPI service plugins or webhook handlers are covered.
What is required to run these skills?▼
Every skill except wds-docs requires a Wix CLI development environment. The wds-docs skill provides @wix/design-system component reference for choosing components, checking props, and viewing examples when building UI with the Wix Design System.
How do the skills handle Wix Stores catalog versions?▼
The wix-stores-versioning skill manages compatibility between Wix Stores Catalog V1 and V3, guiding integrations that interact with products, inventory, orders, or collections, including queryProducts, getProduct, and productsV3 usage decisions.
How do I validate a Wix app before release?▼
Use the wix-cli-app-validation skill to test app readiness, verify runtime behavior, run preview validation, and confirm TypeScript compilation and build verification before releases or after code changes.