integrating-supabase

integrating-supabase is a skill for Claude Code, Codex from Poorgramer-Zack/dart-expert-skills. It costs 44 tokens per session (558 once invoked), scanned A, original, MIT.

A guide for connecting Flutter apps to Supabase, an open-source backend platform built around PostgreSQL. It covers database access, user authentication, live data updates, file storage, server-side functions, and database access rules.

In plain words
What is it for?
Use it to configure Supabase in Flutter, add login, query PostgreSQL data, subscribe to realtime changes, store files, call Edge Functions, and write Row Level Security policies.
Why use it?
It brings common backend services together through the supabase_flutter package, reducing the need to build each service separately. It also explains when privileged operations should run through a protected backend layer.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to configure Supabase in Flutter, add login, query PostgreSQL data, subscribe to realtime changes, store files, call Edge Functions, and write Row Level Security policies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/poorgramer-zack/dart-expert-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 Poorgramer-Zack/dart-expert-skills --skill supabase
Clone the repo
git clone --depth 1 https://github.com/Poorgramer-Zack/dart-expert-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 integrating-supabase

README.md
[![agentmods](https://agentmods.dev/badge/skills/poorgramer-zack/dart-expert-skills/supabase/github.svg)](https://agentmods.dev/skills/poorgramer-zack/dart-expert-skills/supabase)
Your own site
<a href="https://agentmods.dev/skills/poorgramer-zack/dart-expert-skills/supabase"><img src="https://agentmods.dev/badge/skills/poorgramer-zack/dart-expert-skills/supabase/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for integrating-supabase

Your own site · 80×15
<a href="https://agentmods.dev/skills/poorgramer-zack/dart-expert-skills/supabase"><img src="https://agentmods.dev/badge/skills/poorgramer-zack/dart-expert-skills/supabase.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 558 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.00044 $0.00558
Opus 5 $0.00022 $0.00279
Sonnet 5 $0.00009 $0.00112
Haiku 4.5 $0.00004 $0.00056

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

Security

Grade A, and why

integrating-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 11d 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 · 31 lines

How it starts

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

Supabase Flutter Ecosystem (supabase_flutter)

Goal

Supabase is an open-source Firebase alternative built on PostgreSQL, supporting rich SQL queries, table joins, and a first-class Flutter SDK (supabase_flutter).

To ensure modularity and LLM readability, this skill is split into logical chapters. Before answering questions or writing code related to Supabase, you MUST read the relevant reference chapters.

Process/Workflow

  1. Identify the core Supabase service the user needs (Database, Auth, Storage, etc.).
  2. Read the corresponding chapter(s) from the references/ directory.
    • Example: If the user asks about deep linking Magic Links for login, read 01-setup.md and 02-auth.md.
  3. Synthesize the guidelines exactly as documented within the chapters. DO NOT hallucinate third-party packages or outdated practices.
  4. Maintain the Serverpod Mini BFF (Backend-For-Frontend) architecture whenever the user requires executing high-privilege operations that should bypass Row Level Security (RLS) entirely.

Reference Files

  • Setup & Deep Links: Read 01-setup.md for core initialization and the app_links requirement.
  • Authentication: Read 02-auth.md for Email/OTP, Apple/Google native sign-in, and listening to stream changes.
  • Database (Postgres): Read 03-database.md for strongly-typed Freezed mapping, .select(), and join strategies natively.
  • Realtime & Presence: Read 04-realtime.md for Postgres CDC subscriptions and User Presence management.
  • Storage: Read 05-storage.md for cross-platform (Mobile vs Web) bucket manipulation.
  • Edge Functions: Read 06-edge-functions.md for executing remote serverless workflows.
  • Serverpod Mini (BFF): Read 07-serverpod-mini.md for leveraging the pure supabase Dart library combined with the SERVICE_ROLE_KEY inside a secure backend.

Read the full file on GitHub · 31 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 31 lines · 44 tokens per session scan A 919a76331865

Subscribe to this mod's changes

integrating-supabase is a skill published in the GitHub repository Poorgramer-Zack/dart-expert-skills (7 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 558 once invoked, about $0.0002 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

firebase-data-connect

Use when setting up Data Connect, writing GraphQL queries/mutations, configuring generated SDKs, handling offline, or applying security rules.

evanca/flutter-ai-rules · 31 tokens

fl-data-layer

Builds the data layer with Freezed DTOs, Retrofit clients, the storage-seam local data manager, and repositories wired through injectable.

phanbaohuy96/flutter_base_structure · 31 tokens

laravel-infrastructure

Laravel Horizon queues, Octane performance, Reverb WebSockets, Redis caching, PostgreSQL database. ALWAYS activate when: working with queue jobs, cache, sessions, broadcasting, database performance, supervisor, worker. Triggers on: job failed, queue stuck, cache not clearing, Redis connection, broadcast event…

anilcancakir/my-claude-code · 127 tokens

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