Claude Code Plugins

Community-maintained marketplace

Feedback

Database, auth, and backend expertise for Supabase operations in [PROJECT_NAME]

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 Database, auth, and backend expertise for Supabase operations in [PROJECT_NAME]
last_updated Sun Dec 21 2025 00:00:00 GMT+0000 (Coordinated Universal Time)

Supabase Skill

Overview

Provides comprehensive expertise for Supabase development in [PROJECT_NAME] including:

  • Database schema design and migrations
  • Row Level Security (RLS) policy implementation
  • Auth integration debugging
  • Performance optimization

When To Use

  • Creating or modifying database schemas
  • Writing database migrations
  • Implementing RLS policies
  • Debugging Supabase auth or query issues
  • Optimizing database performance

Instrumentation

# Log usage when using this skill
./scripts/log-skill.sh "supabase" "manual" "$$"

What do you want to do?

  1. Create Database Migration → Read workflows/migration-workflow.md
  2. Design RLS Policies → Read workflows/rls-policies.md
  3. Debug Supabase Issues → Read workflows/debugging.md
  4. Design Database Schema → Read workflows/schema-design.md
  5. Review Best Practices → Read references/best-practices.md
  6. See Common Patterns → Read references/common-patterns.md

Quick Reference

Migration Template: templates/migration-template.sql
RLS Template: templates/rls-policy-template.sql
Existing Migrations: backend/migrations/
Supabase Client: lib/supabaseClient.ts