# Supabase AI Agent Skills

Supabase publishes official AI agent skills for its tools, services, and developer workflows. Supabase is an open-source backend platform with Postgres, auth, storage, realtime, and edge functions.

Browse 17 official AI agent skills across 4 Supabase repositories, with install commands and source links.

Official page: https://skillscout.sh/official/supabase/
Markdown page: https://skillscout.sh/official/supabase/supabase_skills_skillscout.md
Vendor website: https://supabase.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/supabase/supabase_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Supabase skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### supabase/agent-skills

Includes 2 official skills: supabase-postgres-best-practices, supabase.

Install:

```bash
npx skills add supabase/agent-skills -y
```

Source: https://www.skills.sh/official#supabase/agent-skills

### supabase/supabase

Includes 13 official skills: vitest, vercel-composition-patterns, e2e-studio-tests, studio-testing, telemetry-standards, studio-error-handling.

Install:

```bash
npx skills add supabase/supabase -y
```

Source: https://www.skills.sh/official#supabase/supabase

### supabase/server

Includes 1 official skill: supabase-server.

Install:

```bash
npx skills add supabase/server -y
```

Source: https://www.skills.sh/official#supabase/server

### supabase/skills

Covers postgres-best-practices. A collection of Postgres optimization rules organized by impact, covering query performance, connection management, RLS, schema design, and concurrency.

Install:

```bash
npx skills add supabase/skills -y
```

Source: https://officialskills.sh/supabase/skills

## Individual skills

### supabase-postgres-best-practices

Official Supabase skill from supabase/agent-skills.

Install:

```bash
npx skills add supabase/agent-skills@supabase-postgres-best-practices -y
```

Package: supabase/agent-skills
Source: https://github.com/supabase/agent-skills/tree/HEAD/skills/supabase-postgres-best-practices

### supabase

Official Supabase skill from supabase/agent-skills.

Install:

```bash
npx skills add supabase/agent-skills@supabase -y
```

Package: supabase/agent-skills
Source: https://github.com/supabase/agent-skills/tree/HEAD/skills/supabase

### vitest

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@vitest -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/vitest

### vercel-composition-patterns

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@vercel-composition-patterns -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/vercel-composition-patterns

### e2e-studio-tests

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@e2e-studio-tests -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/e2e-studio-tests

### studio-testing

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@studio-testing -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/studio-testing

### telemetry-standards

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@telemetry-standards -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/telemetry-standards

### studio-error-handling

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@studio-error-handling -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/studio-error-handling

### studio-e2e-tests

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@studio-e2e-tests -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/studio-e2e-tests

### studio-best-practices

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@studio-best-practices -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/studio-best-practices

### studio-ui-patterns

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@studio-ui-patterns -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/studio-ui-patterns

### studio-queries

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@studio-queries -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/studio-queries

### use-static-effect-event

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@use-static-effect-event -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/use-static-effect-event

### dev-toolbar-review

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@dev-toolbar-review -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/dev-toolbar-review

### safe-sql-execution

Official Supabase skill from supabase/supabase.

Install:

```bash
npx skills add supabase/supabase@safe-sql-execution -y
```

Package: supabase/supabase
Source: https://www.skills.sh/supabase/supabase/safe-sql-execution

### supabase-server

Official Supabase skill from supabase/server.

Install:

```bash
npx skills add supabase/server@supabase-server -y
```

Package: supabase/server
Source: https://github.com/supabase/server/tree/HEAD/skills/supabase-server

### postgres-best-practices

A collection of Postgres optimization rules organized by impact, covering query performance, connection management, RLS, schema design, and concurrency.

Install:

```bash
npx skills add supabase/skills@postgres-best-practices -y
```

Package: supabase/skills
Source: https://officialskills.sh/supabase/skills/postgres-best-practices

## supabase/agent-skills package overview

Includes 2 official skills: supabase-postgres-best-practices, supabase.

### Top skills in this package

- supabase-postgres-best-practices: Official Supabase skill from supabase/agent-skills.
- supabase: Official Supabase skill from supabase/agent-skills.

### Install

Install the full package:

```bash
npx skills add supabase/agent-skills -y
```

Install a specific skill:

```bash
npx skills add supabase/agent-skills@supabase-postgres-best-practices -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/supabase/agent-skills#readme
