supabase

Orchestrates and audits Supabase database operations with confirmation gates and audit trails.

339|58|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Heyvhuang/ship-faster --skill supabase-heyvhuang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/Heyvhuang/ship-faster/tree/main/skills/supabase
Command: npx skills add https://github.com/Heyvhuang/ship-faster --skill supabase-heyvhuang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Supabase-powered apps and AI agents require a safe, auditable way to perform database operations. This skill provides a standardized workflow to execute reads, writes, migrations, and logs with traceability and governance.

Core Features & Use Cases

  • Query & Read Operations: Retrieve data with traceability and guardrails.
  • Writes with Confirmation: Write actions require explicit confirmation and produce an audit trail.
  • Migrations & Type Generation: Create migrations, generate types, and review logs to support reproducibility.
  • Use Case: Deploy a feature flag by applying a migration, verify logs, and roll back if needed.

Quick Start

Use the skill to perform a simple, non-destructive query against your Supabase project and then review the generated audit trails. Then attempt a safe write operation only after explicit confirmation.

Frequently Asked Questions about supabase

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

FAQPage Schema
How do I run safe Supabase database writes with an AI agent?

To run safe Supabase database writes with an AI agent, this skill orchestrates operations by enforcing explicit confirmation gates before executing writes and generating an audit trail.

Can I generate Supabase migrations and types while maintaining reproducibility?

Yes, you can generate Supabase migrations and types while maintaining reproducibility, as the skill creates migrations, generates types, and reviews logs to support workflow traceability.

What is the best way to audit Supabase CLI and MCP database operations?

The best way to audit Supabase CLI and MCP database operations is using a standardized workflow that applies traceability and governance across queries, writes, migrations, and logs.

How do I roll back a Supabase migration if something goes wrong?

To roll back a Supabase migration, you can use this skill to verify logs after applying a migration and execute a rollback if needed, ensuring safe database operations.

Does this skill support non-destructive Supabase queries across dashboard workflows?

Yes, this skill supports non-destructive Supabase queries across dashboard workflows by retrieving data with built-in traceability and guardrails.

When do I need explicit confirmation for Supabase database operations?

You need explicit confirmation for Supabase database operations specifically when performing write actions, ensuring every modification produces an audit trail for governance.