This is a pattern library for working with ClickHouse, the column-oriented database built for fast analytics on large datasets. It covers MergeTree engine configurations and other ClickHouse-specific patterns for OLAP workloads. If you're building data pipelines or analytics systems that need to crunch through millions of rows quickly, this gives your AI coding assistant the context to write proper ClickHouse table designs and queries instead of treating it like PostgreSQL. Originally from the antigravity-awesome-skills collection, now maintained in davila7's template repo. The skill file appears focused on table design patterns, which is where most ClickHouse optimization happens anyway.
npx skills add https://github.com/davila7/claude-code-templates --skill clickhouse-io