Official skills publisher Verified Skillscout rank 260

Supabase

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.

17 Skills
4 Repositories
727,312 Installs
111,595 GitHub stars

Install

Add Supabase skills to your agent

Install a full repository package, then let your agent activate the right skill for the task.

Ask your agent

Prompt

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

4 official repositories

Agent Skills

supabase/agent-skills

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

2 skills 721,699 installs 2,581 stars
npx skills add supabase/agent-skills -y

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

13 skills 2,946 installs 108,925 stars
npx skills add supabase/supabase -y

Includes 1 official skill: supabase-server.

1 skill 2,667 installs 89 stars
npx skills add supabase/server -y

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

1 skill 0 installs 0 stars
npx skills add supabase/skills -y

17 skills

supabase/agent-skills 2 skills

supabase-postgres-best-practices

supabase/agent-skills 298,200 installs
View source

supabase

supabase/agent-skills 176,100 installs
View source
supabase/supabase 13 skills

vitest

supabase/supabase 1,135 installs
View source

vercel-composition-patterns

supabase/supabase 645 installs
View source

e2e-studio-tests

supabase/supabase 211 installs
View source

studio-testing

supabase/supabase 187 installs
View source

telemetry-standards

supabase/supabase 149 installs
View source

studio-error-handling

supabase/supabase 120 installs
View source

studio-e2e-tests

supabase/supabase 89 installs
View source

studio-best-practices

supabase/supabase 87 installs
View source

studio-ui-patterns

supabase/supabase 87 installs
View source

studio-queries

supabase/supabase 86 installs
View source

use-static-effect-event

supabase/supabase 85 installs
View source

dev-toolbar-review

supabase/supabase 58 installs
View source

safe-sql-execution

supabase/supabase 7 installs
View source
supabase/server 1 skill

supabase-server

supabase/server 2,500 installs
View source
supabase/skills 1 skill

postgres-best-practices

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

supabase/skills 0 installs
View source

Repository documentation

supabase/agent-skills package overview

supabase/agent-skills/README.md View on GitHub

supabase/agent-skills

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

Top skills in this package

supabase-postgres-best-practicesOfficial Supabase skill from supabase/agent-skills.
supabaseOfficial Supabase skill from supabase/agent-skills.

Install

Install the full package:

npx skills add supabase/agent-skills -y

Install a specific skill:

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 Supabase repository.

View supabase/agent-skills on GitHub
Copied