duckdb-docs

Search locally cached DuckDB and DuckLake documentation with full-text queries.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/chrishuffman5/skills --skill duckdb-docs-chrishuffman5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duckdb-docs
Source: https://github.com/chrishuffman5/skills/tree/main/duckdb-docs
Command: npx skills add https://github.com/chrishuffman5/skills --skill duckdb-docs-chrishuffman5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires duckdb, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of finding relevant DuckDB and DuckLake documentation, providing quick access to the information you need.

Core Features & Use Cases

  • Full-Text Search: Search through DuckDB and DuckLake documentation and blog posts using full-text search.
  • Local Cache: Locally caches the search index for quick access.
  • Version Selection: Allows selection of different documentation versions (stable, current, blog, preview).
  • Query Handling: Handles natural language questions and technical terms.

Quick Start

Use the duckdb-docs skill to search for DuckDB documentation on 'JOIN operations'.

Frequently Asked Questions about duckdb-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search DuckDB documentation for specific SQL functions and features?

Search DuckDB documentation by querying a locally cached full-text index that retrieves relevant SQL functions, database features, and blog posts. The Skill handles natural language questions and technical terms to return precise results.

Can I look up DuckLake documentation using natural language questions?

Yes, DuckLake documentation can be queried using natural language questions. The Skill processes these queries through its full-text search mechanism against a local cache, returning matching documentation and blog posts.

Do I need DuckDB installed to perform full-text search on its documentation?

Yes, you need DuckDB installed along with appropriate extensions to enable full-text search. The Skill relies on DuckDB's capabilities to query the locally cached documentation index.

What versions of DuckDB documentation are available for search?

Available DuckDB documentation versions include stable, current, blog, and preview. You can select among these versions to ensure you are searching the most relevant documentation set for your needs.

How does local caching improve DuckDB documentation searches?

Local caching stores the DuckDB documentation search index on your machine, providing quick access to information. This avoids repeated remote fetches during full-text search operations, significantly speeding up query response times.