Supabase Agent Plugin
Official Supabase plugin distribution repo for Claude Code, Cursor, Codex, GitHub Copilot, and Gemini. 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
Repository Structure
Shared across all vendors:
skills/— vendored skill files consumed by all surfacesassets/— shared assets (logo, etc.)
Per-vendor plugin manifests and MCP adapters:
| Vendor | Supported | |----------------|-----------| | Claude Code | ✓ | | Cursor | ✓ | | Codex | ✓ | | GitHub Copilot | ✓ | | Gemini | ✓ |
Notes
- 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.




