Supabase Upgrade Migration

🌐Community
by jeremylongshore · vlatest · Repository

Helps with Supabase, migration as part of working with databases and data persistence workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add supabase-upgrade-migration npx -- -y @trustedskills/supabase-upgrade-migration
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "supabase-upgrade-migration": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/supabase-upgrade-migration"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the process of upgrading and migrating your Supabase database schema. It handles tasks like applying migration files, updating tables, and ensuring data integrity during upgrades. The tool is designed to streamline complex database changes with minimal manual intervention, reducing errors and downtime.

When to use it

  • You're performing a major version upgrade of your Supabase project.
  • Your application requires schema changes (e.g., adding new columns or tables).
  • You want to automate repetitive migration steps for consistency and speed.
  • You need to apply a series of migration files in the correct order.

Key capabilities

  • Automated migration file execution
  • Schema updates based on migration scripts
  • Data integrity checks during upgrades
  • Handles complex database changes

Example prompts

  • "Run all pending Supabase migrations."
  • "Apply the 'add_user_roles' migration to my development database."
  • “Execute the latest migration file in the migrations directory.”

Tips & gotchas

  • Ensure your Supabase project is properly configured and accessible.
  • Review migration files carefully before execution, especially in production environments.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
11

🌐 Community

Passed automated security scans.