Supabase公式エージェントスキル。Postgresパフォーマンス最適化ガイドライン付き。

Agent Skills to help developers using AI agents with Supabase. Agent Skills are folders of instructions, scripts, and resources that agents like Claude Code, Cursor, Github Copilot, etc... can discover and use to do things more accurately and efficiently.
The skills in this repo follow the Agent Skills format.
npx skills add supabase/agent-skills
You can also install the skills in this repo as Claude Code plugins
/plugin marketplace add supabase/agent-skills
/plugin install postgres-best-practices@supabase-agent-skills
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 query
Review my schema for performance issues
Help me add proper indexes to this table
Each skill follows the Agent Skills Open Standard:
SKILL.md - Required skill manifest with frontmatter (name, description, metadata)AGENTS.md - Compiled references document (generated)references/ - Individual reference files互換性
トピック