sql skills

147 tagged sql, measured the same way as everything else here.

Browse within: postgresql 26go 20performance 16cockroachdb 15distributed-database 15embedded-database 15hacktoberfest 15mysql 15duckdb 14schema 14Optimization 13data 13postgres 13sqlite3 13

drt-analyze

01

cockroachdb/cockroach

Skill Claude CodeCodex

Analyze DRT cluster health for a given time range. Reconstructs the operations timeline, checks CockroachDB metrics (availability, latency, storage, changefeeds, jobs, goroutines, admission control, LSM, KV prober) and logs for anomalies, correlates findings with disruptive operations to distinguish expected…

32k +4 5d ago A 149 tokens

cockroachdb/cockroach

Skill Claude CodeCodex

Reduce an unoptimized-query-oracle test failure log to the simplest possible reproduction case. Use when you have unoptimized-query-oracle.log files from a failed roachtest and need to find the minimal SQL to reproduce the bug.

32k +4 5d ago A 54 tokens

redux-to-swr

03

cockroachdb/cockroach

Skill Claude CodeCodex

Migrate React components from Redux + Saga to SWR hooks. Use when converting data fetching from Redux store (reducers, sagas, selectors, connect HOC) to SWR-based hooks in CockroachDB DB Console or cluster-ui.

32k +4 5d ago A 53 tokens

cdc

04

tursodatabase/turso

Skill Claude CodeCodex

Change Data Capture - architecture, entrypoints, bytecode emission, sync engine integration, tests.

24k yesterday A 20 tokens original MIT

index-knowledge

05

tursodatabase/turso

Skill Claude CodeCodex

Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.

24k yesterday A 26 tokens original MIT

memory-benchmark

06

tursodatabase/turso

Skill Claude CodeCodex

How to benchmark and analyze memory usage in Turso using the memory-benchmark crate and dhat heap profiler. Use this skill whenever the user mentions memory usage, memory profiling, allocation tracking, heap analysis, memory regression, memory benchmarking, dhat, or wants to understand where memory is being allocated…

24k yesterday A 120 tokens original MIT

review-pr

07

ClickHouse/clickhouse-go

Skill Claude CodeCodex

Review a numbered GitHub pull request for correctness, API safety, Go idioms, and protocol coverage, then post inline comments plus one updating summary. Use only when the user asks to review an open PR by number. For a local or pre-PR diff, do not use this skill — apply review-core.md in this directory instead.

3.3k 3d ago A 71 tokens original Apache-2.0

graphjin-eval

08

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

dosco/graphjin

Skill Claude CodeCodex

Use when adding a new GraphJin database, warehouse, or CQL/NoSQL backend; building a simulator because no live service is available; wiring a dialect, discovery, tests, scripts, README/CONFIG/FEATURES, or website database support surfaces.

3.2k yesterday A 60 tokens original Apache-2.0

chdb-datastore

10

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 4d ago A 168 tokens original Apache-2.0

chdb-sql

11

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 4d ago A 214 tokens original Apache-2.0

neilotoole/sq

Skill Claude CodeCodex

Reviews and merges Dependabot pull requests for GitHub Actions (the github-actions ecosystem) that bump uses: pins in .github/workflows/. Use for Dependabot githubactions PRs (branches like dependabot/githubactions/...), not go.mod or site/ Bun PRs.

2.6k 2d ago A 65 tokens original MIT

sq-site-dependabot

13

neilotoole/sq

Skill Claude CodeCodex

Reviews, validates, and safely merges Dependabot pull requests for the sq.io site (site/, Bun lockfile). Use when clearing site dependency PRs, triaging Dependabot failures, or checking Lighthouse impact before merge.

2.6k 2d ago A 50 tokens original MIT

sq

14

neilotoole/sq

Skill Claude CodeCodex

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 2d ago A 89 tokens original MIT

extract-knowledge

15

Datus-ai/Datus-agent

Skill Claude CodeCodex

Mine shortest atomic facts from (question + goldsql) pairs into ./knowledge/.md; either by simulating SQL drafting (lite) or by driving the gensql subagent in blind iteration (deep).

1.6k 3d ago A 45 tokens

NPC-Worldwide/npcpy

Skill Claude CodeCodex

Skill for searching and evolving the SQLite-backed Knowledge Graph. Use this when you need structured fact/concept/link search across one or more teams, NPCs, or directory scopes. The Knowledge Graph (KG) is stored in the application's database (not YAML). It is scoped by (teamname, npcname, directorypath). Facts and…

1.5k 6d ago A 474 tokens original MIT

NPC-Worldwide/npcpy

Skill Claude CodeCodex

Skill for population-based Knowledge Graph evolution via Sememolution. Use this when the user wants creative cross-domain synthesis, speculative reasoning, or when a single KG search might be too narrow. Sememolution maintains a population of KG "individuals". Each individual has its own graph (different facts…

1.5k 6d ago A 366 tokens original MIT

NPC-Worldwide/npcpy

Skill Claude CodeCodex

Skill for working with local .knowledge.yaml files via KnowledgeStore. Use this when you need to recall, search, or manage directory-local memories and knowledge links stored in plain YAML alongside the user's project files. KnowledgeStore is directory-scoped. Each directory that contains a .knowledge.yaml file…

1.5k 6d ago A 346 tokens original MIT

data-analysis

19

datagallery-ai/dataagent

Skill Claude CodeCodex

Answer data questions from quick metric lookups to full investigations and stakeholder-ready reports.

743 3d ago A 19 tokens original Apache-2.0

squix

20

eduardofuncao/squix

Skill Claude CodeCodex

Run SQL queries across databases (Postgres, MySQL, SQLite, etc.) via the squix CLI. Use for running named queries, exploring schema, or parameterized queries. Always use -f for non-interactive output.

268 yesterday A 50 tokens original MIT

flamerobin-mcp

21

mariuz/flamerobin

Skill Claude CodeCodex

Model Context Protocol (MCP) server for FlameRobin to interact with registered Firebird databases.

262 6d ago A 25 tokens original MIT

speckit-implement

22

hugr-lab/mssql-extension

Skill Claude CodeCodex

Execute the implementation plan by processing and executing all tasks defined in tasks.md.

127 yesterday A 20 tokens copy · 94% MIT

speckit-tasks

23

hugr-lab/mssql-extension

Skill Claude CodeCodex

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

127 yesterday A 24 tokens copy · 91% MIT

hugr-lab/mssql-extension

Skill Claude CodeCodex

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

127 yesterday A 28 tokens copy · 92% MIT