Supabase Enterprise Rbac

🌐Community
by jeremylongshore · vlatest · Repository

Manage Supabase Enterprise Row Level Security (RLS) policies and access controls programmatically via this AI agent.

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

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

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

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

About This Skill

What it does

This skill provides access to Supabase Enterprise Role-Based Access Control (RBAC) features. It allows you to define and manage granular permissions for users and groups within your Supabase project, ensuring secure data access based on roles. The skill simplifies the process of setting up complex permission structures that go beyond standard row-level security.

When to use it

  • Complex Data Permissions: When needing more fine-grained control over who can access specific tables or rows in your database than basic row-level security provides.
  • Team Collaboration: To manage different levels of access for various team members, such as developers, analysts, and content creators.
  • Multi-Tenant Applications: To isolate data between tenants within a single Supabase project by assigning specific roles and permissions.
  • Auditing & Compliance: When needing to enforce strict access controls for regulatory compliance or internal auditing purposes.

Key capabilities

  • Define custom roles with specific permissions.
  • Assign users and groups to defined roles.
  • Manage table-level and column-level access control.
  • Enforce granular permissions based on role membership.

Example prompts

  • "Create a new role called 'analyst' with read-only access to the 'orders' table."
  • "Assign user '[email protected]' to the 'editor' role."
  • "Revoke all permissions for the 'guest' role on the 'sensitive_data' table."

Tips & gotchas

  • Requires a Supabase Enterprise subscription to utilize RBAC features.
  • Carefully plan your roles and permissions hierarchy to avoid overly complex configurations.

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
10

🌐 Community

Passed automated security scans.