What problem does it solve? Finding accurate DuckDB or DuckLake documentation requires manually browsing docs sites; this Skill retrieves relevant documentation chunks directly via full-text search against a locally cached index. ## Core Features & Use Cases - Full-Text Documentation Search: Runs BM25-ranked queries against DuckDB docs, blog posts, and DuckLake docs using the DuckDB fts extension. - Local Cache Management: Downloads and caches the docs-search index locally, refreshing it automatically when older than two days. - Version-Aware Filtering: Filters results by documentation version (lts, current, blog, stable, preview) based on the question context. - Use Case: Ask "how do I find the most frequent value in a column" and receive ranked DuckDB documentation chunks with URLs, sections, and a synthesized answer. ## Quick Start Ask the assistant to search DuckDB documentation for how to use a specific SQL function or feature.