Back to skills

duckdb-docs

data

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 chunk

Setup & Installation

npx skills add https://github.com/duckdb/duckdb-docs --skill duckdb-docs
or paste the link and ask your coding assistant to install it
https://github.com/duckdb/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

  • Working with duckdb docs functionality
  • Implementing duckdb docs features
  • Debugging duckdb docs related issues