Agent Skills to help developers using AI agents with Supabase. Provides skills like supabase and supabase-postgres-best-practices, install instructions, and usage examples. Latest release shows version 0.1.7 as of 2026-07-30.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Supabase Agent Skills is a collection of instructions, scripts, and resources (skills) designed to help AI agents use Supabase effectively. It supports multiple AI agents and includes at least two named skills: supabase and supabase-postgres-best-practices.
How it works
The repository formats skills as per the Agent Skills Open Standard and publishes releases containing dist/index.json alongside tarballs. Each skill includes a manifest (SKILL.md) and optional references/ for documentation. Skills are discovered via a .well-known endpoint when released, enabling discovery by clients like Supabase.
Getting started
Installation options are shown in the README:
- Install all skills:
npx skills add supabase/agent-skills
- Install a specific skill:
npx skills add supabase/agent-skills --skill supabase
npx skills add supabase/agent-skills --skill supabase-postgres-best-practices
- Claude Code Plugin installation paths:
# 1. Install supabase/agent-skill marketplace
claude plugin marketplace add supabase/agent-skills
# 2. Install the plugin that you want
claude plugin install supabase@supabase-agent-skills
claude plugin install postgres-best-practices@supabase-agent-skills
Recent releases
Latest 5 releases:
- v0.1.7 (2026-07-30): bug fix in supabase-postgres-best-practices; skill description trigger-rich
- v0.1.6 (2026-07-10)
- v0.1.5 (2026-05-27)
- v0.1.4 (2026-05-22)
- v0.1.3 (2026-05-19)
Traction
Stars: 2471 Forks: 179 Open issues: 158
Behind the repo
The project is maintained under the supabase organization and is written in TypeScript (license MIT). It was created on 2026-01-16 and last pushed on 2026-08-03.
Caveats
License: MIT. Ages and open issues are listed above. The README describes installation and usage but does not provide additional compatibility notes beyond supported skills and installation methods.






