Claude Code configuration and skills for working with the DuckDB codebase.
-
Clone the DuckDB repository (if you haven't already):
git clone git@github.com:duckdb/duckdb.git cd duckdb -
Clone this repo into the
.claudedirectory:git clone git@github.com:mondaycom/duckdb-claude.git .claude
-
Ensure
.claudeis locally excluded from the parent DuckDB repo (it likely already is):echo '.claude/' >> .git/info/exclude
That's it. Claude Code will automatically pick up the skills and settings from the .claude directory.