Supabase skills
Postgres best practices and Supabase integration patterns skills-hub.ai mirrors 2 skills from Supabase daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/supabase/agent-skills
Installing a Supabase skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Supabase skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Supabase skills via API
curl https://skills-hub.ai/api/v1/skills?source=supabase
# Browse all sources
open https://skills-hub.ai/sourcesTop Supabase skills
See all →The most-installed skills from Supabase, ranked by adoption.
01supabase-postgres-best-practices
3 installsPostgres 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 tests that verify them, indexes, triggers, database functions, queues and scheduled jobs (pg_cron, pgmq), vector/semantic search (pgvector), and restoring dumps (pg_restore) or importing data. Also load it when diagnosing slow queries, high CPU, timeouts, EXPLAIN plans, connection exhaustion, locking, bloat, or rows visible to the wrong user or tenant. This is not just a performance guide — schema, migration, security, and SQL authoring tasks need these rules too, even for a one-column change or a single query.
Datafrom Supabase02supabase
2 installsUse 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, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, declarative schemas, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector); debugging and troubleshooting errors or unexpected behavior on Supabase projects (HTTP errors, Postgres errors, RLS surprises, permission denied, schema cache issues, timeouts, Edge Function crashes, Realtime drops, Storage failures) and reading or querying logs (Logs Explorer, ClickHouse).
Buildfrom Supabase
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Sep 13, 2026, 4:21 PM (success).
Supabase skills, frequently asked
What are Supabase skills?
Supabase skills are AI coding skills published by Supabase (Postgres best practices and Supabase integration patterns) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Supabase skills are available?
skills-hub.ai indexes 2 skills from Supabase, synced daily from the upstream GitHub repository (https://github.com/supabase/agent-skills).
How do I install a Supabase skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Supabase skills?
Yes. Every skill from this source is mirrored from Supabase's own GitHub repository (https://github.com/supabase/agent-skills). Each skill page links back to the upstream source of truth, so you can verify the original.