duckdb

13 mods across 2 repositories, 758 stars between them.

duckdb-skills

01

duckdb/duckdb-skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: duckdb-skills.

536 4mo ago A tokens not measured original MIT

duckdb-skills

02

duckdb/duckdb-skills

Plugin Claude Code

DuckDB-powered skills for Claude Code: read any data file, attach and query DuckDB databases, search DuckDB/DuckLake docs, search past session logs, and install/update DuckDB extensions.

536 4mo ago A tokens not measured original MIT

attach-db

03

duckdb/duckdb-skills

Skill Claude CodeCodex

Attach a DuckDB database file for use with /duckdb-skills:query. Explores the schema (tables, columns, row counts) and writes a SQL state file so subsequent queries can restore this session automatically via duckdb -init.

536 4mo ago A 52 tokens original MIT

convert-file

04

duckdb/duckdb-skills

Skill Claude CodeCodex

Convert any data file to another format: CSV, Parquet, JSON, Excel, GeoJSON, and more. Use when the user says "convert to parquet", "save as xlsx", "export as JSON", "make this a CSV", "turn into parquet", or any variation of format-to-format conversion for data files. Also triggers when the user wants to write…

536 4mo ago A 94 tokens original MIT

duckdb-docs

05

duckdb/duckdb-skills

Skill Claude CodeCodex

Search DuckDB and DuckLake documentation and blog posts. Returns relevant doc chunks for a question or keyword using full-text search against a locally cached index.

536 4mo ago A 35 tokens original MIT

install-duckdb

06

duckdb/duckdb-skills

Skill Claude CodeCodex

Install or update DuckDB extensions. Each argument is either a plain extension name (installs from core) or name@repo (e.g. magic@community). Pass --update to update extensions instead of installing.

536 4mo ago C 48 tokens original MIT

query

07

duckdb/duckdb-skills

Skill Claude CodeCodex

Run SQL queries against the attached DuckDB database or ad-hoc against files. Accepts raw SQL or natural language questions. Uses DuckDB Friendly SQL idioms.

536 4mo ago A 35 tokens original MIT

read-file

08

duckdb/duckdb-skills

Skill Claude CodeCodex

Read any data file (CSV, JSON, Parquet, Avro, Excel, spatial, SQLite) or remote URL (S3, HTTPS). Use when user references a data file, asks "what's in this file", or wants to preview/profile a dataset. Not for source code.

536 4mo ago A 62 tokens original MIT

read-memories

09

duckdb/duckdb-skills

Skill Claude CodeCodex

Search past Claude Code session logs to recall prior decisions, patterns, or unresolved work. Use when user says "do you remember", "what did we do", references past conversations, or you need context from prior sessions.

536 4mo ago A 49 tokens original MIT

s3-explore

10

duckdb/duckdb-skills

Skill Claude CodeCodex

Explore and query data on S3, Cloudflare R2, GCS, MinIO, or any S3-compatible storage. Use when the user mentions an s3://, r2://, gs://, or gcs:// URL, asks "what's in this bucket", wants to list remote files, preview remote Parquet/CSV/JSON, or query data on object storage without downloading it. Also triggers when…

536 4mo ago A 107 tokens original MIT

spatial

11

duckdb/duckdb-skills

Skill Claude CodeCodex

Answer questions about spatial data using DuckDB. Use when the user mentions locations, coordinates, lat/lng, distances, maps, addresses, "near", "within", "closest", geographic names, or spatial file formats (GeoJSON, Shapefile, GeoPackage, GPX, GeoParquet). Also triggers when the user wants to find places…

536 4mo ago A 115 tokens original MIT

docs-consistency

12

duckdb/duckdb-r

Skill Claude CodeCodex

The enforcement arm of the handbook rules (handbook/meta/handbook/): the checks that keep the documentation system whole. Run it when a change touches documentation — handbook pages, free-floating .md files, script headers, generated indexes — and periodically as a scheduled sweep.

222 5d ago A 0 tokens

duckdb-r AGENTS.md

13

duckdb/duckdb-r

Instructions file CodexOpenCode

AGENTS.md instructions for duckdb/duckdb-r, covering working on duckdb-r, the first five minutes and everything else.

222 5d ago A 482 tokens