supabase-bootstrap

Automate Supabase project setup with sqlfluff and mise configuration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ninyawee/dotfiles --skill supabase-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-bootstrap
Source: https://github.com/ninyawee/dotfiles/tree/main/dot_claude/saved_skills/supabase-bootstrap
Command: npx skills add https://github.com/ninyawee/dotfiles --skill supabase-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill automates the setup of new Supabase projects, ensuring essential development tools and configurations are in place from the start.

Core Features & Use Cases

  • Project Initialization: Sets up a new Supabase project with a standardized structure.
  • Tooling Configuration: Integrates mise for task management, sqlfluff for SQL formatting, and MCP for schema access.
  • Use Case: When starting a new backend project with Supabase, use this Skill to quickly configure your local development environment with best practices for SQL linting and task automation.

Quick Start

Copy the template files to your Supabase project directory.

Frequently Asked Questions about supabase-bootstrap

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

FAQPage Schema
How do I bootstrap a new Supabase project with standardized SQL formatting?

To bootstrap a Supabase project, you copy template files into your directory to initialize the structure and configure sqlfluff for SQL formatting. This ensures standardized setup and best practices for SQL linting from the start.

What is the best way to configure mise for task management in a Supabase project?

Configuring mise for task management in a Supabase project involves integrating the runner during project initialization. This Skill automates that setup so you can quickly configure your local environment with task automation and best practices.

Does setting up Supabase with this method require any prior dependencies?

Setting up Supabase with this method requires no prior dependencies. You simply copy the template files to your Supabase project directory to configure essential development tools like mise and sqlfluff automatically.

Can I use sqlfluff for SQL linting in my local Supabase development environment?

Yes, you can use sqlfluff for SQL linting in your local Supabase development environment. This Skill integrates sqlfluff configuration directly into your project setup to enforce SQL formatting standards.

How do I configure MCP for schema access when initializing a Supabase project?

Configuring MCP for schema access happens automatically during Supabase project initialization. By copying the template files, you set up your local development environment with MCP integrated for schema access.