Agent Skills to help developers using AI agents with Supabase
Start reading — 1 minnpx skills add supabase/agent-skills/plugin marketplace add supabase/agent-skillsMIT2.6k stars1,561 wordsUpdated 24 September 2026
| Week | Installs |
|---|---|
| Week 1 | 25,755 |
| Week 2 | 28,062 |
| Week 3 | 26,251 |
| Week 4 | 27,302 |
| Week 5 | 26,374 |
| Week 6 | 23,049 |
| Week 7 | 22,781 |
| Week 8 | 22,137 |
Typeset in this issue’s own colours, resolved from the awesome-design-md registry.

Agent Skills to help developers using AI agents with Supabase. Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. Compatible with 18+ AI agents including Claude Code, GitHub Copilot, Cursor, Cline, and many others.
The skills in this repo follow the Agent Skills (opens in a new tab) format.
See the Supabase AI Skills documentation (opens in a new tab) for detailed installation instructions.
npx skills add supabase/agent-skillsnpx skills add supabase/agent-skills --skill supabase
npx skills add supabase/agent-skills --skill supabase-postgres-best-practicesYou can also install the skills as Claude Code plugins:
# 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-skillsComprehensive Supabase development skill covering all Supabase products and integrations.
Use when:
Postgres performance optimization guidelines from Supabase. Contains references across 8 categories, prioritized by impact.
Use when:
Categories covered:
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Optimize this Postgres queryReview my schema for performance issuesHelp me set up Supabase Auth with Next.jsHelp me add proper indexes to this tableEach skill follows the Agent Skills Open Standard (opens in a new tab):
SKILL.md - Required skill manifest with frontmatter (name, description, metadata)references/ - (Optional) Reference files for detailed documentation.well-known discoveryEach release uploads a dist/index.json alongside the skill tarballs. This index conforms to the agent-skills .well-known URI spec (opens in a new tab) (schema v0.2.0) and is consumed by supabase.com to serve skills at https://supabase.com/.well-known/agent-skills/.
The release artifacts are built by scripts/build-release.ts and triggered by Release Please (opens in a new tab) on every semver release.
jonathanhefner/agentskills-build-for-well-known (opens in a new tab) is intended to be transferred to the agentskills org and published to the GitHub Marketplace. When that happens, scripts/build-release.ts and the pnpm build:release step in release-please.yml can be replaced with the Action directly:
- name: Build release artifacts
uses: agentskills/build-for-well-known@v1 # replaces pnpm build:release
with:
skills-dir: skills
output-dir: distEverything else — the Release Please trigger, the upload step, the supabase-plugin dispatch — stays exactly the same. The script and the Action produce identical output, so it is a drop-in swap.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Supabase, declaring 2 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./supabase/agent-skills.md, and each skill at its own .md URL.