ESSSoWhat avatar

ESSSoWhat

Community

@ESSSoWhat

1Followers
|
6Public Repos
|
19Published Skills

ESSSoWhat maintains skills for Supabase Postgres optimization and Wix CLI app development, covering database performance, extensions, and dashboard/site components.

Skills Distribution
DomainDeveloper To...Wix CLI App Develo.. (55%)Postgres & Supabas.. (30%)Wix Design System UI (10%)Backend Endpoints .. (5%)

Agent Skills by ESSSoWhat

Showing 19 vetted skills indexed across 1 GitHub repositories.

ESSSoWhatESSSoWhat

supabase-postgres-best-practices

Applies Postgres performance, schema, security, and migration rules to SQL authoring and optimization tasks.

Community
Intermediate
ESSSoWhatESSSoWhat

supabase

Guides Supabase development, schema migrations, security audits, and debugging workflows.

Community
Advanced
ESSSoWhatESSSoWhat

wix-cli-site-plugin

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

Community
Advanced
ESSSoWhatESSSoWhat

wix-cli-extension-registration

Registers Wix CLI extensions in src/extensions.ts using app builder .use() chains.

Community
Basic
ESSSoWhatESSSoWhat

wix-cli-site-component

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

Community
Advanced
ESSSoWhatESSSoWhat

wix-cli-data-collection

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-cli-dashboard-menu-plugin

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-cli-orchestrator

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

Community
Advanced
ESSSoWhatESSSoWhat

wix-cli-backend-api

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-cli-dashboard-page

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

Community
Advanced
ESSSoWhatESSSoWhat

wix-cli-backend-event

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-cli-service-plugin

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

Community
Advanced
ESSSoWhatESSSoWhat

wix-cli-site-widget

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-cli-embedded-script

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-stores-versioning

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-cli-dashboard-plugin

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-cli-app-validation

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

Community
Intermediate
ESSSoWhatESSSoWhat

wds-docs

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

Community
Intermediate
ESSSoWhatESSSoWhat

wix-cli-dashboard-modal

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

Community
Intermediate

Frequently Asked Questions About ESSSoWhat

FAQPage Schema
What tasks can I accomplish using ESSSoWhat's skills?

You can optimize Postgres schemas, migrations, RLS policies, indexes, and queries on Supabase, and build Wix CLI apps including site widgets, dashboard pages, modals, menu plugins, backend HTTP endpoints, event handlers, service plugins, and embedded scripts for tracking pixels.

Who are these skills designed for?

Developers building Wix CLI applications that extend Wix business solutions like Stores, Bookings, and CRM, plus engineers working with Supabase or self-hosted Postgres who need guidance on schema design, query performance, security audits, and debugging RLS or connection issues.

What are the prerequisites for using these skills?

The Wix skills require the Wix CLI development environment, and wds-docs additionally requires the @wix/design-system package installed in the project. The Supabase skills apply to Postgres running anywhere, including Supabase-managed instances, with no extra dependencies stated.

Are these skills open source and what do they cost?

The supabase-postgres-best-practices skill is published under the MIT license by Supabase, making it free to use and modify. Licensing is not specified for the Wix CLI skills; all skills are distributed at no cost through the registry.

How do the Wix CLI skills work together in practice?

The wix-cli-orchestrator skill must load first for any feature build request, routing to specialized skills for components, plugins, endpoints, or events. Extensions are registered via src/extensions.ts with app().use() calls, then verified using the wix-cli-app-validation skill before release.