mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-13 21:33:32 +08:00
docs: add 'When to Activate' sections to 14 skill definitions
Add activation triggers to skills that were missing them, helping Claude Code determine when to load each skill contextually.
This commit is contained in:
@@ -7,6 +7,15 @@ description: ClickHouse database patterns, query optimization, analytics, and da
|
||||
|
||||
ClickHouse-specific patterns for high-performance analytics and data engineering.
|
||||
|
||||
## When to Activate
|
||||
|
||||
- Designing ClickHouse table schemas (MergeTree engine selection)
|
||||
- Writing analytical queries (aggregations, window functions, joins)
|
||||
- Optimizing query performance (partition pruning, projections, materialized views)
|
||||
- Ingesting large volumes of data (batch inserts, Kafka integration)
|
||||
- Migrating from PostgreSQL/MySQL to ClickHouse for analytics
|
||||
- Implementing real-time dashboards or time-series analytics
|
||||
|
||||
## Overview
|
||||
|
||||
ClickHouse is a column-oriented database management system (DBMS) for online analytical processing (OLAP). It's optimized for fast analytical queries on large datasets.
|
||||
|
||||
Reference in New Issue
Block a user