
Agent Skills to help developers using AI agents with Supabase
·
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 format.
See the Supabase AI Skills documentation 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:
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 (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 on every semver release.
jonathanhefner/agentskills-build-for-well-known 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.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/skill/supabase-agent-skills to learn what the "Supabase Agent Skills" skill does and how to install it. Install it for my coding agent as documented on that page, then confirm the skill is available and summarize what it can do.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
git clone --depth 1 https://github.com/supabase/agent-skills.git ~/.claude/skills/supabase-agent-skills
rm -rf ~/.claude/skills/supabase-agent-skills/.git~/.claude/skills/supabase-agent-skills
├── SKILL.md
├── .claude-plugin
├── .github
├── .gitignore
├── .mcp.json
├── .node-version
├── .release-please-manifest.json
├── AGENTS.md
├── CHANGELOG.md
├── CLAUDE.md
├── CONTRIBUTING.md
├── LICENSE
├── assets
├── package.json
├── pnpm-lock.yaml
├── release-please-config.json
├── scripts
├── skills
├── test
└── vitest.config.tsFor a single project, put the folder in .claude/skills inside the repo instead.
git clone --depth 1 https://github.com/supabase/agent-skills.gitnpx skills add supabase/agent-skills
npx skills add supabase/agent-skills --skill supabase
<redacted>This listing has no SKILL.md on record yet.
Official agent plugin providing skills and MCP server configurations for Azure scenarios.
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check acc
Use this skill any time a spreadsheet file is the primary input or output. This means any task where
v0.1.8Release notesv0.1.7Release notesv0.1.6Release notesv0.1.5Release notesv0.1.4Release notesv0.1.3Release notesv0.1.2Release notesv0.1.1Release notesConnect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "supabase-agent-skills" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
Official agent plugin providing skills and MCP server configurations for Azure scenarios.
Coding & Review
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check acc
Coding & Review
Use this skill any time a spreadsheet file is the primary input or output. This means any task where
Data Processing
One email a week. New agents, MCP servers and skills, and what is actually getting traction.