Databases skills

7,010 tagged Databases, measured the same way as everything else here.

Browse within: postgresql 98ai-coding 60enterprisedb 55gpdb 55greenplum 55hawq 55sql 48antigravity 42claude-code-plugin 42agentic-coding 41ai-skills 36embeddings 34aec-industry 32bim 32

backend-patterns

241

hellangleZ/burn-in-cceverywhere-ralph

Skill Claude CodeCodex

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

not rated 112 7mo ago A 31 tokens

clickhouse-io

242

hellangleZ/burn-in-cceverywhere-ralph

Skill Claude CodeCodex

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

not rated 112 7mo ago A 26 tokens

dingtalk-ai-table

243

aliramw/dingtalk-ai-table

Skill Claude CodeCodex

A tool for DingTalk AI Tables, DingTalk's database-like spreadsheets for storing structured records.

not rated 111 5mo ago A 125 tokens

local-platform-e2e

244

computesdk/benchmarks

Skill Claude CodeCodex

Stand up benchmarks-platform locally (Postgres + MinIO + ClickHouse in docker) and run a real @benchsdk/runner benchmark against it, with no cloud or provider credentials. Use when testing @benchsdk/client / @benchsdk/runner against the platform end to end, or when debugging benchmark reporting, worker planning…

not rated 113 today A 82 tokens original MIT

WackyGem/Fleur

Skill Claude CodeCodex

A guide for turning one remote HTTP link into a data pipeline that stores Parquet files in S3 and raw data in ClickHouse. Parquet is a column-based file format, while S3 is object storage.

not rated 112 +1 1mo ago A 99 tokens original MIT

fkit-data

246

Joker-x-dev/FlutterKit

Skill Claude CodeCodex

A Flutter development helper for connecting app features to data sources. It covers models, network requests and responses, repositories, databases, local key-value storage, shared services, and paginated lists.

not rated 111 +2 1mo ago A 64 tokens original MIT

atherio-danp/cde-dotnetcc

Skill Claude CodeCodex

Optimize EF Core (Npgsql/PostgreSQL) queries in the .NET API — fix N+1, choose tracking modes, use compiled queries, split queries, and avoid translation traps. Use when a query is slow, emits excessive SQL, or causes high DB load. Complements the efcore-patterns scaffolding skill.

not rated 109 1mo ago A 71 tokens

dj-models

248

dvf/opinionated-django

Skill Claude CodeCodex

Structure Django models with proper Meta classes, verbose names, and optimized indexes. Use when creating or reviewing Django models to ensure consistent ordering, correct verbosename/verbosenameplural, and database indexes aligned to actual query patterns. Also registers every model in the admin with a clean…

not rated 109 21d ago A 63 tokens original MIT

payload-cms

249

textura-agency/next16-claude-starter

Skill Claude CodeCodex

Install and wire Payload CMS into this Next.js 16 app, backed by Supabase Postgres and Supabase Storage — packages, payload.config.ts, the (payload) route group, collections derived from the actual page views, type generation, migrations, and proving the read loop end-to-end. Use when the user asks to "add a CMS"…

not rated 107 +2 17d ago A 101 tokens original Unlicense

srtd-cli

250

t1mmen/srtd

Skill Claude CodeCodex

This skill should be used when the user mentions "srtd", "sql templates", "migrations-templates", "live reload sql", "supabase functions", when working with files in supabase/migrations-templates/, when .buildlog.json or srtd.config.json is detected, or when writing Postgres functions/views/triggers for Supabase.

not rated 105 7mo ago A 75 tokens original MIT

vincentkoc/dotskills

Skill Claude CodeCodex

Use when inspecting a ghcrawl SQLite store, pulling GitHub issue/PR data, refreshing summaries, embeddings, and clusters, or extracting one cluster and its evidence through the ghcrawl CLI.

not rated 102 13d ago A 45 tokens original MIT

clerk-webhooks

252

