supabase

Plan and execute Supabase configuration and security tasks with CLI and MCP.

4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/fysoul17/one-query-v1 --skill supabase-fysoul17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/fysoul17/one-query-v1/tree/main/.agents/skills/supabase
Command: npx skills add https://github.com/fysoul17/one-query-v1 --skill supabase-fysoul17

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Supabase projects often require deep knowledge of authentication, RLS, database schemas, and CLI migrations. This skill provides structured, up-to-date guidance to implement and secure Supabase features efficiently.

Core Features & Use Cases

  • Best-practices guidance for Supabase changes, including security policies, RLS, and migrations.
  • Implementation templates and recommended commands for common tasks like enabling RLS, configuring auth flows, and updating schemas.
  • Use Case: When setting up a new Supabase project, follow the guidance to configure roles, policies, and secure data access.

Quick Start

Identify your Supabase task, consult the official docs for the exact commands, and implement the change using MCP or SQL tooling.

Frequently Asked Questions about supabase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Row Level Security policies in Supabase?

To configure Row Level Security (RLS) policies in Supabase, apply structured guidance to implement secure data access rules using SQL tooling or Supabase CLI. This enforces documented, secure schema changes across projects.

What is the best way to manage database migrations in Supabase?

The best way to manage Supabase database migrations is by using CLI migration workflows. This approach enforces secure, documented changes for updating schemas and applying configuration updates accurately across your projects.

How does Supabase MCP help with authentication flows?

Supabase MCP helps with authentication flows by providing structured guidance and implementation templates to configure secure auth setups. It ensures accurate execution of authentication tasks using recommended commands.

Can I use Supabase CLI to manage edge functions and storage?

Yes, you can use Supabase CLI to manage edge functions and storage. The skill provides best-practices guidance and recommended commands for executing these configuration tasks securely and accurately across projects.

When do I need to update database schemas in Supabase?

You need to update database schemas in Supabase when modifying data structures or access patterns. The skill provides implementation templates and migration workflows to execute these schema changes securely using CLI or MCP tooling.