Supabase Tools

Orchestrates local Supabase development via Docker services, migrations, and schema artifacts.

3|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/bazokhan/supabase-tools --skill supabase-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Supabase Tools
Source: https://github.com/bazokhan/supabase-tools/tree/main
Command: npx skills add https://github.com/bazokhan/supabase-tools --skill supabase-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates local Supabase development by coordinating Docker services, migrations, snapshots, and a browsable dashboard.

Core Features & Use Cases

  • Automates startup, migration, and snapshot workflows for a local Supabase project.
  • Enables AI agents to introspect schema, generate migrations, and publish docs via a stable HTTP tool surface.
  • Supports a plugin ecosystem that improves atlas-like artifact generation and backend tooling.

Quick Start

Install the core and plugin packages, then run sbt init, sbt start, sbt migrate, and sbt dashboard to begin.

Frequently Asked Questions about Supabase Tools

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

FAQPage Schema
How do I automate local Supabase development with Docker and migrations?

Local Supabase development is automated by orchestrating Docker services, handling startup, migrations, and schema snapshots through a structured command-line interface. It coordinates the necessary containers and applies database changes automatically.

Can AI agents introspect a Supabase schema and generate migrations?

AI agents can introspect Supabase schema and generate migrations using a stable HTTP tool surface. This interface enables automated schema analysis, artifact generation, and documentation publishing without manual database queries.

What is the best way to generate database documentation for a local Supabase project?

Generating database documentation for a local Supabase project is handled via artifact generation and a plugin ecosystem. The system facilitates automated docs publishing by introspecting the local schema through its HTTP surface.

How do I start a local Supabase project and apply database migrations?

To start a local Supabase project, you install the core and plugin packages, then execute initialization, startup, and migration commands. This sequence orchestrates the local Docker services and applies schema migrations.

Does this local Supabase toolkit support atlas-like schema artifact generation?

The local Supabase toolkit supports atlas-like artifact generation through its plugin ecosystem. These plugins enhance backend tooling and enable structured schema artifacts for your local database workflow.