vvedantb/eva

Skill Claude CodeCodex

Clerk webhooks for real-time events and data syncing. Verify with verifyWebhook from the framework-specific package. Handle user, session, organization, billing, and payment events. Build event-driven features like database sync, notifications, and integrations.

not rated 101 today A 53 tokens original MIT

flow

253

Facets-cloud/flow

Skill Claude CodeCodex

Personal task and agent-session manager. CLI binary is flow (assumed on PATH) and stores metadata in /.flow/flow.db (SQLite). Use this skill when the user asks about their work, tasks, or projects in any natural phrasing — including but not limited to: "what's left", "what's remaining", "what's pending", "what do I…

not rated 100 changed today B 316 tokens original MIT

dbops-changeset

254

harness/harness-skills

Skill Claude CodeCodex

Generates Liquibase database changesets via a structured workflow: resolve schema+instance (from context or via API discovery), confirm DB engine type, generate Liquibase YAML, and present for HITL review with Accept / Deny / Accept & Commit actions. Supports update mode (refine existing changeset) and error-recovery…

not rated 102 1mo ago A 78 tokens original Apache-2.0

proj-gen

255

zhangloveyan/backend-skill

Skill Claude CodeCodex

A code-generation guide for creating database table SQL, CRUD code, API endpoints, and enum classes. CRUD means creating, reading, updating, and deleting data.

not rated 98 +1 7mo ago A 20 tokens

sql-semantic-check

256

sqlsure/sqlsure

Skill Claude CodeCodex

Check SQL for silent semantic errors (fan-out double-counting, unsafe sums, wrong join keys, sensitive columns) BEFORE executing it against a database. Use whenever you are about to run a SELECT you or another model wrote — especially aggregates over joins. Deterministic, offline, 0.1 ms per check.

not rated 98 1mo ago A 69 tokens original Apache-2.0

GoogleCloudPlatform/cxas-scrapi

Skill Claude CodeCodex

Author, validate, and manage Contact Center AI (CCAI) Insights Configurable Dashboards. Use when users want to define multi-tab analytics dashboards, configure Vega-Lite charts and SQL queries, maintain declarative dashboards.yaml configurations, or synchronize dashboards to GCP projects.

not rated 95 yesterday A 62 tokens original Apache-2.0

extract-erd

258

petrowsky/agentic-fm

Skill Claude CodeCodexCursor

Derive a true ERD (Mermaid diagram) from a FileMaker solution by analyzing table occurrences, relationships, and fields. Collapses utility TOs to base tables and presents all relationships for developer classification. Use when the user asks to "extract ERD", "show ERD", "map the schema", "understand the database", or…

not rated 92 20d ago A 86 tokens

schema-build

259

petrowsky/agentic-fm

Skill Claude CodeCodexCursor

Create and modify FileMaker database schema via OData REST calls against a live hosted solution. Three sub-modes — connect (OData setup walkthrough), build (execute table and field creation), relationships (produce a manual relationship specification checklist). Use when the developer says "build schema", "create…

not rated 92 20d ago A 110 tokens

schema-plan

260

petrowsky/agentic-fm

Skill Claude CodeCodexCursor

Design the data model for a new FileMaker solution from a natural language description — produce a Mermaid ERD showing base tables and relationships, then extend it to a FileMaker-specific model with table occurrences and a relationship specification. Use when the developer says "design schema", "plan data model"…

not rated 92 20d ago A 80 tokens

alphafold-database

261

agent-skills-hub/agent-skills-hub

Skill Claude CodeCodex

Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.

not rated 93 +2 10d ago A 54 tokens copy · 84% MIT

marcusgoll/Spec-Flow

Skill Claude CodeCodex

Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response…

not rated 92 4mo ago A 72 tokens original MIT

django-patterns

264

krishnakanthb13/everything-antigravity

Skill Claude CodeCodex

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

not rated 91 6mo ago A 32 tokens

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: