Databases skills

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

Browse within: skills 118postgresql 100aws 76ai-coding 65ai-hacking 57cis 57ai-penetration-testing 55enterprisedb 55gpdb 55greenplum 55hawq 55cis-database 54agentic-coding 46sql 44

mohamed-hossam1/nextjs-skills

Skill Claude CodeCodex

Use this skill whenever the user wants to design or implement caching in a Next.js 16+ App Router project — setting up the "use cache" directive, building a cache tag registry, wiring mutations to invalidation utilities, structuring Suspense boundaries for partial prerendering, handling personalized content near cache…

not rated 8 3mo ago A 127 tokens original MIT

erpnext-frappe-dev

266

6missedcalls/erpnext-skill

Skill Claude CodeCodex

Complete Frappe Framework development reference for building ERPNext apps. Use when creating custom DocTypes, controllers, hooks, REST APIs, form scripts, background jobs, or any Frappe/ERPNext development. Contains full API documentation for Document, Database, Controllers, Hooks, REST API, Form Scripts, Testing, and…

not rated 8 6mo ago A 74 tokens original MIT

caching-strategies

267

KraitDev/skiLL.Md

Skill Claude CodeCodex

When improving read performance and reducing database load.

not rated 7 2mo ago A 15 tokens original MIT

oms-cocoindex

268

armelhbobdad/oh-my-skills

Skill Claude CodeCodex

Use when builds data transformation flows on top of cocoindex — a Python framework with a Rust engine for ultra-performant, incremental data indexing (ETL, RAG ingestion, knowledge graphs, vector search). Covers the flow-building public API: FlowBuilder, DataScope, DataSlice, Flow, FlowLiveUpdater, sources, targets…

not rated 7 4mo ago A 168 tokens original Apache-2.0

Dan-Cleary/convalytics

Skill Claude CodeCodex

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or removing or changing type, tables need splitting or merging…

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

xsql

270

zx06/xsql

Skill Claude CodeCodex

An AI-oriented command-line tool for inspecting and querying MySQL and PostgreSQL databases, including their schemas, data, indexes, and queries.

not rated 7 4d ago A 198 tokens original MIT

supabase

271

omarhelal1234/ai-agents-library

Skill Claude CodeCodex

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…

not rated 7 3mo ago A 125 tokens copy · 84% MIT

sqlike

272

orifisher2/sqlike

Skill Claude CodeCodex

Check SQL with sqlike — deterministic static analysis (validity, anti-patterns, rewrites, index advice) and query-equivalence verification. Use whenever you write, edit, review, or rewrite a SQL query, or need to prove two queries return the same results. Requires the sqlike MCP server (@sqlike/mcp) or the sqlike CLI…

not rated 6 yesterday A 81 tokens original Apache-2.0

nextjs-redis-cache

273

leejpsd/nextjs-cache-handler

Skill Claude CodeCodex

