Databases skills

6,858 tagged Databases, measured the same way as everything else here.

Browse within: gemini-cli 49ai-skills 47antigravity 46claude-plugin 41data-engineering 38sql 37clickhouse 35embeddings 33claude-code-skills 32codex-cli 32postgresql 32agentic-coding 29open-source 28aws 27

clinpgx-database

49

foryourhealth111-pixel/Vibe-Skills

Skill Claude CodeCodex

Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.

3.1k +40 2d ago A 45 tokens original Apache-2.0

TanStack/ai

Skill Claude CodeCodex

Use when a Cloudflare Worker needs durable byte storage for TanStack AI generated media (images, audio, video, transcripts) — writes a BlobStore backed by R2 and an ArtifactStore backed by D1, composes them onto the generation persistence so withGenerationPersistence persists artifact bytes, and serves them back from…

3.1k +11 yesterday A 104 tokens original MIT

azure-kusto-graph

51

microsoft/skills

Skill Claude CodeCodex ✓ vendor

Part of azure-kusto-graph-skills

Build and query Kusto graphs from natural language. Covers transient graphs (make-graph), persistent graph models/snapshots, pattern matching (graph-match), shortest paths, connected components, and graph-to-table export. Generates the edges-first thinking: define edges, define node lookups, union, make-graph. WHEN…

3.0k +6 yesterday A 131 tokens original MIT

chdb-datastore

52

chdb-io/chdb

Skill Claude CodeCodex

Use when the user has tabular data (pandas DataFrame, parquet, csv, Arrow, json) and wants to filter, group, aggregate, join, or speed up slow pandas. Provides chDB DataStore — same pandas API, ClickHouse engine underneath. Also handles reading from S3, MySQL, PostgreSQL, MongoDB, ClickHouse Cloud, Iceberg, Delta Lake…

2.9k +2 6d ago A 168 tokens original Apache-2.0

chdb-sql

53

chdb-io/chdb

Skill Claude CodeCodex

Use when the user wants to run SQL — especially analytical SQL — on local files (parquet/csv/json), URLs, S3 paths, or remote databases (Postgres, MySQL, MongoDB, ClickHouse Cloud, Iceberg, Delta Lake) without setting up a server. Provides chDB — embedded ClickHouse SQL in Python with 1000+ functions, Session for…

2.9k +2 6d ago A 214 tokens original Apache-2.0

clinvar-database

54

google-deepmind/science-skills

Skill Claude CodeCodex

Use when needing clinical significance, pathogenicity classifications (e.g., Pathogenic, Benign, VUS), clinical evidence rationales, or finding "hard positive" benchmark controls for human genomic variants.

2.8k +20 1mo ago A 45 tokens original Apache-2.0

slackdump-sqlite3

55

rusq/slackdump

Skill Claude CodeCodex

Guidance for querying a Slackdump SQLite3 database directly via the sqlite3 CLI.

2.8k +3 5d ago A 25 tokens AGPL-3.0

obsidian-bases

56

heyitsnoah/claudesidian

Skill Claude CodeCodex

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

2.6k +2 4mo ago A 63 tokens original MIT

supabase/agent-skills

Skill Claude CodeCodex ✓ vendor

Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the…

2.6k +6 21d ago A 182 tokens original MIT

supabase

58

supabase/agent-skills

Skill Claude CodeCodex ✓ vendor

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…

2.6k +6 21d ago A 185 tokens original MIT

sq

59

neilotoole/sq

Skill Claude CodeCodex

Part of sq

Guides use of the sq CLI to query SQL databases and tabular files with SLQ (sq's jq-like query language) or native SQL, manage sources, choose output formats, and run inspect, diff, and table commands. Use when the user mentions sq, SLQ, wrangling CSV/Excel/JSON/DB data, cross-source joins, or command-line data…

2.6k 4d ago A 89 tokens original MIT

nitrocloudofficial/nitrostack

Skill Claude CodeCodex

Required reference for Prisma v7 driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching SqlDriverAdapter/Transaction interfaces. Contains critical contract details not inferable from code examples — including the transaction lifecycle protocol, error mapping…

2.5k +5 yesterday A 71 tokens original Apache-2.0

nitrocloudofficial/nitrostack

Skill Claude CodeCodex

Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".

2.5k +5 yesterday A 67 tokens original Apache-2.0

tinker-dev

62

apache/tinkerpop

Skill Claude CodeCodex ✓ vendor

Development guidance for the Apache TinkerPop monorepo. Use when building, testing, or contributing to TinkerPop's graph computing framework and its multi-language Gremlin ecosystem (Java, Python, JavaScript, .NET, Go). Covers coding conventions, build recipes, test evaluation, documentation, development environment…

2.1k 5d ago A 75 tokens original Apache-2.0

HiThink-Tech/Financial-API

Skill Claude CodeCodex

A local data-management skill for the HiThink Finance command-line tool and its DuckDB database. DuckDB is a database stored in a local file.

2.1k +92 6d ago A 60 tokens original MIT

gonavi-cli

69

Syngnat/GoNavi

Skill Claude CodeCodex

Operate databases through the GoNavi headless CLI — the gonavi executable shipped in verified GitHub Release archives. Covers listing/adding/importing saved connections, running SQL queries against saved connections or ad-hoc connection files, exporting result sets to csv/json/md/html/xlsx, batch-executing SQL files…

1.9k +2 yesterday A 144 tokens original Apache-2.0

BidingCC/BuildingAI

Skill Claude CodeCodex

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.

1.9k +1 12d ago A 31 tokens original Apache-2.0

timescale/pg-aiguide

Skill Claude CodeCodex

Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications.

1.8k +5 yesterday A 31 tokens original Apache-2.0

timescale/pg-aiguide

Skill Claude CodeCodex

Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. Trigger when user asks to: Test a schema migration before applying it to production Add, remove, or rename columns safely on a live table Change a column's data…

1.8k +5 yesterday A 222 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: