Supabase Local Dev Loop

🌐Community
by jeremylongshore · vlatest · Repository

Quickly iterate on Supabase projects locally using automated schema migrations and data seeding for rapid development cycles.

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-local-dev-loop npx -- -y @trustedskills/supabase-local-dev-loop
2

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

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

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

About This Skill

What it does

This skill enables local development loops for Supabase projects. It allows you to automatically apply database migrations and seed data whenever your schema changes, significantly speeding up the development process. This eliminates manual steps, ensuring your local environment stays synchronized with your latest database definitions.

When to use it

  • When developing new features that involve database modifications (e.g., adding a new table or column).
  • During refactoring of existing database schemas.
  • To quickly iterate on data models and test changes locally.
  • For consistent local development environments across team members.

Key capabilities

  • Automatic database migration application
  • Automated seeding of initial data
  • Synchronization with latest schema definitions

Example prompts

  • "Run the database migrations."
  • "Apply the latest schema changes to my local Supabase database."
  • "Seed the database with the default data."

Tips & gotchas

This skill requires a configured Supabase project and access to your local development environment. Ensure that your Supabase CLI is properly installed and authenticated for seamless integration.

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
12

🌐 Community

Passed automated security scans.