·altinity-expert-clickhouse-schema
</>

altinity-expert-clickhouse-schema

Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization.

52Installs·0Trend·@altinity

Installation

$npx skills add https://github.com/altinity/skills --skill altinity-expert-clickhouse-schema

How to Install altinity-expert-clickhouse-schema

Quickly install altinity-expert-clickhouse-schema AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/altinity/skills --skill altinity-expert-clickhouse-schema
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: altinity/skills.

SKILL.md

View raw

Analyze table structure, partitioning, ORDER BY, materialized views, and identify design anti-patterns.

Run all queries from the file checks.sql and analyze the results.

| < 10GB/month | No partitioning or yearly | toYear(ts) | | 10-100GB/month | Monthly | toYYYYMM(ts) | | 100GB-1TB/month | Weekly or daily | toMonday(ts) | | > 1TB/month | Daily | toDate(ts) |

Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization. Source: altinity/skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/altinity/skills --skill altinity-expert-clickhouse-schema
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from altinity/skills

Quick answers

What is altinity-expert-clickhouse-schema?

Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization. Source: altinity/skills.

How do I install altinity-expert-clickhouse-schema?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/altinity/skills --skill altinity-expert-clickhouse-schema Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/altinity/skills