agent-skills

agent-skills

Help developers use Supabase's AI Agent Skills.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 2.3k
Source
skill-github

Overview

Supabase Agent Skills is a set of instructions, scripts, and resources designed to help developers use AI agents with Supabase more accurately and efficiently. These skills are compatible with over 18 AI agents, including Claude Code, GitHub Copilot, Cursor, and more. By installing these skills, AI agents can automatically discover and utilize them in relevant tasks, improving development efficiency.

Capabilities

  • Support for multiple Supabase products and integrations
  • Optimize Postgres query performance
  • Design efficient database schemas
  • Resolve authentication issues
  • Configure connection pools and extensions

Use cases

Optimize Postgres queriesReview database schemas to improve performanceSet up Supabase authentication with Next.js integrationAdd appropriate indexes to tables

Setup

Requires: Node 环境API Key
Run `npx skills add supabase/agent-skills`, or install via the Claude Code plugin: `claude plugin marketplace add supabase/agent-skills; claude plugin install supabase@supabase-agent-skills`

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I install all skills?

Run `npx skills add supabase/agent-skills`

How do I install a specific skill?

Run `npx skills add supabase/agent-skills --skill <skill_name>`

Related skills