Wire and operate @leejpsd/nextjs-cache-handler — Redis caching for self-hosted Next.js 15/16 (ISR cacheHandler + 'use cache' cacheHandlers). Use when adding Redis caching to a Next.js app, choosing or wiring cache handlers, debugging cache invalidation (revalidateTag / updateTag / revalidatePath, stale or…

not rated 6 9d ago A 119 tokens original MIT

data-migration-safety

274

Xipher-Labs/walter-os

Skill Claude CodeCodex

Review database migrations and schema changes for safety — reversibility, lock duration, online-vs-offline behavior, batch-size on backfills, tenant isolation, RLS policies (Supabase), idempotence, audit-log impact. Use this skill on any PR that touches migrations/, supabase/migrations/, .sql, schema files…

not rated 6 yesterday A 140 tokens AGPL-3.0

aurora-dsql

275

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Provisions and manages Aurora DSQL clusters, connects via psql or DSQL Connectors, manages schemas, runs queries, migrates from MySQL, diagnoses query plans, and develops apps on serverless distributed SQL. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL migration, DDL, query plans, and SAFE SQL CONSTRUCTION …

not rated 6 +1 5d ago A 192 tokens MIT-0

query-graph

276

ayeshakhalid192007-dev/graph-engineering-crash-course

Skill Claude CodeCodex

Loads schema.sql into a local SQLite file, then answers availability and provenance questions against the nodes/edges tables with real SQL instead of re-reading source material.

not rated 5 9d ago A 34 tokens original MIT

anvil-bridge

277

matshoppenbrouwers/anvil-uplink-cli

Skill Claude CodeCodex

Inspect live Anvil Data Tables and invoke server callables from the terminal via the anvil-uplink-cli tool (anvil-bridge). Use when the user references an Anvil app, asks to query/read/inspect a Data Table row, needs to call an @anvil.server.callable function against a deployed app, or mentions files like anvil.yaml /…

not rated 5 4mo ago A 144 tokens original MIT

erd-studio

278

liam-machine/erd-studio

Skill Claude CodeCodex

Schema rules for ERD Studio data model files — the .erd-studio/ directory uses a two-file system (YAML model definitions + JSON domain diagrams) with strict format rules you must read before editing. Use this skill whenever the task touches files in .erd-studio/ (domain JSON, logical-models YAML, or .sync-plan.json)…

not rated 5 2mo ago A 162 tokens original MIT

query-superset

279

Bono12138/bonobox

Skill Claude CodeCodex

Run bounded SELECT queries through an Apache Superset SQL Lab connection on Windows. Use when a user wants an Agent to configure a supported Superset instance, test connectivity, inspect tables or columns, execute SELECT queries, export small results, preserve query evidence, or diagnose authentication, permission…

not rated 5 11d ago A 73 tokens original MIT

telemetry-audit

280

navig-run/core

Skill Claude CodeCodex

Skill "telemetry-audit" from navig-run/core, covering telemetry audit skill, quick start, full audit (runs scan + sources + builds risk table), vs code only, with markdown risk table printed to terminal and trace who owns a specific ip.

not rated 5 19d ago A 0 tokens

lead-listing-agent

282

Xcaffrey13/lead-listing-agent

Skill Claude CodeCodex

Upload CSV lead lists (AI Ark, Prospeo, Store Leads) to Neon Postgres, clean company names, enrich sales reps via AI Ark API, scrape company websites, AI-powered website analysis (competitors, ICP, descriptions, pricing, categorization) via Workers AI, custom enrichment, ICP scoring. Triggers on: upload leads, lead…

not rated 5 4mo ago A 126 tokens original MIT

sql-query-optimizer

283

sourav15mukherjee/skillforge-free-skills

Skill Claude CodeCodex

Analyze and optimize SQL queries for performance. Use when the user asks to optimize a query, improve database performance, analyze an EXPLAIN plan, add indexes, rewrite slow queries, or has a database bottleneck. Supports PostgreSQL, MySQL, and SQLite.

not rated 5 5mo ago A 58 tokens original MIT

odoo-architect

284

hamzatrq/odoo-forge

Skill Claude CodeCodex

Use when designing Odoo data models — enforces naming conventions, inheritance patterns, security, and field best practices.

not rated 5 6mo ago A 27 tokens AGPL-3.0

oracle

285

dbaoraclestar/dba-skills

Skill Claude CodeCodex

Oracle Database skills for administration, SQL and PL/SQL development, performance tuning, security, ORDS, SQLcl, migrations, frameworks, Oracle Container Registry guidance, and agent-safe database workflows.

not rated 5 3mo ago A 41 tokens

litestream

286

benbjohnson/litestream-skills

Skill Claude CodeCodex

SQLite disaster recovery and streaming replication to cloud storage (S3, GCS, Azure, SFTP, NATS). Use this skill for configuring Litestream, deploying to cloud platforms, troubleshooting WAL replication issues, implementing point-in-time recovery, and setting up VFS read replicas.

not rated 5 7mo ago B 59 tokens original Apache-2.0

thaitype/thaitype-stack-spa-react-elysia-prisma-template

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…

not rated 5 5mo ago A 71 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: