AI AGENT ADDONS

Clickhouse Best Practices

clickhouse/agent-skills
Databases
6,574installs

ClickHouse is a fast database for analytics. To get the best performance you need to follow specific rules. This guide contains 31 rules organized into four groups: schema design, query optimization, data insertion, and AI agent connectivity.

These rules cover important topics like how to choose your table's sort key, which data types to use, and how to avoid common mistakes. Each rule is documented in a separate file and should be cited when giving advice.

Anyone reviewing ClickHouse code or settings should check these rules first. They help you avoid slow queries and wasted storage. The rules are based on tested ClickHouse behavior that differs from other databases.

Add Clickhouse Best Practices skill to your workflow

Global

mkdir -p ~/.claude/skills/clickhouse-best-practices

Project

mkdir -p .claude/skills/clickhouse-best-practices

Source Repository

Stars
479
Forks
29
Watchers
479
License
Apache-2.0
Last Push
2 months ago
Created
7 months ago