From clickhouse-architecture-advisor
Guides workload-aware ClickHouse architecture decisions: ingestion strategy, partitioning, enrichment, and late-arriving data. Complements best-practices with provenance labels (official/derived/field).
How this skill is triggered — by the user, by Claude, or both
Slash command
/clickhouse-architecture-advisor:clickhouse-architecture-advisorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill adds workload-aware architecture decisioning on top of `clickhouse-best-practices`.
AGENTS.mdREADME.mdexamples/README.mdexamples/finserv-market-surveillance.mdexamples/observability-high-throughput.mdexamples/siem-security-analytics.mdmappings/doc_links.yamlmetadata.jsonrules/decision-ingestion-strategy.mdrules/decision-join-enrichment.mdrules/decision-late-arriving-upserts.mdrules/decision-partitioning-timeseries.mdrules/decision-real-time-preaggregation.mdschemas/recommendation_schema.yamlThis skill adds workload-aware architecture decisioning on top of clickhouse-best-practices.
Official docs remain the source of truth. This skill must always prefer official ClickHouse documentation when available.
Before producing recommendations:
rules/mappings/doc_links.yaml to attach official documentationofficialderivedfieldofficialUse this when the recommendation is directly backed by official docs.
derivedUse this when the recommendation is not stated verbatim in docs but follows logically from documented ClickHouse behavior.
fieldUse this only for experience-based guidance that may be situational.
When using field, include:
rules/decision-ingestion-strategy.mdrules/decision-real-time-preaggregation.mdrules/decision-partitioning-timeseries.mdrules/decision-join-enrichment.mdrules/decision-late-arriving-upserts.mdStructure responses like this:
## Workload Summary
- workload:
- latency target:
- data shape:
- primary query patterns:
- operational constraints:
## Key Decisions
- ...
- ...
## Recommendations
### <Recommendation title>
**What**
...
**Why**
...
**How**
...
**Category**
official | derived | field
**Confidence**
high | medium | heuristic
**Source**
- doc link(s)
**Validation**
- concrete SQL, metric, or smoke test
Prefer decision frameworks over generic advice. Good responses should:
See AGENTS.md for the compiled version and examples/ for sample outputs.
2plugins reuse this skill
First indexed Jun 5, 2026
npx claudepluginhub clickhouse/agent-skills --plugin clickhouse-architecture-advisorGuides workload-aware ClickHouse architecture decisions: ingestion strategy, partitioning, enrichment, and late-arriving data. Complements best-practices with provenance labels (official/derived/field).
Production reference architecture for ClickHouse analytics platforms — project layout, data flow, multi-tenant patterns, and operational topology. Use when designing a new ClickHouse system or reviewing an existing analytics architecture.
Designs and optimizes ClickHouse schemas with compression codecs, MergeTree, ORDER BY tuning, and partition keys.