mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
8df22b058dd6d3cb4b8ad8c46bd2050092c9850b
Update version from 0.1.0 to 1.0.0 across all files: - skills/postgres-best-practices/AGENTS.md - skills/postgres-best-practices/SKILL.md - skills/postgres-best-practices/metadata.json - packages/postgres-best-practices-build/package.json - packages/postgres-best-practices-build/package-lock.json - packages/postgres-best-practices-build/src/build.ts Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Agent Skills
A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
Available Skills
postgres-best-practices
Postgres performance optimization guidelines from Supabase. Contains rules 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 (Medium-High)
- Data Access Patterns (Medium)
- Monitoring & Diagnostics (Low-Medium)
- Advanced Features (Low)
Installation
npx skills add supabase/agent-skills
Usage
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
Skill Structure
Each skill contains:
SKILL.md- Instructions for the agentAGENTS.md- Compiled rules document (generated)rules/- Individual rule filesmetadata.json- Version and metadata
License
MIT
Languages
TypeScript
57.6%
Python
42.4%