·supabase-cli
</>

supabase-cli

adaptationio/skrillz

Supabase CLI commands for local development, migrations, project management, and deployment. Use when working with Supabase CLI, starting local dev, managing migrations, or deploying changes.

8Installs·0Trend·@adaptationio

Installation

$npx skills add https://github.com/adaptationio/skrillz --skill supabase-cli

SKILL.md

| Install CLI | npm install supabase --save-dev | | Login | supabase login | | Init project | supabase init | | Link to remote | supabase link --project-ref | | Start local stack | supabase start | | Stop local stack | supabase stop | | Check status | supabase status | | Create migration | supabase migration new | | Push to remote | supabase db push |

| Pull from remote | supabase db pull | | Reset local DB | supabase db reset | | Generate types | supabase gen types typescript --local > types.ts |

Get project ref from: Dashboard → Project Settings → General

Supabase CLI commands for local development, migrations, project management, and deployment. Use when working with Supabase CLI, starting local dev, managing migrations, or deploying changes. Source: adaptationio/skrillz.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/adaptationio/skrillz --skill supabase-cli
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is supabase-cli?

Supabase CLI commands for local development, migrations, project management, and deployment. Use when working with Supabase CLI, starting local dev, managing migrations, or deploying changes. Source: adaptationio/skrillz.

How do I install supabase-cli?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adaptationio/skrillz --skill supabase-cli Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/adaptationio/skrillz