postgresql skills

391 tagged postgresql, measured the same way as everything else here.

Browse within: python 74fastapi 59enterprisedb 56gpdb 56greenplum 56hawq 56supabase 53typescript 52low-code 47open-source 45platform 45docker 44clean-architecture 37Multi-Agent 32

react-hook-form

01

supabase/supabase

Skill Claude CodeCodex

Correct React Hook Form usage anywhere in the monorepo — data flow, subscriptions, reset, dirty state, number inputs, and controlled-input rules. Load this BEFORE writing or modifying ANY form code, adding a field to an existing form, touching watch/useWatch/formState/getValues/setValue/reset, wiring a form into a…

109k yesterday A 123 tokens original Apache-2.0

safe-sql-execution

02

supabase/supabase

Skill Claude CodeCodex

Use whenever code will build, return, fetch, or execute SQL that runs against a user's real Postgres database — even when the request reads like an ordinary feature or bug fix and never says "security," "injection," or "SafeSqlFragment." This covers: writing or editing any pg-meta function, query builder, or endpoint…

109k yesterday A 221 tokens original Apache-2.0

studio-e2e-tests

03

supabase/supabase

Skill Claude CodeCodex

Write and run Playwright E2E tests for Supabase Studio (e2e/studio). Use when asked to run e2e tests, write new E2E tests, or debug flaky or failing Playwright tests. Covers running commands, avoiding race conditions, waiting strategies, selectors, helper functions, and CI vs local differences.

109k yesterday A 74 tokens original Apache-2.0

native-trigger

04

windmill-labs/windmill

Skill Claude CodeCodex

Guidance for adding native trigger services to Windmill. Use when implementing or modifying native trigger integrations across the backend and frontend.

18k yesterday A 28 tokens

cli-commands

05

windmill-labs/windmill

Skill Claude CodeCodex

MUST use when using the CLI, including debugging job failures and inspecting run history via wmill job.

18k yesterday A 26 tokens

write-script-bun

06

windmill-labs/windmill

Skill Claude CodeCodex

MUST use when writing TypeScript scripts. Bun is the default and preferred TypeScript runtime — pick it for TypeScript unless the script specifically needs Deno.

18k yesterday A 37 tokens

dlt-connector

07

Canner/WrenAI

Skill Claude CodeCodex

Connect SaaS data (HubSpot, Stripe, Salesforce, GitHub, Slack, etc.) to Wren Engine for SQL analysis. Guides the user through the full flow: install dlt, pick a SaaS source, set up credentials, run the data pipeline into DuckDB, then auto-generate a Wren semantic project from the loaded data. Use this skill whenever…

17k 4d ago A 158 tokens

enrich-context

08

Canner/WrenAI

Skill Claude CodeCodex

Augment a Wren project with business context that DB schema cannot carry — enum value meanings, units (USD vs cents, ms vs sec), NULL semantics, magic sentinels (-1 = unknown), soft-delete default filters, business synonyms, time-grain / TZ conventions, cross-system identifiers, currency rules, canonical-table…

17k 4d ago A 347 tokens

usage

09

Canner/WrenAI

Skill Claude CodeCodex

Wren Engine CLI workflow guide for AI agents. Answer data questions end-to-end using the wren CLI: gather schema context, recall past queries, write SQL through the MDL semantic layer, execute, and learn from confirmed results. Use when: user asks a data question, requests a report or analysis, asks about metrics…

17k 4d ago A 156 tokens

dashboard

10

InsForge/InsForge

Skill Claude CodeCodex

Use this skill when contributing to InsForge's shared dashboard package. This is for maintainers editing packages/dashboard, which ships in self-hosting and cloud-hosting modes, and the local frontend/ shell used for self-hosting in this repo.

13k 2d ago A 60 tokens original Apache-2.0

e2e-testing

11

InsForge/InsForge

Skill Claude CodeCodex

