sp-supabase

Provides Supabase documentation links and provider guidance for project integration.

3|2|Updated Aug 28, 2026
One-click install
npx skills add https://github.com/SumonMSelim/stacksmith --skill sp-supabase-sumonmselim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp-supabase
Source: https://github.com/SumonMSelim/stacksmith/tree/main/.agents/skills/sp-supabase
Command: npx skills add https://github.com/SumonMSelim/stacksmith --skill sp-supabase-sumonmselim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When building an app that uses Supabase for authentication, database, storage, or realtime features, developers often need to hunt through scattered documentation. This Skill centralizes curated Supabase documentation links and provider guidance so the AI can answer Supabase questions accurately within this project. ## Core Features & Use Cases - Curated Documentation Index: Organized links to Supabase guides covering Auth, Database, Edge Functions, Realtime, Storage, Queues, Cron, and AI/Vectors. - Multi-Language SDK References: Pointers to official Supabase references for JavaScript, Dart, Swift, Kotlin, Python, and C#, plus CLI and Management API references. - Use Case: While scaffolding a Next.js app with Supabase auth and a Postgres database, ask the AI how to configure row-level security or set up Edge Functions, and it consults the linked official Supabase guides. ## Quick Start Ask the AI to explain how to set up Supabase authentication and database tables for your app using the Supabase provider guidance.

Frequently Asked Questions about sp-supabase

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

FAQPage Schema
How do I find Supabase documentation for authentication setup?

This Skill indexes the official Supabase Auth guide at supabase.com/docs/guides/auth.md, which covers sign-up, login, and session management. Ask the AI about your auth requirements and it will reference the linked guide.

What Supabase topics does this guidance cover?

It covers Auth, Database, Data REST API, Edge Functions, Realtime, Storage, Queues, Cron, AI and Vectors, GraphQL, local development with the CLI, security, self-hosting, and pricing, all sourced from official Supabase documentation.

Does Supabase have SDK references for languages other than JavaScript?

Yes. The Skill links to official Supabase references for JavaScript, Dart, Swift, Kotlin, Python, and C#, plus a server SDK reference, CLI reference, and Management API reference.

Can I use this guidance for Supabase Edge Functions and Realtime?

Yes. The index includes dedicated guides for Edge Functions and Realtime, so the AI can direct you to official instructions for deploying serverless functions and subscribing to live database changes.

What are the limitations of this Supabase guidance?

It is a documentation index rather than executable code, so it does not perform Supabase setup itself. It points the AI to official guides, and actual implementation still requires the Supabase CLI or dashboard.