DuckDB/duckdb-docs — Agent Skills | officialskills.sh
Back to skills

duckdb-docs

communitydata

Searches DuckDB and DuckLake documentation and blog posts using full-text BM25 search against a locally cached index.

Setup & Installation

npx skills add https://github.com/duckdb/duckdb-skills --skill duckdb-docs
or paste the link and ask your coding assistant to install it
https://github.com/duckdb/duckdb-skills/tree/main/skills/duckdb-docs
View on GitHub

What This Skill Does

Searches DuckDB and DuckLake documentation and blog posts using full-text BM25 search against a locally cached index. Accepts natural language questions or technical terms and returns ranked doc chunks with URLs and source text.

Instead of searching duckdb.org manually and skimming pages, you get ranked doc chunks matched to your exact question, with a cached local index so repeated lookups are fast.

When to use it

  • Looking up DuckDB SQL function syntax like arg_max or list_aggregate
  • Finding DuckLake catalog configuration options
  • Checking stable vs nightly differences for a specific DuckDB feature
  • Searching blog posts for the motivation behind a DuckDB design decision
  • Debugging a DuckDB query by retrieving the relevant reference docs