🎯

skill-creator

🎯Skill

from supabase/agent-skills

VibeIndex|
What it does
|

Official Supabase agent skills for AI coding agents covering Postgres best practices, query performance, indexing, RLS, connection pooling, and schema design.

Overview

Supabase Agent Skills is a collection of agent-optimized skills designed to help developers work more effectively with Supabase when using AI coding assistants. The skills follow the Agent Skills format and can be installed via the npx skills add command or as Claude Code plugins through the plugin marketplace. The repository includes skills covering PostgreSQL best practices, performance optimization, and Supabase-specific patterns.

Key Features

  • Postgres Best Practices skill covering query performance, connection management, schema design, concurrency, RLS, and monitoring across 8 prioritized categories.
  • Multiple installation methods including npx skills add, Claude Code plugin marketplace, and interactive plugin menu.
  • Automatic availability once installed -- skills are discovered and used by AI agents without manual invocation.
  • Impact-prioritized guidance with categories ranked from Critical (query performance, connection management) to Low (advanced features).
  • Cross-agent compatibility following the standard Agent Skills format for use with Claude Code, Cursor, GitHub Copilot, and other AI assistants.

Who is this for?

This is designed for developers building applications on Supabase who want AI-assisted guidance for database design, query optimization, and security configuration. It is especially valuable for teams using Claude Code or similar AI coding assistants who want embedded best practices for PostgreSQL and Row-Level Security.

πŸ“¦

Same repository

supabase/agent-skills(4 items)

skill-creator

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add supabase/agent-skills --skill skill-creator
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add supabase/agent-skills --skill skill-creator
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/skill-creator/SKILL.md

SKILL.md

691Installs
-
AddedFeb 4, 2026