Supabase Environments

🌐Community
by mildtomato · vlatest · Repository

Manage Supabase environments (dev, staging, prod) – switch connections, deploy migrations, and monitor status directly within your workflow.

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-environments npx -- -y @trustedskills/supabase-environments
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with Supabase environments. It enables managing environment variables, switching between environments (dev, staging, production), and potentially executing database migrations specific to each environment. This simplifies deployment workflows and ensures consistent configurations across different stages of development.

When to use it

  • Deploying a new feature: Switch the agent's context to the 'staging' environment to test changes before pushing them live.
  • Troubleshooting production issues: Quickly access and inspect environment variables in the 'production' environment for debugging purposes.
  • Running database migrations: Execute specific migration scripts tailored to a particular Supabase environment (e.g., dev, staging).
  • Managing API keys: Retrieve or update API keys associated with different environments.

Key capabilities

  • Environment variable management
  • Environment switching (dev, staging, production)
  • Database migration execution (potentially)
  • API key access/modification (potentially)

Example prompts

  • "Switch the environment to staging."
  • "What is the value of the DATABASE_URL environment variable in the production environment?"
  • “Run the latest database migrations on the development environment.”

Tips & gotchas

The agent needs appropriate Supabase API keys or access tokens configured for authentication. Specific actions (like running migrations) may require additional permissions within your Supabase project.

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
mildtomato
Installs
3

🌐 Community

Passed automated security scans.