neon-postgres

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

A guide to Neon Serverless Postgres, a hosted PostgreSQL database service that can adjust computing resources as needed. It covers setup, connections, database branches, scaling, replicas, pooling, authentication, and Neon tools and APIs.

In plain words
What is it for?
Use it when setting up Neon, connecting to it, managing branches or scaling, configuring authentication, or using its command-line and developer APIs.
Why use it?
It helps developers connect applications to Neon and choose suitable database and access settings.

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/neon-postgres
Any agent
npx skills add FlorianBruniaux/starmapper --skill neon-postgres
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 neon-postgres

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/starmapper/neon-postgres.svg)](https://agentmods.dev/skills/florianbruniaux/starmapper/neon-postgres)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/starmapper/neon-postgres"><img src="https://agentmods.dev/badge/skills/florianbruniaux/starmapper/neon-postgres.svg" alt="Measured on agentmods" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,531 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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 $0.00151 $0.02531
Opus 5 $0.00076 $0.01265
Sonnet 5 $0.00030 $0.00506
Haiku 4.5 $0.00015 $0.00253

Measured 4d ago against content hash 580ceb3e2805, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

neon-postgres scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. **Request `text/markdown`** on the standard URL: `curl -H "Accept: text/markdown" https://neon.com/docs/introduction/branching`
.agents/skills/neon-postgres/SKILL.md · 277 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 4d ago First seen · 277 lines · 151 tokens per session scan A 580ceb3e2805

Subscribe to this mod's changes

neon-postgres is a skill published in the GitHub repository FlorianBruniaux/starmapper (83 stars, last pushed 2d ago), with no licence file. It adds 151 tokens to every session and 2,531 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

malloy-gotchas-modeling

Common Malloy modeling mistakes and how to avoid them. Read BEFORE writing source definitions, dimensions, measures, or joins. Covers reserved words, NULL checks, date functions, type casts, field management (extend except/accept/rename vs include public/internal/private), and query-based source gotchas.

malloydata/publisher · 67 tokens

malloy-materialization

Add and debug Malloy Persistence materializations in a package - persist an expensive source so queries read a pre-built table. Read this whenever the user wants to materialize a source, add a persist annotation, speed up a slow source, or asks why a persist source isn't building.

malloydata/publisher · 61 tokens

malloy-materialization-tuning

Optimize a package's Malloy Persistence materializations for cost and performance using the malloy-pub CLI and the materialization history. Recommend what to persist, what to stop persisting, and how to schedule/scope it. Use when the user asks to make a package cheaper or faster, tune persistence, decide what to…

malloydata/publisher · 81 tokens

effective-dbt-sql

Use when writing or modifying dbt model SQL — deciding whether to add a subquery or reuse an existing dimension/metric, structuring a query, joining models, or refactoring a metric's SQL. Encodes SQL semantic-correctness rules: reuse existing fields, prefer CTEs over correlated subqueries, and make joins and column…

lightdash/lightdash · 0 tokens

malloy-analysis-pitfalls

Common data analysis pitfalls to watch for during query construction and result interpretation. Reference this checklist when verifying queries and results to catch errors before presenting an answer.

malloydata/publisher · 37 tokens

diagnose-clickhouse-clusters

Diagnose ClickHouse cluster health and provide concrete remediation.

FrankChen021/datastoria · 18 tokens