supabase

Manage Supabase projects, databases, migrations, functions, and storage via CLI.

70|13|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill supabase-dicklesworthstone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/supabase
Command: npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill supabase-dicklesworthstone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies managing Supabase projects, databases, migrations, edge functions, and storage by using the supabase CLI, reducing manual setup and repetitive commands across local development and remote environments.

Core Features & Use Cases

  • Project lifecycle management: create, link, and manage multiple Supabase projects from a single CLI.
  • Database and migrations: manage schemas, run migrations, pull remote schemas, and push local migrations to remote.
  • Edge Functions & Storage: deploy and manage Edge Functions and Storage resources, including local testing and deployment workflows.
  • Local development orchestration: spin up a local Supabase stack for development and testing, with quick project provisioning.

Quick Start

Start by initializing and inspecting your Supabase projects: supabase start supabase projects list supabase link --project-ref <project-id>

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 between local development and remote projects?

Supabase database migrations can be managed between local and remote environments by pulling remote schemas and pushing local migrations using the supabase CLI to synchronize project states.

What is the best way to automate Supabase edge function deployment in a CI workflow?

Automating Supabase edge function deployment in CI workflows is handled by executing CLI commands to deploy and manage functions, reducing manual setup and repetitive command execution across environments.

Do I need the supabase CLI installed to manage projects, storage, and edge functions?

Yes, the supabase CLI must be installed and available in your environment to execute project lifecycle management, storage configuration, and edge function deployment tasks.

How does local development orchestration work with a Supabase stack?

Local development orchestration works by spinning up a local Supabase stack via the CLI, enabling quick project provisioning, schema synchronization, and testing without needing a remote connection.

Can I link and manage multiple Supabase projects from a single command line interface?

Yes, you can create, link, and manage multiple remote Supabase projects from a single CLI, streamlining project lifecycle management and database synchronization across different environments.