Instructions file GitHub Copilot
Instructions for supabase/supabase, covering studio ui copy and agent checklist (not in the design doc).
Instructions file GitHub Copilot
Instructions for supabase/supabase, covering studio ui copy and agent checklist (not in the design doc).
Instructions file GitHub Copilot
Instructions for supabase/supabase, covering studio e2e test review rules, selector priority (best to worst), patterns to flag and good practices to encourage.
Instructions file GitHub Copilot
Instructions for supabase/supabase, covering studio error handling review rules, architecture, when to flag, correct usage and key files.
Instructions file GitHub Copilot
Instructions for supabase/supabase, covering shadcn/radix ui component review rules, core principle, components with built-in accessibility — do not flag, specifically, never flag these and what to flag.
Instructions file GitHub Copilot
Instructions for supabase/supabase, covering studio shortcut review rules, core principle, when to flag, preferred pattern and search inputs.
Instructions file GitHub Copilot
Instructions for supabase/supabase, covering studio telemetry review rules, when to flag missing telemetry, feature flag telemetry pattern, event naming and event properties.
Instructions file GitHub Copilot
Instructions for supabase/supabase, covering studio testing review rules, core principle, when to comment, which test type to suggest and reference.
MCP server Claude CodeCodexCursor +2
Supabase's hosted MCP server: lets the agent manage projects, tables, SQL and migrations. Remote server at mcp.supabase.com.
Skill Claude CodeCodex
Build and modify Studio Explorer surfaces, including notebooks, chats, SQL snippets, query cells, and their shared toolbar patterns.
Instructions file CodexOpenCode
AGENTS.md instructions for supabase/mcp: Before opening an issue or pull request, read CONTRIBUTING.md and follow its guidance.
Instructions file
Claude Code instructions for supabase/mcp, a project described as: Connect Supabase to your AI assistants.
MCP server Claude CodeCodexCursor +2
Lets the agent manage Supabase projects: inspect tables, run SQL, handle migrations and read logs. Runs locally from the @supabase/mcp-server-supabase npm package. Needs 1 environment variable to run.
Plugin Claude Code
Plugin marketplace listing 2 plugins: supabase, postgres-best-practices.
MCP server Claude CodeCodexCursor +2
Supabase's hosted MCP server: lets the agent manage projects, tables, SQL and migrations. Remote server at mcp.supabase.com.
Instructions file CodexOpenCode
Instructions for supabase/agent-skills, covering agents.md, prerequisites, repository structure, commands and releases.
Instructions file
Instructions for supabase/agent-skills, a project described as: Agent Skills to help developers using AI agents with Supabase.
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…
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…
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.
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…
MCP server Claude CodeCodexCursor +2
MCP server "supabase", hosted remotely at localhost, as configured in supabase/evals.
Skill Claude CodeCodex
Use when planning or writing server-side code that uses @supabase/server — Edge Functions, Hono apps, webhook handlers, or any backend that creates Supabase clients or validates inbound auth. Trigger before writing or modifying any file that imports from @supabase/server (or sub-paths like @supabase/server/core)…
Agent
Specific agent to work on pg-toolbelt issues.
Instructions file CodexOpenCode
AGENTS.md instructions for supabase/pg-toolbelt, a project described as: Postgres migrations made easy.