AI AGENT ADDONS
Databases
595installs

Supabase is a platform that includes a database, auth, storage, and more. The most important idea is to work locally first. You use the Supabase CLI on your computer. All changes are saved as migration files. You never edit the live database directly. This keeps your work safe and organized.

Migrations are like version control for your database structure. You can create tables, add rules, and change settings. Row Level Security (RLS) lets you control who can see or change data. Edge Functions run serverless code. This skill teaches you the core commands and patterns to build secure apps.

Add Supabase skill to your workflow

Global

mkdir -p ~/.claude/skills/supabase

Project

mkdir -p .claude/skills/supabase

Source Repository

Stars
698
Forks
57
Watchers
698
License
MIT
Last Push
1 month ago
Created
7 months ago