Back to the catalog

supabase

Access your Supabase projects and perform tasks like managing tables, fetching config, and querying data.

Open source Open in the app JSON README (API)

About

Access your Supabase projects and perform tasks like managing tables, fetching config, and querying data.

Details

Kind
Plugins
Topic
Databases
Publisher
supabase-community
Origin
gemini
Category
ferramentas
Version
0.1.15
Stars
17
Forks
7
Open pull requests
2
Last push
2026-09-02T23:20:07Z
Repository state
ativo
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
supabase-community/supabase-plugin

README

# Supabase Agent Plugin

Official Supabase plugin distribution repo for Claude Code, Cursor, Codex, and other supported agents (check [Agents Supported](https://github.com/supabase-community/supabase-plugin#agents-supported) section below). It bundles:

> Want to contribute? Read [CONTRIBUTING.md](CONTRIBUTING.md) first.

- `skills/supabase` for general Supabase product guidance
- `skills/supabase-postgres-best-practices` for 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 surfaces
- `assets/` — shared assets (logo, etc.)

### Agents supported:

| Vendor         | Supported |
|----------------|-----------|
| Claude Code    | ✓         |
| Cursor         | ✓         |
| Codex          | ✓         |
| GitHub Copilot | ✓         |
| Gemini         | ✓         |
| VS Code (Open Plugin) | ✓  |
| Kimi Code         | ✓         |
| Grok Build     | ✓         |


## 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-skills` releases via `.github/workflows/sync-agent-skills.yml`. The workflow is triggered by the release pipeline in [`supabase/agent-skills`](https://github.com/supabase/agent-skills/blob/4e69c80e213f315c02c9ebef9c28dd6e43a4707e/.github/workflows/release.yml#L65) and opens a PR here with the updated skill files.

More