这是给用AI助手开发Supabase项目的开发者准备的技能包。它是一堆指令、脚本和资源的集合,让AI能更准确高效地操作Supabase,兼容Claude Code、GitHub Copilot、Cursor等18种以上AI工具。安装方式很灵活,可以装全部技能,也可以只装某一个,还能作为Claude Code插件用。核心技能是supabase,覆盖数据库、认证、边缘函数、实时、存储、向量、定时任务、队列等所有Supabase产品。适合任何用Supabase做后端、又想让AI帮忙写代码的开发者。
查看英文原文
Supabase Agent Skills 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. Installation See the Supabase AI Skills documentation for detailed installation instructions. Install all skills [安装/使用命令见下方] Install a specific skill [安装/使用命令见下方] Claude Code Plugin You can also install the skills as Claude Code plugins: [安装/使用命令见下方] Available Skills supabase Comprehensive Supabase development skill covering all Supabase products and integrations. Use when: Working with any Supabase product (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues) Using client libraries and SSR integrations (supabase js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix Troubleshooting auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS) Using the Supabase CLI or MCP server Working with schema changes, migrations, security audits, or Postgres extensions (pg graphql, pg cron, pg vector) supabase postgres best practices Postgres performance optimization guidelines from Supabase. Contains references across 8 categories, prioritized by impact. Use when: Writing SQL queries or designing schemas Implementing indexes or query optimization Reviewing database performance issues Configuring connection pooling or scaling Working with Row Level Security (RLS) Categories covered: Query Performance (Critical) Connection Management (Critical) Schema Design (High) Concurrency & Locking (Medium High) Security & RLS (Critical) Data Access Patterns (Medium) Monitoring & Diagnostics (Low Medium) Advanced Features (Low) Usage Skills are automatically available once installed. The agent will use them when relevant tasks are detected. Examples: [安装/