◆
Supabase Agent Skills
Database, migration, and security guidance for agents.
Supabase's installable agent skills add critical local-development and security guidance for working against a Supabase project — installed with a single `npx skills add` command.
✳Claude Code○Free✓OfficialIntermediate
skillsdatabasesecurity
npx skills add supabase/agent-skillsWhen to use & gotchas
When to use Install it before letting an agent near a Supabase project — it front-loads the RLS and migration guidance that prevents the expensive mistakes.
⬡
Supabase MCP Server
Query, migrate, and inspect your Postgres from the agent.
Connect an agent to a Supabase project to list tables, apply migrations, run SQL, and read advisors — a fast loop for schema work when paired with disciplined review.
∗Any tool○Free✓OfficialAdvanced
mcpdatabasepostgresmigrations
When to use & gotchas
When to use Use it for inspect-heavy work — listing tables, reading advisors, drafting migrations — where seeing the real schema beats guessing from code.
Gotcha `apply_migration` writes straight to the target project. Always run schema changes against a staging project first and gate every apply behind your own approval.