Dusk
Dusk is an open-source CLI that analyzes warehouse query history and turns it into:
dusk-report.md— a human-readable map of how your organization actually queries dataskills.md— portable agent context distilled from those same patterns
Why
Most warehouses accumulate years of query history that nobody reads. That history encodes the real shape of the business: which tables matter, how joins are made, which columns are alive, which are dead, and what questions analysts actually ask.
Dusk reads that history, distills it, and emits Markdown that humans and agents can both consume.
Status
Early. The CLI shape, scan pipeline, and renderers are in place. Snowflake is the first concrete adapter; Databricks and BigQuery are scaffolded.
See Quickstart to try it.