Use this skill when an InsForge maintainer has finished an OSS repo change and is ready to open, update, or submit the InsForge PR. Runs the release-quality deterministic E2E gate by building a package.json-derived InsForge test image tag, deciding whether sibling agent-e2e fixture coverage must change, dispatching…

13k 2d ago A 92 tokens original Apache-2.0

doc-author

12

InsForge/InsForge

Skill Claude CodeCodex

Write, edit, and maintain documentation. Use for collaborative drafting, autonomous writing, or improving existing docs. Defaults to collaborative mode where the human makes final decisions. Built by Mintlify.

13k 2d ago A 40 tokens original Apache-2.0

digoal/blog

Skill Claude CodeCodex

A thinking framework based on the work and public technical views of PostgreSQL developer Andres Freund. PostgreSQL is a database system, and the framework emphasizes measurement, performance, scalability, and foundational engineering decisions.

8.6k 2d ago A 442 tokens GPL-2.0

digoal/blog

Skill Claude CodeCodex

A Chinese-language interpretation framework based on the historical scholar Luo Hongxian and the Chinese astrology system Zi Wei Dou Shu.

8.6k 2d ago A 458 tokens GPL-2.0

digoal/blog

Skill Claude CodeCodex

A framework for studying the clinical reasoning associated with Ni Haixia, a Chinese practitioner of traditional medicine. It organizes his ideas, case studies, decision rules and areas of controversy.

8.6k 2d ago A 767 tokens GPL-2.0

newsblur-cli

16

samuelclay/NewsBlur

Skill Claude CodeCodex

Manage your NewsBlur from the terminal. Read feeds, search stories, save and share articles, train intelligence classifiers, discover new feeds, and automate workflows with the NewsBlur CLI. Use when the user wants to interact with their NewsBlur account, check feeds, manage subscriptions, or build scripts around…

7.6k 3d ago A 67 tokens original MIT

find-skills

17

samuelclay/NewsBlur

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

7.6k 3d ago A 67 tokens copy · 81% MIT

samuelclay/NewsBlur

Skill Claude CodeCodex

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel…

7.6k 3d ago A 96 tokens original MIT

whodb

19

clidey/whodb

Skill Claude CodeCodex

Query and explore databases via MCP. Use when the user asks to inspect schemas, run SQL, browse tables, analyze data quality, generate ER diagrams, or work with PostgreSQL, MySQL, MariaDB, TiDB, SQLite, MongoDB, Redis, ClickHouse, Elasticsearch, or DuckDB.

5.0k 2d ago A 64 tokens original Apache-2.0

query-builder

20

clidey/whodb

Skill Claude CodeCodex

Convert natural language questions into SQL queries. Activates when users ask data questions in plain English like "show me users who signed up last week" or "find orders over $100".

5.0k 2d ago A 40 tokens original Apache-2.0

schema-designer

21

clidey/whodb

Skill Claude CodeCodex

Help design database schemas, create tables, and plan data models. Activates when users ask to create tables, design schemas, or model data relationships.

5.0k 2d ago A 34 tokens original Apache-2.0

prest/prest

Skill Claude CodeCodexCursor

Guides writing and reviewing pREST Docker/network integration tests under integration/ so each request is human-readable via step comments or table-driven descriptions. Use when adding or editing integration//test.go, HTTP controller E2E coverage, make test-integration, test-integration-postgres…

4.6k 4d ago A 78 tokens original MIT

prest/prest

Skill Claude CodeCodexCursor

Guides classifying, gap-analyzing, and scaffolding support for a new SQL database in pREST (wire-compatible variants like TimescaleDB or new dialects). Use when adding database support, creating integration/ /, DIFFERENCES.md, adapters/ , per-DB docker-compose or GitHub workflows, or planning where config/app wiring…

4.6k 4d ago A 79 tokens original MIT

graphjin-eval

24

dosco/graphjin

Skill Claude CodeCodex

Create, extend, run, baseline, and diagnose GraphJin agent evaluations through the graphjin eval CLI.

3.2k yesterday A 27 tokens original Apache-2.0