
Supabase
The Postgres development platform.
Repository snapshot · master · 2cd9b42
Scanned 2026-09-14
23 skills
api-types
Maintain Supabase API types. Use when changing generated API type declarations, OpenAPI schemas, or investigating API type deployment drift.
.agents/skills/api-types/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗ask-the-docs
Answer questions about the Supabase docs app (apps/docs) using documented architecture, build pipeline, and review-pattern notes, and apply feature-design principles (codebase reuse, coding minimalism) when proposing or critiquing changes. Use when the user asks "how does X work in the docs app?", "where does Y live?", "is this approach OK for the docs app?", or before writing non-trivial changes under apps/docs/ — especially anything touching the MDX pipeline, markdown generation, content components, federated docs, or contributor-facing authoring patterns. Can answer architecture questions with Mermaid diagrams when helpful.
.agents/skills/ask-the-docs/SKILL.md
14 bundle filesContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗clickhouse-logs-queries
Write, review, and migrate Supabase logs queries against the ClickHouse-backed `logs` table (the `logs.all.otel` analytics endpoint). Use this whenever a task involves Logs Explorer SQL, the `log_attributes` map, querying a log `source` (edge_logs, postgres_logs, auth_logs, etc.), translating an old BigQuery `cross join unnest(metadata)` logs query to ClickHouse, or wiring analytics log SQL in `apps/studio/data/logs` and `apps/studio/components/interfaces/Settings/Logs`. Reach for it even when the user just says "logs query", "Logs Explorer", or pastes a BigQuery logs query to convert, not only when they name ClickHouse.
.agents/skills/clickhouse-logs-queries/SKILL.md
3 bundle filesContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗copywriting
Write or audit UI copy (buttons, labels, empty states, error messages, tooltips, form text) anywhere in the monorepo. Load it before shipping or reviewing any user-facing text — including when copy is incidental to the task, like a new feature that adds buttons, toasts, dialogs, or validation messages.
.agents/skills/copywriting/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗dev-toolbar-review
Safety rules for the dev toolbar, PostHog client, and feature flags. Use when writing or reviewing any change to packages/dev-tools/, packages/common/posthog-client.ts, or packages/common/feature-flags.tsx. Covers environment guards, flag override cookies, telemetry event subscription, and SSE stream safety.
.agents/skills/dev-toolbar-review/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗edit-the-docs
Restructure, reorder, and improve existing Supabase docs pages under apps/docs: clarity, connective text, section grouping, and brevity. Use when asked to edit, reorganize, restructure, tighten prose, add glue between sections, or split a page edit into stacked PRs. Not for net-new feature drafts, which belong to write-the-docs, and not for PR triage or verification, which belong to review-the-docs.
.agents/skills/edit-the-docs/SKILL.md
2 bundle filesContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗pm-the-docs
Docs-PM decision support for the "Write the docs" authoring process — makes audience, stage, and cross-cutting scope calls during the Frame and Shape stages (including cross-repo product lookup via universe when accessible, else the public OSS path), and helps decide when a docs question needs to self-serve vs. escalate to a docs PM. Use when framing a new docs page or launch, deciding what product stage or audience a feature targets, judging whether a docs question needs PM sign-off, or confirming which product repos a launch spans.
.agents/skills/pm-the-docs/SKILL.md
3 bundle filesContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗react-hook-form
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 dialog or sheet, or building a submit/cancel footer — even when the change looks trivial. The codebase contains widespread RHF anti-patterns; without this skill you will copy them. For form layout and which components to use, also load studio-ui-patterns.
.agents/skills/react-hook-form/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗review-the-docs
Review Supabase docs changes locally in your `supabase/supabase` checkout — either an open PR (triage, classify, verify) or your own branch before opening a PR (local self-review). Covers markdown pipeline, MDX content, tutorials, examples, Studio links, and docs tooling. Use when asked to review docs PRs, self-review a draft branch, check who has approved, verify build output, or evaluate supabase/supabase documentation changes.
.agents/skills/review-the-docs/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗safe-sql-execution
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 that builds/returns SQL for database objects (tables, views, functions, DB triggers, indexes, RLS policies); interpolating a schema/table/column/search/route-param value into SQL text; storing, fetching, or re-running SQL that round-trips from the database (a policy's definition, a function/view definition, a snippet's saved content); and any "Run"/"Apply"/"Execute" action that sends SQL to a project's database (SQL editor run-selection, policy editor apply, snippet runner). Load this BEFORE writing such code, not only when reviewing a finished diff. Skip only for changes that never touch SQL text or execution — styling, unrelated data hooks, non-SQL form validation, or UI layout work.
.agents/skills/safe-sql-execution/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗studio-e2e-tests
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.
.agents/skills/studio-e2e-tests/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗studio-error-handling
Error display and troubleshooting pattern for Supabase Studio. Use when showing a failed API request or query error in the UI (AlertError, toast, inline message), adding troubleshooting steps for a new error type, or wiring up the AI assistant debug button from an error state.
.agents/skills/studio-error-handling/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗studio-mock-api-tests
Component tests for Supabase Studio that mock API requests at the network layer with MSW. Use when writing or reviewing a component test that exercises a React Query hook or mutation, or when migrating an existing test away from vi.mock('@/data/...'). Covers the customRender + addAPIMock template and the jsdom/MSW gotchas that cost real debugging time.
.agents/skills/studio-mock-api-tests/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗studio-queries
React Query conventions for data fetching in Supabase Studio. Use when writing or reviewing query hooks, mutation hooks, or query keys in apps/studio/data/ — including adding the first fetch or mutation for a new API endpoint or resource. Covers queryOptions pattern, keys.ts structure, mutation hook template, and imperative fetching.
.agents/skills/studio-queries/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗studio-shortcuts
Keyboard shortcut conventions for Supabase Studio. Use when adding a repeated user action, toolbar action, list/table operation, or sub-page navigation that should have shortcut coverage, when registering or changing a shortcut, or when adding a search/filter Input (which needs the staged-Escape handler). Covers the shortcut registry, useShortcut, ShortcutTooltip/ShortcutBadge, the reference sheet, and collision rules.
.agents/skills/studio-shortcuts/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗studio-testing
Testing strategy for Supabase Studio. Use when writing tests, deciding whether a change needs tests and which type, extracting logic from components into testable utility functions, or reviewing test coverage. Covers unit tests, component tests, and E2E test selection criteria.
.agents/skills/studio-testing/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗studio-ui-patterns
Design system UI patterns for Supabase Studio. Use when building or updating pages, forms, tables, charts, empty states, navigation, cards, alerts, or side panels (sheets). Covers layout selection, component choice, and placement conventions.
.agents/skills/studio-ui-patterns/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗telemetry-standards
PostHog event tracking standards for Supabase Studio. Use when adding useTrack() calls, defining events in packages/common/telemetry-constants.ts, implementing tracking for a new feature, or reviewing PRs for telemetry compliance. Covers event naming, property conventions, approved patterns, and implementation guide.
.agents/skills/telemetry-standards/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗test-the-docs
Execute runnable docs snippets and examples inside a disposable Docker Compose sandbox (runner container + local Supabase stack via `supabase start`). Use after Draft or during Self-review when asked to test the docs, fact-check CLI/SQL/code samples, or produce a verification report for a docs PR. Complements review-the-docs lint/build checks; does not replace them.
.agents/skills/test-the-docs/SKILL.md
9 bundle filesContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗vercel-composition-patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
.agents/skills/vercel-composition-patterns/SKILL.md
9 bundle filesContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗vitest
Vitest API and config reference (Jest-compatible) — mocking with vi.*, spies, fake timers, coverage configuration, fixtures, snapshots, and test filtering. Use for Vitest API and configuration questions anywhere in the monorepo; for Studio-specific test strategy and component-test setup, start with studio-testing and studio-mock-api-tests.
.agents/skills/vitest/SKILL.md
18 bundle filesContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗write-the-docs
Draft new or updated Supabase docs content for a feature or launch, grounded in product intent (Linear when available), a read of the actual code, and the docs style guide once one exists. Use when asked to write docs for a new feature, a product launch, or a Linear ticket that needs net-new content rather than a bug fix. Not for implementing existing docs bug reports — use work-linear-issue for that. Not for restructuring existing pages — use edit-the-docs for that.
.agents/skills/write-the-docs/SKILL.md
5 bundle filesContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗explorer
Build and modify Studio Explorer surfaces, including notebooks, chats, SQL snippets, query cells, and their shared toolbar patterns.
apps/studio/.claude/skills/explorer/SKILL.md
SKILL.md onlyContributors
GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.
File history ↗
Discovery details
Tracked SKILL.md files, excluding tests, fixtures, dependencies, and vendored directories. The Instructions analysis keeps its own pinned revision.
Context your instructions cannot carry
Instructions describe how a codebase works. Modem keeps customer context current and attaches it to the work.
Try Modem