Leaderboard/Databases/agent-skills
Last commit on August 12, 2026·Created on January 16, 2026

supabase/agent-skills

A comprehensive guide for building and debugging applications on the Supabase platform.
Combined rank
#151
across all skills
In Databases
#1
category rank
Stars
2.6k
+1.4% in last 7d
Forks
208
+2.0% in last 7d
Watchers
13
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides technical guidance for full-stack developers working with the Supabase ecosystem. It covers the integration of client libraries and SSR frameworks like Next.js, React, and SvelteKit, while offering structured support for managing Auth sessions, JWTs, and Row Level Security.

WHO IT'S FOR
Full-stack developers
building apps with Supabase and Next.js
Database engineers
optimizing Postgres schema and query performance
Backend engineers
implementing RLS policies and database security
AI agent / automation builders
configuring AI agents for Supabase development
Repository contents

2 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install all Supabase skills with the skills CLI

Installs: All Supabase skills in the repository; project scope by default

Before you start

Run from: Project repository for the documented default project scope

  1. In a terminal, run this command from the repository where the project-scoped skills should be installed.

    npx skills add supabase/agent-skills
README.md · Checked Sep 18, 2026supabase.com · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Review one Postgres query for its highest-impact optimization

Uses supabase-postgres-best-practices

  • Postgres query to review
  • Relevant table definitions
  • Existing indexes, if any
Using the supabase-postgres-best-practices skill, review this Postgres query for a small first-pass optimization. Identify the highest-impact issue, suggest a corrected query or index, and explain how I should verify it with EXPLAIN. Query: [PASTE SQL]. Relevant table definitions and existing indexes: [PASTE DDL].
README.md · Checked Sep 18, 2026skills/supabase-postgres-best-practices/SKILL.md · Checked Sep 18, 2026
Suggested first task

Create a first-pass Supabase Auth plan for Next.js

Uses supabase

  • Next.js version and router type
  • Current authentication code or relevant file paths
  • Desired login methods
Using the supabase skill, give me a first-pass setup plan for Supabase Auth in this Next.js project. Check the current Supabase changelog and documentation before recommending APIs, and flag service-role, session, and RLS risks. Inputs: [NEXT.JS VERSION AND ROUTER], [CURRENT AUTH CODE OR FILE PATHS], [DESIRED LOGIN METHODS]. Do not change files yet.
README.md · Checked Sep 18, 2026skills/supabase/SKILL.md · Checked Sep 18, 2026