Toolverse
All skills

supabase

by alinaqi

Core Supabase CLI, migrations, RLS, Edge Functions

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
alinaqi
Category
Backend
Views
1

About this skill

Core Supabase CLI, migrations, RLS, Edge Functions

How to use

  1. Zainstaluj Supabase CLI za pomocą brew install supabase/tap/supabase (macOS) lub npm install -g supabase, a następnie zaloguj się poleceniem supabase login.

  2. Zainicjuj projekt w katalogu swojej aplikacji poleceniem supabase init — zostanie utworzony folder supabase/ z plikami config.toml, seed.sql i katalogiem migrations/.

  3. Połącz projekt z kontem Supabase poleceniem supabase link --project-ref , gdzie identyfikator znajdziesz w URL panelu Supabase, a następnie pobierz istniejący schemat poleceniem supabase db pull.

  4. Uruchom lokalny stos Supabase poleceniem supabase start — otrzymasz dostęp do API na localhost:54321, Studio na localhost:54323 oraz dane logowania do bazy danych PostgreSQL.

  5. Wprowadzaj zmiany w schemacie bazy danych za pośrednictwem lokalnego Studio lub bezpośrednio w SQL, a następnie generuj migracje poleceniem supabase migration new — każda zmiana trafia do kontroli wersji.

  6. Wdrażaj migracje na produkcję za pośrednictwem pipeline CI/CD — nigdy nie modyfikuj produkcji bezpośrednio, zawsze przechodzisz przez wersjonowane migracje.

Related skills

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664