Supabase Migration Helper

Open Supabase dashboard and SQL migration files in Notepad.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HermeticOrmus/hermetic-claude --skill supabase-migration-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Supabase Migration Helper
Source: https://github.com/HermeticOrmus/hermetic-claude/tree/main/claude/skills/supabase-migration
Command: npx skills add https://github.com/HermeticOrmus/hermetic-claude --skill supabase-migration-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the process of managing Supabase database migrations and schema updates by providing quick access to the Supabase dashboard and local migration files.

Core Features & Use Cases

  • Open Supabase Dashboard: Directly navigates to the Supabase projects page.
  • Open Migration Files: Opens specified SQL migration files in Notepad for easy editing and copying.
  • Guided Execution: Provides step-by-step instructions for running SQL migrations and deploying Edge Functions within the Supabase platform.
  • Use Case: When a new feature requires database changes, this skill helps you quickly open the necessary migration file, access the Supabase SQL Editor, and execute the SQL commands.

Quick Start

Use the Supabase Migration Helper skill to open the dashboard and the migration file named 'create_users_table.sql'.

Frequently Asked Questions about Supabase Migration Helper

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

FAQPage Schema
How do I execute SQL migration files in Supabase?

To execute SQL migration files in Supabase, this helper opens your local SQL files in Notepad for easy copying, then guides you to the Supabase SQL Editor to run the commands manually.

What is the process for deploying Supabase Edge Functions?

Deploying Supabase Edge Functions involves using CLI-based commands. This skill provides step-by-step instructions to guide you through the deployment process and configuration of environment variables.

Can I use this to manage Supabase database schema updates?

Yes, you can manage Supabase database schema updates. It streamlines the workflow by opening the Supabase dashboard and local migration files directly, guiding you through executing schema changes.

Do I need the Supabase CLI to deploy Edge Functions with this skill?

Yes, deploying Edge Functions requires CLI-based execution. While SQL migrations are run manually through the dashboard, the skill explicitly supports CLI-based commands for function deployments.

What's the best way to configure environment variables for Supabase Edge Functions?

The best way to configure environment variables is through the Supabase platform. This skill guides you through the necessary steps to set up your configurations alongside the Edge Functions deployment process.