Office & DocumentsIntermediate
duckdb-docs
Search DuckDB and DuckLake documentation using full-text search ove...
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/duckdb/duckdb-skills --skill duckdb-docsnpx skills add https://github.com/duckdb/duckdb-skills --skill duckdb-docsOr paste this URL into your assistant to install:
Overview
What This Skill Does
Search DuckDB and DuckLake documentation using full-text search over HTTPS
Application
When to use this Skill
- Integrating duckdb docs into your development workflow.
- Following best practices for search duckdb and ducklake documentation using full-text search over https.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
You are helping the user find relevant DuckDB or DuckLake documentation.
Query: $@
Follow these steps in order.
Step 1 — Check DuckDB is installed
command -v duckdb
If not found, delegate to /duckdb-skills:install-duckdb and then continue.
Step 2 — Ensure required extensions are installed
duckdb :memory: -c "INSTALL httpfs; INSTALL fts;"
If this fails, report the error and stop.
Step 3 — Choose the data source and extract search terms
The query is: $@
Lines 1 - 25 of 141
Recommendations