Supabase CLI for Local Development and Database Migrations
Supabase CLI manages local Supabase projects, database migrations, types, and edge functions. It is the upstream command-line tool for developers who need to work against Supabase from the terminal and CI.
Supabase CLI manages local Supabase projects, database migrations, types, and edge functions. It is the upstream command-line tool for developers who need to work against Supabase from the terminal and CI.
npx skills add agentskillexchange/skills --skill supabase-cli-local-development-database-migrations
Supabase CLI is the official command-line tool in the supabase/cli repository. It manages local Supabase development, database migrations, edge function deployment, database-backed type generation, and authenticated requests to the Supabase Management API. That makes it a good fit for developers who want a terminal-first workflow around Supabase projects.
The upstream README documents installation paths for npm, Homebrew, Scoop, Linux packages, go install, pkgx, Nix, and npx bootstrap flows. It also links directly to the CLI reference and release artifacts, which gives this skill a real operational foundation rather than a generic description. Agents can use it to initialize projects, manage schema changes, and automate deploy steps in CI.
This skill is especially useful when the job is not just “use Supabase” but “do the repetitive project and database operations safely and consistently.” It belongs in a general tooling category because it connects local development, database workflows, and deployment automation under one CLI surface.