plugins
All plugins

clickhouse-pack

v1.7.0

Claude Code skill pack for ClickHouse (24 skills)

Claude Code24 skills

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/saas-packs/clickhouse-pack/ inside the repository.

Layout

plugins/saas-packs/clickhouse-pack/
├── .claude-plugin/plugin.json
├── skills/clickhouse-ci-integration/SKILL.md
├── skills/clickhouse-common-errors/SKILL.md
├── skills/clickhouse-core-workflow-a/SKILL.md
├── skills/clickhouse-core-workflow-b/SKILL.md
├── skills/clickhouse-cost-tuning/SKILL.md
├── skills/clickhouse-data-handling/SKILL.md
├── skills/clickhouse-debug-bundle/SKILL.md
├── skills/clickhouse-deploy-integration/SKILL.md
├── skills/clickhouse-enterprise-rbac/SKILL.md
├── skills/clickhouse-hello-world/SKILL.md
├── skills/clickhouse-incident-runbook/SKILL.md
├── skills/clickhouse-install-auth/SKILL.md
├── skills/clickhouse-local-dev-loop/SKILL.md
├── skills/clickhouse-migration-deep-dive/SKILL.md
├── skills/clickhouse-multi-env-setup/SKILL.md
├── skills/clickhouse-observability/SKILL.md
├── skills/clickhouse-performance-tuning/SKILL.md
├── skills/clickhouse-prod-checklist/SKILL.md
├── skills/clickhouse-rate-limits/SKILL.md
├── skills/clickhouse-reference-architecture/SKILL.md
├── skills/clickhouse-sdk-patterns/SKILL.md
├── skills/clickhouse-security-basics/SKILL.md
├── skills/clickhouse-upgrade-migration/SKILL.md
└── skills/clickhouse-webhooks-events/SKILL.md

Skills24

clickhouse-ci-integrationskills/clickhouse-ci-integration/SKILL.md

Run ClickHouse integration tests in CI with GitHub Actions and Docker containers. Use when setting up automated testing against a real ClickHouse instance, configuring CI pipelines, or implementing schema validation in CI. Trigger with "clickhouse CI", "clickhouse GitHub Actions", "clickhouse integration tests", "test clickhouse in CI", "clickhouse automated testing".

clickhouse-common-errorsskills/clickhouse-common-errors/SKILL.md

Diagnose and fix the top 15 ClickHouse errors — query failures, insert problems, memory limits, and merge issues. Use when a ClickHouse query or insert throws an exception, a server-side error appears in logs, or a failed query needs root-cause analysis. Trigger with "clickhouse error", "fix clickhouse", "clickhouse not working", "debug clickhouse", "clickhouse exception", "clickhouse syntax error".

clickhouse-core-workflow-askills/clickhouse-core-workflow-a/SKILL.md

Design ClickHouse schemas with MergeTree engines, ORDER BY keys, and partitioning. Use when creating new tables, choosing an engine, designing sort keys, or modeling data for analytical workloads on ClickHouse or ClickHouse Cloud. Trigger with "clickhouse schema design", "clickhouse table design", "clickhouse ORDER BY", "clickhouse partitioning", "MergeTree table".

clickhouse-core-workflow-bskills/clickhouse-core-workflow-b/SKILL.md

Insert, query, and aggregate data in ClickHouse with real SQL patterns. Use when writing analytical queries, inserting data at scale, building dashboards, or implementing materialized views for pre-aggregation. Trigger with "clickhouse query", "clickhouse insert", "clickhouse aggregate", "clickhouse materialized view", "clickhouse SQL".

clickhouse-cost-tuningskills/clickhouse-cost-tuning/SKILL.md

Optimize ClickHouse Cloud costs — compute scaling, storage tiering, compression, and query efficiency for lower bills. Use when analyzing ClickHouse Cloud bills, reducing storage costs, or optimizing compute utilization. Trigger with "clickhouse cost", "clickhouse billing", "reduce clickhouse spend", "clickhouse pricing", "clickhouse expensive", "clickhouse storage cost".

clickhouse-data-handlingskills/clickhouse-data-handling/SKILL.md

Handle data lifecycle in ClickHouse — TTL expiration, data deletion (GDPR), column-level encryption, and audit logging with real ClickHouse SQL. Use when implementing data retention, fulfilling GDPR/CCPA deletion requests, or managing sensitive data in ClickHouse. Trigger with "clickhouse data retention", "clickhouse TTL", "clickhouse GDPR", "delete data clickhouse", "clickhouse data lifecycle", "clickhouse PII".

