Supabase Cli

🌐Community
by xiyo · vlatest · Repository

Automates Supabase CLI tasks like migrations, schema changes, and deployments directly within your xiyo 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 xiyo-supabase-cli npx -- -y @trustedskills/xiyo-supabase-cli
2

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

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

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

About This Skill

What it does

The supabase-cli skill allows AI agents to interact with and manage Supabase projects using the command line interface. It enables tasks like creating new databases, deploying migrations, and managing authentication configurations directly from within an agent's workflow. This streamlines development and deployment processes for applications built on the Supabase platform.

When to use it

  • Automated Database Setup: Automatically create a new Supabase project with pre-defined settings when starting a new application.
  • Migration Deployment: Deploy database migrations as part of an automated release pipeline.
  • Authentication Configuration: Configure authentication methods and providers within a Supabase project programmatically.
  • Project Initialization: Quickly initialize a local development environment for a Supabase project.

Key capabilities

  • Database creation
  • Migration deployment
  • Authentication configuration management
  • Local development environment initialization

Example prompts

  • "Create a new Supabase project named 'my-app' in the us-east region."
  • "Deploy the latest database migrations to my existing Supabase project."
  • "Configure Google OAuth authentication for my Supabase application."

Tips & gotchas

Requires that the agent has access to a Supabase account and appropriate API keys. The supabase-cli tool must be installed separately before this skill can be used.

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
xiyo
Installs
6

🌐 Community

Passed automated security scans.