supabase

supabase is a skill for Claude Code, Codex from miketromba/skills. It costs 88 tokens per session (2,434 once invoked), scanned A, original, MIT.

Documentation and guidance for Supabase, a service that provides a PostgreSQL database, user login, live data updates, server-side functions, file storage, and vector embeddings.

In plain words
What is it for?
Use it when building or troubleshooting Supabase databases, authentication, security rules, real-time features, edge functions, storage, or vector search.
Why use it?
It helps you find accurate ways to set up and use Supabase without piecing together its separate services and documentation yourself.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it when building or troubleshooting Supabase databases, authentication, security rules, real-time features, edge functions, storage, or vector search.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/miketromba/skills/supabase
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add miketromba/skills --skill supabase
Clone the repo
git clone --depth 1 https://github.com/miketromba/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for supabase

README.md
[![agentmods](https://agentmods.dev/badge/skills/miketromba/skills/supabase.svg)](https://agentmods.dev/skills/miketromba/skills/supabase)
Your own site
<a href="https://agentmods.dev/skills/miketromba/skills/supabase"><img src="https://agentmods.dev/badge/skills/miketromba/skills/supabase.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,434 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00088 $0.02434
Opus 5 $0.00044 $0.01217
Sonnet 5 $0.00018 $0.00487
Haiku 4.5 $0.00009 $0.00243

Measured 7d ago against content hash 630489179820, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

supabase scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/supabase/SKILL.md · 254 lines

How it starts

The opening of the file, as written. The whole thing — 254 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Supabase

Supabase is an open-source Firebase alternative that provides a Postgres database, authentication, instant APIs, edge functions, real-time subscriptions, storage, and vector embeddings.

Research Process

To answer questions about Supabase, spawn a sub-agent to conduct thorough documentation research.

Launch a Research Sub-Agent

Use the Task tool to spawn a sub-agent dedicated to Supabase documentation research. Do NOT specify a model (use the default model for comprehensive research quality).

Critical: Provide the sub-agent with a highly detailed prompt that includes:

  1. Goal - What you are ultimately trying to accomplish
  2. Context - Why you need this information and how it fits into the larger task
  3. Specific Questions - Exactly what information you need answered
  4. Output Requirements - The format and level of detail needed in the response

Task Tool Configuration

Task tool parameters:
- description: "Research Supabase docs"
- subagent_type: "generalPurpose"
- model: (DO NOT SPECIFY - use default for thorough research)
- readonly: true
- prompt: (see template below)

Prompt Template for Sub-Agent

Structure your prompt to the research sub-agent as follows:

You are researching Supabase documentation to help with a specific task.

## Your Research Goal
[Describe exactly what you need to accomplish with this information]

## Context
[Explain why you need this information and how it will be used]

## Specific Questions to Answer
[List the specific questions that need to be answered]

## Research Process

1. First, fetch the documentation index to see all available resources:
   URL: https://supabase.com/docs/llms.txt
   
   This meta-index links to specialized documentation files:
   - https://supabase.com/llms/guides.txt - Main guides and tutorials
   - https://supabase.com/llms/js.txt - JavaScript SDK reference
   - https://supabase.com/llms/dart.txt - Dart/Flutter SDK reference
   - https://supabase.com/llms/swift.txt - Swift/iOS SDK reference
   - https://supabase.com/llms/kotlin.txt - Kotlin/Android SDK reference
   - https://supabase.com/llms/python.txt - Python SDK reference
   - https://supabase.com/llms/csharp.txt - C# SDK reference
   - https://supabase.com/llms/cli.txt - CLI reference

2. Based on the questions above, identify and fetch the most relevant documentation. The guides are organized by topic:

   **Core Services:**
   - /docs/guides/database - Postgres database, tables, functions, triggers, RLS
   - /docs/guides/auth - Authentication, providers, JWTs, sessions, MFA
   - /docs/guides/api - Auto-generated REST API (PostgREST)
   - /docs/guides/storage - File storage, buckets, CDN, image transforms
   - /docs/guides/realtime - WebSockets, broadcast, presence, postgres changes
   - /docs/guides/functions - Edge Functions (Deno-based serverless)
   
   **AI & Vectors:**
   - /docs/guides/ai - pgvector, embeddings, semantic search
   - /docs/guides/ai/vector-columns - Vector storage and indexing
   - /docs/guides/ai/semantic-search - Similarity search
   - /docs/guides/ai/langchain - LangChain integration
   - /docs/guides/ai/hugging-face - Hugging Face integration
   
   **Platform & Operations:**
   - /docs/guides/cli - Supabase CLI and local development
   - /docs/guides/local-development - Local dev environment setup
   - /docs/guides/deployment - Branching, CI/CD, Terraform
   - /docs/guides/platform - Dashboard, organizations, billing
   - /docs/guides/self-hosting - Docker deployment
   
   **Database Features:**
   - /docs/guides/database/postgres/row-level-security - RLS policies
   - /docs/guides/database/postgres/indexes - Index optimization
   - /docs/guides/database/extensions - Postgres extensions
   - /docs/guides/database/api - Auto-generated APIs
   
   **Scheduling & Queues:**
   - /docs/guides/cron - pg_cron scheduled jobs
   - /docs/guides/queues - pgmq message queues
   
   **Security & Compliance:**
   - /docs/guides/security - SOC 2, HIPAA, platform security
   
   **Telemetry & Monitoring:**
   - /docs/guides/telemetry - Logs, metrics, reports
   - /docs/guides/telemetry/log-drains - Export logs to external services
   
   **Framework Quickstarts:**
   - /docs/guides/getting-started/quickstarts/nextjs
   - /docs/guides/getting-started/quickstarts/reactjs
   - /docs/guides/getting-started/quickstarts/nuxtjs
   - /docs/guides/getting-started/quickstarts/sveltekit
   - /docs/guides/getting-started/quickstarts/flutter
   - /docs/guides/getting-started/quickstarts/ios-swiftui
   - /docs/guides/getting-started/quickstarts/kotlin
   
   **Migrations:**
   - /docs/guides/resources/migrating-to-supabase/firebase-auth
   - /docs/guides/resources/migrating-to-supabase/firestore-data
   - /docs/guides/resources/migrating-to-supabase/heroku
   - /docs/guides/resources/migrating-to-supabase/postgres

3. For SDK-specific questions, fetch the appropriate SDK reference file (js.txt, python.txt, etc.)

4. Fetch multiple relevant pages in parallel using WebFetch.

## Required Output
[Specify exactly what format and content you need returned]

Provide a comprehensive response with all findings, including relevant code examples, configuration snippets, and step-by-step instructions where applicable.

Read the full file on GitHub · 254 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 254 lines · 88 tokens per session scan A 630489179820

Subscribe to this mod's changes

supabase is a skill published in the GitHub repository miketromba/skills (2 stars, last pushed 12d ago), licensed MIT. It adds 88 tokens to every session and 2,434 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

azure-postgres-ts

Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use for PostgreSQL queries, connection pooling, transactions, and Microsoft Entra ID (passwordless) authentication. Triggers: "PostgreSQL", "postgres", "pg client", "node-postgres", "Azure PostgreSQL…

microsoft/skills · 94 tokens

butterbase

AI-native, open-source backend-as-a-service with a built-in Model Context Protocol server. Postgres, auth, storage, functions, AI gateway.

butterbase-ai/butterbase · 34 tokens

supabase

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…

supabase/agent-skills · 185 tokens

supabase-cli

This skill should be used when user asks to "use supabase CLI", "supabase init", "supabase start", "run migrations", "deploy edge functions", "manage Supabase project", or works with the supabase command-line tool for local development and project management.

fcakyon/claude-codex-settings · 60 tokens

supabase-js

This skill should be used when user asks to "use supabase-js", "query Supabase database", "supabase auth", "supabase storage", "supabase realtime", "supabase edge functions", or works with the @supabase/supabase-js JavaScript/TypeScript SDK.

fcakyon/claude-codex-settings · 64 tokens

firebase-data-connect

Builds and deploys Firebase SQL Connect (aka Firebase Data Connect) backends with PostgreSQL securely. Use when designing schemas with tables and relations, writing authorized queries and mutations, configuring real-time data updates, or generating type-safe SDKs. Use when you need a relational database with Firebase…

firebase/agent-skills · 74 tokens