supabase skills

228 tagged supabase, measured the same way as everything else here.

Browse within: realtime 58postgresql 53nextjs 50ReAct 39game 36multiplayer 36ai-assisted 34nuxt 34tdd 34template 34canvas 32no-code 32webgpu 32business 31

react-hook-form

01

supabase/supabase

Skill Claude CodeCodex

Correct React Hook Form usage anywhere in the monorepo — data flow, subscriptions, reset, dirty state, number inputs, and controlled-input rules. Load this BEFORE writing or modifying ANY form code, adding a field to an existing form, touching watch/useWatch/formState/getValues/setValue/reset, wiring a form into a…

109k yesterday A 123 tokens original Apache-2.0

safe-sql-execution

02

supabase/supabase

Skill Claude CodeCodex

Use whenever code will build, return, fetch, or execute SQL that runs against a user's real Postgres database — even when the request reads like an ordinary feature or bug fix and never says "security," "injection," or "SafeSqlFragment." This covers: writing or editing any pg-meta function, query builder, or endpoint…

109k yesterday A 221 tokens original Apache-2.0

studio-e2e-tests

03

supabase/supabase

Skill Claude CodeCodex

Write and run Playwright E2E tests for Supabase Studio (e2e/studio). Use when asked to run e2e tests, write new E2E tests, or debug flaky or failing Playwright tests. Covers running commands, avoiding race conditions, waiting strategies, selectors, helper functions, and CI vs local differences.

109k yesterday A 74 tokens original Apache-2.0

docs-svg-kit

04

gridaco/grida

Skill Claude CodeCodex

Author SVG figures for Grida docs — diff-able, version-controlled vector diagrams embedded in doc pages instead of screenshots. Provides reusable primitives (selection chrome, size badges, anchor pins, resize cursors, click ripples), color/typography tokens, a starter template, and finished examples to crib from.…

2.6k 11d ago A 145 tokens original Apache-2.0

editor-perf

05

gridaco/grida

Skill Claude CodeCodex

Guides performance investigation, benchmarking, and optimization of the Grida Canvas web editor (TypeScript reducer, Immer, React hooks). Use when profiling reducer dispatch cost, diagnosing slow interactions (drag, resize, color change), writing or running editor benchmarks, instrumenting with PerfObserver, or…

2.6k 11d ago A 69 tokens original Apache-2.0

sdk-seam

06

gridaco/grida

Skill Claude CodeCodex

Discipline for the seam between two SDKs (or two sides of one contract) that the same hand writes. The failure mode: "we own both sides" produces dirty contracts no foreign reviewer would accept. The exercise: pretend the other side is FFI, IPC, or a network protocol you cannot rewrite. Spawn an adversarial subagent…

2.6k 11d ago A 142 tokens original Apache-2.0

supabase/agent-skills

Skill Claude CodeCodex

Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the…

2.6k 20d ago A 182 tokens original MIT

supabase

08

supabase/agent-skills

Skill Claude CodeCodex

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…

2.6k 20d ago A 185 tokens original MIT

agent-browser

09

crbnos/carbon

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

2.4k 2d ago A 108 tokens

carbon-docs

10

crbnos/carbon

Skill Claude CodeCodex

Author, edit, or extend the Carbon documentation site at docs (a built Fumadocs + Next.js app). Use whenever creating or changing reader-facing docs for Carbon: editorial Guide chapters, Reference/entity pages, the docs IA, or "document this feature" requests — anything destined for the docs site. Covers the…

2.4k 2d ago A 128 tokens

conductor

11

crbnos/carbon

Skill Claude CodeCodex

Autonomous loop conductor — drive a single work item (a bug, a usability tweak, a small feature) through a doer→gate→judge→keep-or-revert→ledger cycle to a gated PR, unattended. Use when asked to "conduct", "loop on", or build/fix one tightly-scoped item with explicit acceptance criteria, and as the inner loop the…

2.4k 2d ago A 0 tokens

agent-device

12

gronxb/hot-updater

Skill Claude CodeCodex

Automates interactions for iOS simulators/devices and Android emulators/devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, or extracting UI info on mobile targets.

1.7k yesterday A 44 tokens

e2e-default

13

gronxb/hot-updater

Skill Claude CodeCodex

Run a fixed OTA regression flow for examples/v0.85.0 with agent-device. Use when the caller wants a built-in end-to-end scenario instead of defining one manually: deploy a known-good OTA bundle, verify a visible UI change plus the deployed bundleId, then deploy an intentionally crashing OTA bundle and verify rollback…

1.7k yesterday A 93 tokens

shadcn

14

gronxb/hot-updater

Skill Claude CodeCodex

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

1.7k yesterday A 90 tokens

config

15

matiasbattocchia/open-bsp-api

Skill Claude CodeCodex

Configure the OpenBSP plugin — check status, set org/account, manage allowed contacts, or force re-login. Use when the user asks to configure OpenBSP, check plugin status, manage contacts, or re-authenticate.

561 5d ago A 48 tokens original Unlicense

new-lint

16

supabase/splinter

Skill Claude CodeCodex

Create a new splinter lint — a SQL view that checks for a database anti-pattern. Use this skill when the user asks to add a lint, create a new check, implement a linting rule, or extend splinter with a new detection.

270 4d ago A 54 tokens

t1mmen/srtd

Skill Claude CodeCodex

Structured code review workflow for SRTD development. Use after implementing features, fixing bugs, or before merging to main. Ensures production-readiness through systematic review.

105 6mo ago A 38 tokens original MIT

srtd-cli

18

t1mmen/srtd

Skill Claude CodeCodex

This skill should be used when the user mentions "srtd", "sql templates", "migrations-templates", "live reload sql", "supabase functions", when working with files in supabase/migrations-templates/, when .buildlog.json or srtd.config.json is detected, or when writing Postgres functions/views/triggers for Supabase.

105 6mo ago A 75 tokens original MIT

srtd-dev

19

t1mmen/srtd

Skill Claude CodeCodex

Expert knowledge for developing the SRTD codebase itself. Use when implementing features, fixing bugs, understanding architecture, or writing tests for SRTD internals. NOT for end users of srtd CLI.

105 6mo ago A 46 tokens original MIT

saas-api-security

20

komunite/tezgah

Skill Claude CodeCodex

SaaS uygulaması için API güvenlik katmanı kur. Rate limiting, plan bazlı erişim kontrolü, input validation, hata yönetimi, CORS ve health check. Bu skill'i kullanıcı API güvenliği, rate limiting, yetkilendirme, input doğrulama, hata yönetimi veya API koruması ile ilgili bir şey istediğinde kullan. "API'yi koru", "rate…

91 5mo ago A 108 tokens original MIT

saas-launcher

21

komunite/tezgah

Skill Claude CodeCodex

Sıfırdan production-ready bir SaaS uygulaması kur. Ödeme, kimlik doğrulama, veritabanı, e-posta, landing page, SEO ve API güvenliği dahil tüm katmanları kapsar. Kullanıcı SaaS kurmak, web uygulaması başlatmak, AI aracı oluşturmak veya online ürün çıkarmak istediğinde bu skill'i kullan — "startup kur", "proje başlat"…

91 5mo ago A 136 tokens original MIT

saas-payments

22

komunite/tezgah

Skill Claude CodeCodex

SaaS uygulaması için ödeme ve abonelik sistemi kur. Stripe veya Lemon Squeezy ile checkout, webhook, abonelik yönetimi, fiyatlandırma planları ve müşteri portalı yapılandır. Bu skill'i kullanıcı ödeme, abonelik, fiyatlandırma, Stripe, gelir, plan, subscription veya checkout ile ilgili bir şey istediğinde kullan. "Para…

91 5mo ago A 103 tokens original MIT

image-to-threejs

23

kyh/vibedgames

Skill Claude CodeCodex

REQUIRES uv + Python 3.12 and a one-time git clone — unlike the other asset skills, this one is not Node-only. Turn a generated reference image into a rigged, procedural Three.js prop — code, not a mesh file. Generate ONE clean product-shot reference with vg generate, author a component spec (parts, materials, pivots…

55 2d ago A 186 tokens original MIT

phaser

24

kyh/vibedgames

Skill Claude CodeCodex

Build 2D browser games with Phaser 4: scene lifecycle, sprites, Arcade/Matter physics, tilemaps, WebGL rendering, filters, lighting, shaders, DynamicTexture/RenderTexture, SpriteGPULayer, TilemapGPULayer, and Phaser 3 to 4 migration. Trigger: phaser, phaser 4, phaser v4, create phaser game, add phaser scene, phaser…

55 2d ago A 139 tokens original MIT