Toolverse
All skills

supabase-debug-bundle

by jeremylongshore

Execute collect Supabase debug evidence for support tickets and troubleshooting.\nUse when encountering persistent issues, preparing support tickets,\nor collecting diagnostic information for Supabase problems.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Backend

About this skill

Execute collect Supabase debug evidence for support tickets and troubleshooting.\nUse when encountering persistent issues, preparing support tickets,\nor collecting diagnostic information for Supabase problems.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz zainstalowany Node.js 18 lub nowszy oraz pakiet @supabase/supabase-js v2 w swoim projekcie. Jeśli go nie masz, zainstaluj go poleceniem npm install @supabase/supabase-js.

  2. Zainstaluj Supabase CLI globalnie lub użyj npx: npm install -g supabase lub korzystaj z npx supabase bezpośrednio.

  3. Ustaw zmienne środowiskowe wymagane do działania: SUPABASE_URL i SUPABASE_ANON_KEY (minimum). Dla pełnej diagnostyki dodaj też SUPABASE_SERVICE_ROLE_KEY. Zmienne możesz ustawić w pliku .env lub bezpośrednio w systemie.

  4. Powiąż swój projekt z CLI poleceniem supabase link --project-ref [identyfikator-projektu], aby umożliwić skryptom dostęp do konfiguracji.

  5. Wyzwól skill frazami takimi jak "supabase debug", "supabase diagnostics", "supabase support bundle", "collect supabase logs" lub "debug supabase connection" w interfejsie Claude Code lub kompatybilnym narzędziu.

  6. Czekaj na zebranie danych — skill automatycznie testuje połączenie REST, endpoint Auth, Realtime, Storage i reguły RLS, a następnie pakuje wyniki w archiwum tar gotowe do wysłania do wsparcia Supabase.

Related skills

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

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

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173