clickhouse-pack

v1.7.0 by Jeremy Longshore

Claude Code skill pack for ClickHouse (24 skills)

24 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install clickhouse-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 24 skills for building, operating, and scaling ClickHouse-powered analytics — real @clickhouse/client code, real SQL, real MergeTree engines.

Every skill uses the official ClickHouse Node.js client (@clickhouse/client with createClient), actual ClickHouse SQL syntax (MergeTree, ReplacingMergeTree, AggregatingMergeTree), real system tables (system.parts, system.query_log, system.merges), and production patterns (parameterized queries, streaming inserts, materialized views).

Links: tonsofskills.com | ClickHouse Docs | @clickhouse/client


Skills (24) plugin-local skills

clickhouse-ci-integration View full skill →

Run ClickHouse integration tests in CI with GitHub Actions and Docker containers.

ReadWriteEditBash(gh:*)
clickhouse-common-errors View full skill →

Diagnose and fix the top 15 ClickHouse errors — query failures, insert problems, memory limits, and merge issues.

ReadGrepBash(curl:*)
clickhouse-core-workflow-a View full skill →

Design ClickHouse schemas with MergeTree engines, ORDER BY keys, and partitioning.

ReadWriteEditBash(npm:*)Grep
clickhouse-core-workflow-b View full skill →

Insert, query, and aggregate data in ClickHouse with real SQL patterns.

ReadWriteEditBash(npm:*)
clickhouse-cost-tuning View full skill →

Optimize ClickHouse Cloud costs — compute scaling, storage tiering, compression, and query efficiency for lower bills.

Read

Ready to use clickhouse-pack?