supabase

Automate Supabase project setup with migrations, RLS policies, and edge functions.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/aberrantCode/llm_skills --skill supabase-aberrantcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/aberrantCode/llm_skills/tree/main/claude/skills/supabase
Command: npx skills add https://github.com/aberrantCode/llm_skills --skill supabase-aberrantcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Supabase project setup, including migrations and security policies.

Core Features & Use Cases

  • Simplified local-first development with migrations tracked in version control.
  • Manage RLS policies across tables, roles, and permissions from a single CLI.
  • Create, deploy, and test edge functions quickly in development and production.

Quick Start

Run a single command to initialize a new Supabase project with migrations, auth, and edge function scaffolding.

Frequently Asked Questions about supabase

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

FAQPage Schema
How do I manage Supabase database migrations in a local development environment?

You manage Supabase migrations by using the CLI to generate and apply schema changes tracked in version control. This local-first approach ensures database migrations are tested locally before reaching production environments.

What is the best way to automate Supabase RLS policy creation across tables?

The best way to automate Supabase RLS policies is through the CLI, which manages security grants across tables, roles, and permissions from a single interface. This ensures consistent access control deployment across environments.

Can I deploy Supabase edge functions using a CI/CD pipeline?

Yes, Supabase edge functions can be deployed via CI/CD pipelines using the CLI. The tool supports creating, testing, and deploying functions quickly, integrating edge function management into automated schema change and deployment workflows.

Does the Supabase CLI work for local stack management without a cloud project?

Yes, the Supabase CLI enables local stack management by running a complete local development environment. You initialize projects with migrations, auth, and edge function scaffolding without needing an active cloud project for development.

How do I set up a new Supabase project with migrations and edge functions?

You set up a new Supabase project by running a single CLI initialization command. This scaffolds the project with database migrations, authentication configurations, and edge function structures required for immediate local development.