clickhouse-debug-bundleskills/clickhouse-debug-bundle/SKILL.md

Collect ClickHouse diagnostic data — system tables, query logs, merge status, and server metrics for support tickets and troubleshooting. Use when investigating persistent issues, preparing debug artifacts, or collecting evidence for ClickHouse support. Trigger with "clickhouse debug", "clickhouse diagnostics", "clickhouse support bundle", "collect clickhouse logs", "clickhouse system tables".

clickhouse-deploy-integrationskills/clickhouse-deploy-integration/SKILL.md

Deploy ClickHouse-backed applications to Vercel, Fly.io, and Cloud Run with connection pooling, secrets, and health checks. Use when deploying applications that connect to ClickHouse Cloud, configuring platform secrets, or setting up deployment pipelines to serverless or container hosts. Trigger with "deploy clickhouse app", "clickhouse Vercel", "clickhouse Cloud Run", "clickhouse production deploy", "clickhouse Fly.io".

clickhouse-enterprise-rbacskills/clickhouse-enterprise-rbac/SKILL.md

Configure ClickHouse enterprise RBAC — SQL-based users, roles, row policies, column-level grants, and quota management. Use when setting up multi-user access control, implementing tenant isolation, or configuring enterprise security for ClickHouse. Trigger with "clickhouse RBAC", "clickhouse roles", "clickhouse permissions", "clickhouse row policy", "clickhouse enterprise access", "clickhouse GRANT".

clickhouse-hello-worldskills/clickhouse-hello-world/SKILL.md

Create your first ClickHouse table, insert data, and run analytical queries. Use when starting a new ClickHouse project, learning MergeTree basics, or testing your ClickHouse connection with real operations. Trigger with "clickhouse hello world", "first clickhouse table", "clickhouse quick start", "create clickhouse table", "clickhouse example".

clickhouse-incident-runbookskills/clickhouse-incident-runbook/SKILL.md

ClickHouse incident response — triage, diagnose, and remediate server issues using system tables, kill stuck queries, and execute recovery procedures. Use when ClickHouse is slow, unresponsive, OOM-killed, out of disk, backing up merges, or producing errors in production and you need an on-call playbook. Trigger with "clickhouse incident", "clickhouse outage", "clickhouse down", "clickhouse emergency", "clickhouse on-call", "clickhouse broken".

clickhouse-install-authskills/clickhouse-install-auth/SKILL.md

Install @clickhouse/client and configure authentication to ClickHouse Cloud or self-hosted. Use when setting up a new ClickHouse project, configuring connection strings, or initializing the official Node.js or Python client. Trigger with "install clickhouse", "setup clickhouse client", "clickhouse auth", "connect to clickhouse", "clickhouse credentials".

clickhouse-local-dev-loopskills/clickhouse-local-dev-loop/SKILL.md

Run ClickHouse locally with Docker, configure test fixtures, and iterate fast. Use when setting up a local ClickHouse dev environment, writing integration tests against ClickHouse, or running ClickHouse in Docker Compose for local work. Trigger with "clickhouse local dev", "clickhouse docker", "clickhouse dev environment", "run clickhouse locally", "clickhouse docker compose".

clickhouse-migration-deep-diveskills/clickhouse-migration-deep-dive/SKILL.md

Execute ClickHouse schema migrations — ALTER TABLE operations, data migration between engines, versioned migration runners, and zero-downtime schema changes. Use when modifying ClickHouse schemas, migrating data between tables, or implementing versioned migration workflows. Trigger with "clickhouse migration", "clickhouse ALTER TABLE", "clickhouse schema change", "migrate clickhouse", "clickhouse add column", or "clickhouse schema migration".

clickhouse-multi-env-setupskills/clickhouse-multi-env-setup/SKILL.md

Configure ClickHouse across dev, staging, and production with environment-specific settings, secrets management, and infrastructure-as-code patterns. Use when setting up per-environment ClickHouse instances, managing connection configs, wiring secrets per environment, or deploying to multiple environments. Trigger with "clickhouse environments", "clickhouse dev staging prod", "clickhouse multi-env", "clickhouse environment config", "clickhouse staging setup".

clickhouse-observabilityskills/clickhouse-observability/SKILL.md

