eslint-plugin-postgresql CLAUDE.md

Project instructions for an ESLint plugin that checks PostgreSQL SQL files for syntax problems and PostgreSQL-specific coding practices.

In plain words
What is it for?
Use them to develop or test lint rules for SQL files, build and publish the npm package, check its public exports, or decide whether a parser bug belongs in another project.
Why use it?
They explain the parser, public package interface, project commands and boundaries with related parser projects, reducing incorrect fixes and release mistakes.

Instructions file

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 instructions/baseballyama/eslint-plugin-postgresql/claude-md
Clone the repo
git clone --depth 1 https://github.com/baseballyama/eslint-plugin-postgresql
Per session 3,361 This file is loaded in full into every session.
When invoked 3,361 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.03361 $0.03361
Opus 5 $0.01681 $0.01681
Sonnet 5 $0.00672 $0.00672
Haiku 4.5 $0.00336 $0.00336

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

Security

Grade A, and why

eslint-plugin-postgresql CLAUDE.md 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 3d 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.

CLAUDE.md · 302 lines

How it starts

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

CLAUDE.md

eslint-plugin-postgresql is an ESLint plugin that lints PostgreSQL SQL files. It ships rules that detect syntax errors and enforce PostgreSQL-specific best practices, using postgresql-eslint-parser (which itself wraps libpg-query) to parse .sql files into an ESLint-compatible AST.

Project overview

  • Audience: OSS — code that external contributors and end users will read.
  • Language / stack: TypeScript, ESM-only, published to npm as eslint-plugin-postgresql. Built with rolldown, tested with vitest, type- checked with tsc, linted with oxlint, formatted with Prettier.
  • Package manager: pnpm. Lockfile is committed. Use pnpm install --frozen-lockfile in CI.
  • Public API: the default export from dist/index.js — a plugin object exposing rules and configs.recommended. Anything not reachable through that export is internal.
  • Related projects:

OSS is not the same as "code only I touch." Optimize for a stranger not getting confused, not for your own convenience.

Repository layout

Path Purpose
src/index.ts Plugin entry point (rules, configs.recommended).
src/rules/*.ts One file per rule. Export an ESLint rule object as default.
src/meta.ts Package name / version pulled into the plugin meta.
tests/*.test.ts Vitest unit tests, one per rule plus an index smoke test.
tests/fixtures/<rule>/ SQL fixtures + sibling <basename>.yaml snapshots.
tests/test-utils.ts Shared test helpers (linter wiring, YAML fixture loader).
scripts/create-rule.js Scaffold a new rule + tests + fixture directory.
dist/ Build output (gitignored except for publish).
.changeset/ Pending changesets — drive the release PR.

Read the full file on GitHub · 302 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. 3d ago First seen · 302 lines · 3,361 tokens per session scan A 6d1d8e272bad

Subscribe to this mod's changes

eslint-plugin-postgresql CLAUDE.md is an instructions file published in the GitHub repository baseballyama/eslint-plugin-postgresql (11 stars, last pushed 3d ago), licensed MIT. It adds 3,361 tokens to every session, about $0.0168 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.