Searches DuckDB and DuckLake documentation using full-text BM25 search against locally cached indexes. You pass in a question or keyword and it returns the most relevant doc chunks, automatically handling cache freshness, extension installation, and query extraction. The skill knows when to search blog posts versus stable docs versus nightly features, and can switch between DuckDB and DuckLake indexes based on context. It's faster than browsing the docs manually and more reliable than hoping the LLM memorized the right syntax. The local caching means you're not hitting the network on every search, and it formats results with breadcrumbs and direct links so you can jump straight to the source.
npx skills add https://github.com/duckdb/duckdb-skills --skill duckdb-docs