Claude Code Plugins

Community-maintained marketplace

Feedback

Supabase database management including migrations, RLS policies, seed data, auth configuration, and local development. Database files in api/supabase/.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name supabase
description Supabase database management including migrations, RLS policies, seed data, auth configuration, and local development. Database files in api/supabase/.

Skill: Supabase

Database and authentication management using Supabase.

Routing Logic

Analyze the user's intent and route to the appropriate workflow:

Migrationsworkflows/create-migration.md

  • "Create a migration for [table]"
  • "Add a new table for [feature]"
  • "Alter the [table] schema"

RLS Policiesworkflows/rls-policies.md

  • "Add RLS policy for [table]"
  • "Secure [table] with row-level security"
  • "Users can only see their own [data]"

Seed Dataworkflows/seed-data.md

  • "Add seed data for [table]"
  • "Create test users"
  • "Populate [table] with sample data"

Auth Configurationworkflows/auth-config.md

  • "Configure Google OAuth"
  • "Set up email templates"
  • "Enable [provider] login"

Database Operationsworkflows/db-operations.md

  • "Reset the database"
  • "Run migrations"
  • "Start Supabase locally"

Configuration Questionscontext/config.md

  • "Where is the Supabase config?"
  • "How do I connect to the database?"
  • "What's the local Supabase URL?"

Workflows

  • workflows/create-migration.md - Create new database migrations
  • workflows/rls-policies.md - Implement row-level security
  • workflows/seed-data.md - Add seed/test data
  • workflows/auth-config.md - Configure authentication
  • workflows/db-operations.md - Common database operations

Context

  • context/config.md - Supabase configuration
  • context/structure.md - Directory structure
  • context/rls-patterns.md - RLS best practices