supabase-development

Coordinate Supabase migrations, RLS policies, Edge Functions, and TypeScript type generation.

1|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/JimmyPaolini/monorepo --skill supabase-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-development
Source: https://github.com/JimmyPaolini/monorepo/tree/main/documentation/skills/supabase-development
Command: npx skills add https://github.com/JimmyPaolini/monorepo --skill supabase-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Work with Supabase in the lexico project to manage migrations, RLS policies, Edge Functions, and TypeScript type generation, ensuring smooth database and auth changes.

Core Features & Use Cases

  • Database migrations and schema evolution with RLS
  • Policy management and authentication integration
  • Edge Functions for server-side logic and event handling
  • Type generation to keep TypeScript types in sync with the database
  • Use Case: When adding a new feature that touches authentication or data access, apply this skill to implement migrations, RLS, and typings consistently.

Quick Start

Start the local Supabase environment, run a migration, generate types, and verify RLS policies.

Frequently Asked Questions about supabase-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Supabase database migrations with RLS policies?

Supabase database migrations and RLS policies are managed by coordinating schema changes with access control configurations, ensuring data security evolves alongside the database structure for consistent local and production workflows.

Can I generate TypeScript types from a Supabase PostgreSQL schema?

TypeScript type generation from a Supabase PostgreSQL schema keeps TS types in sync with the database, ensuring type safety and reliable builds when adding new features that touch authentication or data access.

What is the best way to deploy Supabase Edge Functions for server-side logic?

Supabase Edge Functions for server-side logic and event handling are deployed using consistent patterns that maintain reliable builds, extending application capabilities without disrupting existing database schemas or access controls.

Does this Supabase workflow handle local development and testing environments?

This Supabase workflow explicitly handles local development, testing, and production workflows, providing guidance on migrations and edge function deployment to ensure consistent patterns and reliable builds across all environments.

How does Supabase authentication integrate with row level security policies?

Supabase authentication integrates with row level security policies through policy management configurations that map user identities to data access rules, securing application data whenever new features touch authentication or data access.