Pedro Rodrigues 2c81513baa feature: development workflows references (#39)
* rebase and house keeping

* wip: cli developement guides

* update agents.md

* fix developement workflows

* fix: update SKILL.md, dev-mcp-setup, and rebuild AGENTS.md files

Fix unclosed code block in SKILL.md Supabase Documentation section. Update
dev-mcp-setup.md to remove security rule about restricting MCP features and
add validation-compliant examples. Regenerate AGENTS.md files with new build
system structure (H1 title, Overview section).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: update SKILL.md, development references, and rebuild AGENTS.md

Restructures SKILL.md to load development guidance first, updates
dev-cli-reference, dev-cli-vs-mcp, dev-getting-started, dev-local-workflow,
and dev-mcp-tools references with corrected workflows and tool roles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* minor changes to mcp setup guide

* update agents.md

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 12:46:21 +00:00
2026-01-22 08:03:02 +00:00
2026-01-23 12:06:36 +00:00
2026-01-16 14:33:29 +07:00
2026-02-09 17:05:45 +00:00
2026-02-09 17:05:45 +00:00

Supabase Agent Skills

Supabase Agent Skills

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.

Installation

npx skills add supabase/agent-skills

Claude Code Plugin

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

Available Skills

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 (Medium-High)
  • 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:

Optimize this Postgres query
Review my schema for performance issues
Help me add proper indexes to this table

Skill Structure

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
Description
No description provided
Readme MIT 2.4 MiB
Languages
TypeScript 100%