postgres-neon-practices

postgres-neon-practices is a skill for Claude Code, Codex from FlorianBruniaux/starmapper. It costs 37 tokens per session (1,256 once invoked), scanned A, original, no licence file.

A set of PostgreSQL practices for Prisma ORM, a tool that lets applications work with databases through code, together with Neon serverless databases. It gives advice on queries, indexes, transactions, and monitoring in StarMapper.

In plain words
What is it for?
Use it when writing or improving StarMapper database queries, indexes, transactions, or monitoring.
Why use it?
It helps developers avoid common database design and performance problems when using Prisma with Neon.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/florianbruniaux/starmapper/postgres-neon-practices
Any agent
npx skills add FlorianBruniaux/starmapper --skill postgres-neon-practices
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/starmapper

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 postgres-neon-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/starmapper/postgres-neon-practices.svg)](https://agentmods.dev/skills/florianbruniaux/starmapper/postgres-neon-practices)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/starmapper/postgres-neon-practices"><img src="https://agentmods.dev/badge/skills/florianbruniaux/starmapper/postgres-neon-practices.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,256 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00037 $0.01256
Opus 5 $0.00018 $0.00628
Sonnet 5 $0.00007 $0.00251
Haiku 4.5 $0.00004 $0.00126

Measured 5d ago against content hash 2d4684730160, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

postgres-neon-practices 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 5d 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/postgres-neon-practices/SKILL.md · 152 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 5d ago First seen · 152 lines · 37 tokens per session scan A 2d4684730160

Subscribe to this mod's changes

postgres-neon-practices is a skill published in the GitHub repository FlorianBruniaux/starmapper (83 stars, last pushed 4d ago), with no licence file. It adds 37 tokens to every session and 1,256 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

neon

Use when you have picked Neon (serverless Postgres) and need to connect correctly from a serverless or edge runtime, wire database branching into dev, preview and CI, or stop being burned by scale-to-zero cold starts and pooler limits — including choosing HTTP versus WebSocket connections and pooled versus direct…

ericrisco/rsc-harness · 93 tokens

postgresql-expert

Expert-level PostgreSQL database administration, advanced queries, performance tuning, and production operations. Use when the user mentions database, SQL, or performance, or when the task involves Advanced Data Types, Full-Text Search, Advanced Indexes, or Advanced Queries.

personamanagmentlayer/pcl · 56 tokens

prisma-schema-conventions

Data modeling conventions for Prisma + PostgreSQL in multi-tenant systems — workspace isolation, numeric criticality, idempotent recurrence, document versioning by lineage and decoupled audit via a queue in Postgres itself. Use whenever creating or changing schema.prisma, designing new entities, planning migrations or…

JoaoEquer/Oficina · 76 tokens

sql-optimization

Skill "sql-optimization" from chaterm/terminal-skills, covering sql 优化与调优, 概述, 执行计划分析, mysql explain and postgresql explain.

chaterm/terminal-skills · 10 tokens

supabase-remote

Manage a Supabase project from the CLI — list projects, run SQL files (with post-run row-count verification), run inline queries, audit RLS coverage, and generate TypeScript types. Wraps the Supabase Management API + the local supabase CLI so agents don't have to hand-parse the untrusted-data envelope.

osouthgate/agent-plus-skills · 72 tokens

database-migration-guardian

Activate when writing, reviewing, or applying database migrations in PostgreSQL, MySQL, Prisma, or Drizzle to prevent table locks, zero-downtime failures, and data loss — trigger phrasings include "review this database migration", "how do I add a NOT NULL column without downtime", "write a safe PostgreSQL migration"…

ieeecsopen/mcp-cs · 117 tokens