Supabase Cli

🌐Community
by adaptationio · vlatest · Repository

Automate Supabase project creation, deployment, and management tasks directly from your AI workflows with adaptationio's supabase-cli skill.

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

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

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

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

About This Skill

What it does

The supabase-cli skill provides access to the Supabase command-line interface. This allows AI agents to interact with and manage Supabase projects, including creating databases, deploying migrations, and managing authentication. It streamlines common development tasks related to the Supabase platform.

When to use it

  • Database Deployment: Automate database deployments by running migration scripts using the CLI.
  • Project Setup: Quickly create new Supabase projects or initialize existing ones programmatically.
  • Authentication Management: Manage user authentication and authorization within your Supabase project via command-line tools.
  • Schema Updates: Apply schema changes to your database through automated migrations.

Key capabilities

  • Database creation and management
  • Migration deployment
  • Authentication management
  • Project initialization

Example prompts

  • "Run the latest database migration."
  • "Create a new Supabase project named 'my-new-project'."
  • "Deploy all pending migrations to the development environment."

Tips & gotchas

  • Ensure you have appropriate credentials configured for your Supabase account before using this skill. The agent will need access keys or API tokens to interact with your projects.

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
adaptationio
Installs
17

🌐 Community

Passed automated security scans.