Official Supabase plugin distribution repo for Claude Code, Cursor, Codex, and other supported agents (check Agents Supported section below). It bundles:
Want to contribute? Read CONTRIBUTING.md first.
skills/supabasefor general Supabase product guidanceskills/supabase-postgres-best-practicesfor Postgres performance and schema guidance- vendor-specific plugin manifests and MCP adapters for each supported surface
Shared across all vendors:
skills/— vendored skill files consumed by all surfacesassets/— shared assets (logo, etc.)
| Vendor | Supported |
|---|---|
| Claude Code | ✓ |
| Cursor | ✓ |
| Codex | ✓ |
| GitHub Copilot | ✓ |
| Gemini | ✓ |
| VS Code (Open Plugin) | ✓ |
| Kimi Code | ✓ |
- The root
skills/directory must contain real files. Do not switch it back to a symlink or submodule-backed path. - Skills are synced automatically from
supabase/agent-skillsreleases via.github/workflows/sync-agent-skills.yml. The workflow is triggered by the release pipeline insupabase/agent-skillsand opens a PR here with the updated skill files.