lenserfight: Skill for Claude Code

.agents/skills/supabase-api-rpc-reviewer/SKILL.md

supabase-api-rpc-reviewer is a skill for Claude Code, Codex from conectlens/lenserfight. It costs 48 tokens per session (196 once invoked), scanned A, original, MIT.

A review guide for SQL functions and RPCs in Supabase. RPC, or remote procedure call, lets an application invoke a database function as an API operation.

In plain words
What is it for?
Use it when adding or changing SQL functions, reviewing database API access, or choosing between a function, view, or direct table access.
Why use it?
It helps prevent unstable response formats, unsafe permissions, and unnecessary complexity in the database layer exposed to an application.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is conectlens/lenserfight's own configuration. It tells Claude Code and Codex how to work on lenserfight itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything lenserfight configures →

Reuse

Borrowing it

Nothing to install: this file belongs to conectlens/lenserfight. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/conectlens/lenserfight/main/.agents/skills/supabase-api-rpc-reviewer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/conectlens/lenserfight

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-api-rpc-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/conectlens/lenserfight/supabase-api-rpc-reviewer/github.svg)](https://agentmods.dev/skills/conectlens/lenserfight/supabase-api-rpc-reviewer)
Your own site
<a href="https://agentmods.dev/skills/conectlens/lenserfight/supabase-api-rpc-reviewer"><img src="https://agentmods.dev/badge/skills/conectlens/lenserfight/supabase-api-rpc-reviewer/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 supabase-api-rpc-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/conectlens/lenserfight/supabase-api-rpc-reviewer"><img src="https://agentmods.dev/badge/skills/conectlens/lenserfight/supabase-api-rpc-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 196 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.00048 $0.00196
Opus 5 $0.00024 $0.00098
Sonnet 5 $0.00010 $0.00039
Haiku 4.5 $0.00005 $0.00020

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

Security

Grade A, and why

supabase-api-rpc-reviewer 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 10d 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.

.agents/skills/supabase-api-rpc-reviewer/SKILL.md · 22 lines

What it actually says

Supabase API RPC Reviewer

Use when

  • adding or changing SQL functions or RPCs
  • reviewing API exposure through the database layer
  • deciding whether an operation should be a function, view, or table access path

Workflow

  1. Inspect the API-facing database surface.
  2. Flag unstable contracts, privilege problems, and unnecessary RPC complexity.
  3. Return the safest interface shape and exact adjustments.
  4. Run 'npx supabase migration up --local' to ensure the created migrations applied successfully.

Load only when needed

Files

What ships with it

3 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. 10d ago First seen · 22 lines · 48 tokens per session scan A 605bdafe13bb

Subscribe to this mod's changes

supabase-api-rpc-reviewer is a skill published in the GitHub repository conectlens/lenserfight (18 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 196 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-30.

Related

Other skills, from other repositories

database-expert

Advanced database design and administration for PostgreSQL, MongoDB, and Redis. Use when designing schemas, optimizing queries, managing database performance, or implementing data patterns.

travisjneuman/.claude · 36 tokens

generic-fullstack-feature-developer

Guide feature development for full-stack applications with architecture focus. Covers Next.js App Router patterns, NestJS backend services, database models, data workflows, and seamless integration. Use when adding new features, refactoring existing code, or planning major changes.

travisjneuman/.claude · 56 tokens

multitenant

Architecture multitenant avec approche tiered (Shared/Dedicated Schema/DB), RBAC/ABAC, field-level encryption. Use when working with multitenant applications, tenant isolation, data segregation.

TheBeardedBearSAS/claude-craft · 46 tokens

supabase

Supabase provides Postgres database access, authentication, edge functions, and storage. This skill covers the @supabase/supabase-js client and Row Level Security (RLS).

ashish7802/awesome-api-skills · 0 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

database-patterns

Database design and migration patterns for Alembic migrations, schema design (SQL/NoSQL), and database versioning. Use when creating migrations, designing schemas, normalizing data, managing database versions, or handling schema drift.

yonatangross/orchestkit · 49 tokens