Monitor ClickHouse with Prometheus metrics, Grafana dashboards, system table queries, and alerting for query performance, merge health, and resource usage. Use when setting up ClickHouse monitoring, building Grafana dashboards, or configuring alerts for production ClickHouse deployments. Trigger with "clickhouse monitoring", "clickhouse metrics", "clickhouse Grafana", "clickhouse observability", "monitor clickhouse", "clickhouse Prometheus".

clickhouse-performance-tuningskills/clickhouse-performance-tuning/SKILL.md

Optimize ClickHouse query performance with indexing, projections, settings tuning, and query analysis using system tables. Use when queries are slow, investigating performance bottlenecks, or tuning ClickHouse server settings. Trigger with "clickhouse performance", "optimize clickhouse query", "clickhouse slow query", "clickhouse indexing", "clickhouse tuning", "clickhouse projections".

clickhouse-prod-checklistskills/clickhouse-prod-checklist/SKILL.md

Production readiness checklist for ClickHouse — server tuning, backup, monitoring, and deployment verification. Use when launching a ClickHouse deployment, doing a go-live review, or auditing production readiness before flipping traffic. Trigger with "clickhouse production", "clickhouse go-live", "clickhouse launch checklist", "production clickhouse", "clickhouse prod ready".

clickhouse-rate-limitsskills/clickhouse-rate-limits/SKILL.md

Configure ClickHouse query concurrency, memory quotas, and connection limits. Use when hitting "too many simultaneous queries", managing concurrent users, or tuning server-side resource limits so an app never starves the cluster. Trigger with "clickhouse rate limit", "clickhouse concurrency", "clickhouse quota", "too many simultaneous queries", "clickhouse connection limit".

clickhouse-reference-architectureskills/clickhouse-reference-architecture/SKILL.md

Production reference architecture for ClickHouse-backed applications — project layout, data flow, multi-tenant patterns, and operational topology. Use when designing a new ClickHouse system, reviewing an existing analytics architecture, or establishing standards for ClickHouse integrations. Trigger with "clickhouse architecture", "clickhouse project structure", "clickhouse design", "clickhouse multi-tenant", "clickhouse reference".

clickhouse-sdk-patternsskills/clickhouse-sdk-patterns/SKILL.md

Production-ready patterns for @clickhouse/client — streaming inserts, typed queries, error handling, and connection management. Use when building robust ClickHouse integrations, implementing streaming inserts or low-memory streaming reads, or establishing team coding standards. Trigger with "clickhouse SDK patterns", "clickhouse client patterns", "clickhouse best practices", "clickhouse streaming insert".

clickhouse-security-basicsskills/clickhouse-security-basics/SKILL.md

Secure ClickHouse with user management, network restrictions, TLS, and audit logging. Use when hardening a ClickHouse deployment, creating restricted users, enforcing multi-tenant row isolation, or configuring network-level access controls. Trigger with "clickhouse security", "clickhouse user management", "secure clickhouse", "clickhouse TLS", "clickhouse access control", "clickhouse firewall".

clickhouse-upgrade-migrationskills/clickhouse-upgrade-migration/SKILL.md

Use when upgrading ClickHouse server versions or the @clickhouse/client SDK, handling breaking changes between versions, or migrating from older client libraries — covers version checks, changelog review, staged upgrade, post-upgrade validation, and rollback. Trigger with phrases like "upgrade clickhouse", "clickhouse version upgrade", "update clickhouse client", "clickhouse breaking changes", "new clickhouse version".

clickhouse-webhooks-eventsskills/clickhouse-webhooks-events/SKILL.md

Ingest data into ClickHouse from webhooks, Kafka, and streaming sources with batching, dedup, and exactly-once patterns. Use when building data ingestion pipelines, consuming webhook payloads, or integrating Kafka topics into ClickHouse. Trigger with "clickhouse ingestion", "clickhouse webhook", "clickhouse Kafka", "stream data to clickhouse", "clickhouse data pipeline".

Manifests1

plugins/saas-packs/clickhouse-pack/.claude-plugin/plugin.json
{
  "name": "clickhouse-pack",
  "version": "1.7.0",
  "description": "Claude Code skill pack for ClickHouse (24 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "license": "MIT",
  "keywords": [
    "clickhouse",
    "clickhouse",
    "saas",
    "sdk",
    "integration"
  ]
}