ESSSoWhat
Community@ESSSoWhat
ESSSoWhat maintains skills for Supabase Postgres optimization and Wix CLI app development, covering database performance, extensions, and dashboard/site components.
Agent Skills by ESSSoWhat
Showing 19 vetted skills indexed across 1 GitHub repositories.
supabase-postgres-best-practices
Applies Postgres performance, schema, security, and migration rules to SQL authoring and optimization tasks.
supabase
Guides Supabase development, schema migrations, security audits, and debugging workflows.
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 in src/extensions.ts using app builder .use() chains.
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 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 and JSX examples.
wix-cli-dashboard-modal
Create and manage popup modal dialogs in Wix dashboard extensions using the Dashboard SDK.
Frequently Asked Questions About ESSSoWhat
FAQPage SchemaWhat 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.