Supabase Prisma Database Management

🌐Community
by hopeoverture · vlatest · Repository

Helps with Supabase, Prisma ORM, database 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-prisma-database-management npx -- -y @trustedskills/supabase-prisma-database-management
2

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

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

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

About This Skill

What it does

This skill enables AI agents to manage Supabase databases using Prisma. It facilitates creating, reading, updating, and deleting data within a Supabase environment through Prisma's ORM capabilities. The agent can execute database migrations and interact with various database objects like tables, views, and functions.

When to use it

  • Automated Data Entry: Populate a user profile table in your application based on information gathered from a conversation.
  • Content Management System (CMS): Update article content within a Supabase-powered CMS based on editor instructions.
  • Data Analysis & Reporting: Retrieve and aggregate data from multiple tables to generate reports or summaries.
  • Database Schema Updates: Apply database migrations to evolve the schema of your application's database.

Key capabilities

  • Prisma ORM integration for database interaction
  • Supabase database management
  • Data creation, reading, updating, and deletion (CRUD) operations
  • Database migration execution

Example prompts

  • "Create a new user in the 'users' table with name 'Alice' and email '[email protected]'."
  • "Retrieve all articles from the 'articles' table where the category is 'technology'."
  • "Run the latest pending database migrations."
  • “Update the ‘status’ field of order ID 123 to ‘shipped’.”

Tips & gotchas

  • Requires a configured Supabase project and Prisma schema.
  • The agent needs appropriate database access credentials within the Supabase environment.

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
hopeoverture
Installs
11

🌐 Community

Passed automated security scans.