What problem does it solve? Finding accurate DuckDB or DuckLake documentation requires manually browsing docs sites, and answers may not match the version you are running. This Skill retrieves relevant documentation chunks directly via full-text search so you get version-aware answers without leaving your session. ## Core Features & Use Cases - Full-Text Documentation Search: Runs BM25-ranked queries against hosted DuckDB and DuckLake search indexes covering docs pages and blog posts. - Version-Aware Filtering: Filters results by version (lts, current, blog for DuckDB; stable, preview for DuckLake) so answers match the features you actually use. - Local Index Caching: Downloads the search index to a local DuckDB file and reuses it for up to two days, enabling fast repeated lookups. - Use Case: You need to know how window functions work in DuckDB. Ask a natural language question and receive the top-ranked documentation chunks with URLs, sections, and a synthesized answer. ## Quick Start Ask the duckdb-docs skill how to read a CSV file with custom delimiters in DuckDB.