nirganon avatar

nirganon

Community

@nirganon

1Followers
|
14Public Repos
|
17Published Skills

nirganon provides 17 skills for building Wix CLI applications, covering dashboard extensions, site components, backend endpoints, service plugins, and Wix Stores catalog versioning.

Skills Distribution
DomainDeveloper To...Wix Dashboard Exte.. (30%)Site Components & .. (25%)Backend Endpoints .. (20%)Business Logic Ser.. (15%)

Agent Skills by nirganon

Showing 17 vetted skills indexed across 1 GitHub repositories.

nirganonnirganon

wix-cli-site-plugin

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

Community
Advanced
nirganonnirganon

wix-cli-extension-registration

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

Community
Basic
nirganonnirganon

wix-cli-site-component

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

Community
Advanced
nirganonnirganon

wix-cli-data-collection

Creates CMS data collection schemas for Wix CLI apps using TypeScript extension definitions.

Community
Advanced
nirganonnirganon

wix-cli-dashboard-menu-plugin

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

Community
Intermediate
nirganonnirganon

wix-cli-orchestrator

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

Community
Advanced
nirganonnirganon

wix-cli-backend-api

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

Community
Intermediate
nirganonnirganon

wix-cli-dashboard-page

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

Community
Advanced
nirganonnirganon

wix-cli-backend-event

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

Community
Intermediate
nirganonnirganon

wix-cli-service-plugin

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

Community
Advanced
nirganonnirganon

wix-cli-site-widget

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

Community
Advanced
nirganonnirganon

wix-cli-embedded-script

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

Community
Intermediate
nirganonnirganon

wix-stores-versioning

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

Community
Intermediate
nirganonnirganon

wix-cli-dashboard-plugin

Creates dashboard plugin widgets that embed into slots on Wix business app dashboard pages.

Community
Intermediate
nirganonnirganon

wix-cli-app-validation

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

Community
Intermediate
nirganonnirganon

wds-docs

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

Community
Intermediate
nirganonnirganon

wix-cli-dashboard-modal

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

Community
Intermediate

Frequently Asked Questions About nirganon

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