supabase-skills plugin for AI coding agents
Supabase Postgres, JavaScript SDK, and CLI skills for migrations and local dev.
Install the plugin in your coding agent
Add the marketplace once, then run the command for your tool.
claude plugin install supabase-skills@claude-settingsSee what the plugin includes
These components come from the current plugin directory, not a hand-written feature list.
- Supported tools
- Claude Code, Codex, Cursor, Gemini
- Skills
- supabase-cli, supabase-js, supabase-postgres-best-practices
- Agents
- None
- Commands
- None
- Hooks
- None
Download this plugin’s skills
Each release ZIP works in ChatGPT and Claude.ai. Review the source before uploading it.
supabase-cli
This skill should be used when user asks to “use supabase CLI”, “supabase init”, “supabase start”, “run migrations”, “deploy edge functions”, “manage Supabase project”, or works with the supabase command-line tool for local development and project management.
supabase-js
This skill should be used when user asks to “use supabase-js”, “query Supabase database”, “supabase auth”, “supabase storage”, “supabase realtime”, “supabase edge functions”, or works with the @supabase/supabase-js JavaScript/TypeScript SDK.
supabase-postgres-best-practices
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 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.
Verify the source
Version 1.0.3. License: MIT.
Open the plugin files on GitHub