https://github.com/mondaycom/duckdb-claude
Claude Code configuration and skills for DuckDB development
https://github.com/mondaycom/duckdb-claude
Last synced: 6 days ago
JSON representation
Claude Code configuration and skills for DuckDB development
- Host: GitHub
- URL: https://github.com/mondaycom/duckdb-claude
- Owner: mondaycom
- License: mit
- Created: 2026-03-19T12:05:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-22T10:29:04.000Z (4 months ago)
- Last Synced: 2026-03-23T01:22:57.456Z (4 months ago)
- Size: 17.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# duckdb-claude
Claude Code configuration and skills for working with the DuckDB codebase.
## Installation
1. Clone the DuckDB repository (if you haven't already):
```bash
git clone git@github.com:duckdb/duckdb.git
cd duckdb
```
2. Clone this repo into the `.claude` directory:
```bash
git clone git@github.com:mondaycom/duckdb-claude.git .claude
```
3. Ensure `.claude` is locally excluded from the parent DuckDB repo (it likely already is):
```bash
echo '.claude/' >> .git/info/exclude
```
That's it. Claude Code will automatically pick up the skills and settings from the `.claude` directory.