All authors
jeremylongshore avatar

Claude Skills by jeremylongshore

github.com/jeremylongshore
6,956 skillsA× 6,314B× 575C× 49D× 9F× 9336 installs12,290 views
Clickhouse Core Workflow BA

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".

ai-agentstypescriptbash
0
2,689
Clickhouse Cost TuningA

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".

ai-agentstypescriptgo
0
2,689
Clickhouse Data HandlingA

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".

ai-agentstypescriptgo
0
2,689
Clickhouse Debug BundleA

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".

ai-agentsbashsql
0
2,689
Clickhouse Deploy IntegrationA

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".

ai-agentstypescriptgo
0
2,689
Clickhouse Enterprise RbacA

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".

ai-agentstypescriptsql
0
2,689
Clickhouse Hello WorldA

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".

ai-agentstypescriptbash
0
2,689
Clickhouse Incident RunbookA

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".

ai-agentsshellbash
0
2,689
Clickhouse Install AuthA

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".

ai-agentsjavascripttypescript
0
2,689
Clickhouse Local Dev LoopC

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".

ai-agentsshellbash
0
2,689
Clickhouse Migration Deep DiveA

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".

ai-agentsbashsql
0
2,689
Clickhouse Multi Env SetupA

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".

ai-agentstypescriptgo
0
2,689
Clickhouse ObservabilityA

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".

ai-agentssqlapi
0
2,689
Clickhouse Performance TuningA

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".

ai-agentssqldatabase
0
2,689
Clickhouse Prod ChecklistA

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".

ai-agentstypescriptgo
0
2,689
Clickhouse Rate LimitsA

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".

ai-agentstypescriptsql
0
2,689
Clickhouse Reference ArchitectureA

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".

ai-agentstypescriptsql
0
2,689
Clickhouse Sdk PatternsA

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".

ai-agentsjavascripttypescript
0
2,689
Clickhouse Security BasicsA

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".

ai-agentssqldatabase
0
2,689
Clickhouse Upgrade MigrationB

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".

ai-agentstypescriptbash
0
2,689
Clickhouse Webhooks EventsA

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".

ai-agentstypescriptbash
0
2,689
Clickup Ci IntegrationA

'Set up CI/CD pipelines for ClickUp API integrations with GitHub Actions,

ai-agentstypescriptbash
0
2,689
Clickup Common ErrorsA

'Diagnose and fix ClickUp API v2 errors by HTTP status and error code.

ai-agentstypescriptbash
0
2,689
Clickup Core Workflow AA

'Manage ClickUp tasks via API v2: create, read, update, delete tasks

ai-agentstypescriptgo
0
2,689
Clickup Core Workflow BA

'Manage ClickUp workspaces, spaces, folders, lists, and views via API

ai-agentstypescriptbash
0
2,689
Clickup Cost TuningA

'Optimize ClickUp API usage costs through plan selection, request reduction,

ai-agentstypescriptgo
0
2,689
Clickup Data HandlingA

'Handle ClickUp data exports, PII redaction, GDPR compliance, and

ai-agentstypescriptdebugging
0
2,689
Clickup Debug BundleB

'Collect ClickUp API diagnostic information for troubleshooting and support.

ai-agentstypescriptpython
0
2,689
Clickup Deploy IntegrationA

'Deploy ClickUp API integrations to Vercel, Fly.io, and Cloud Run with

ai-agentstypescriptgo
0
2,689
Clickup Enterprise RbacA

'Implement ClickUp Enterprise SSO, OAuth 2.0 multi-workspace access,

ai-agentstypescriptexpress
0
2,689
Clickup Hello WorldA

'Make your first ClickUp API v2 calls: list workspaces, spaces, and create

ai-agentstypescriptbash
0
2,689
Clickup Incident RunbookA

'Execute ClickUp API incident response: triage, diagnosis, mitigation,

ai-agentstypescriptpython
0
2,689
Clickup Install AuthA

'Set up ClickUp API v2 authentication with personal tokens or OAuth 2.0.

ai-agentstypescriptpython
0
2,689
Clickup Local Dev LoopA

'Set up local development for ClickUp API integrations with testing,

ai-agentstypescriptbash
0
2,689
Clickup Migration Deep DiveA

'Migrate to ClickUp from other project management tools (Jira, Asana,

ai-agentstypescriptgo
0
2,689
Clickup Multi Env SetupB

'Configure ClickUp API access across dev, staging, and production environments

ai-agentstypescriptpython
0
2,689
Clickup ObservabilityA

'Monitor ClickUp API integrations with metrics, tracing, structured logging,

ai-agentstypescriptapi
0
2,689
Clickup Performance TuningA

'Optimize ClickUp API v2 performance with caching, pagination, connection

ai-agentstypescriptnode
0
2,689
Clickup Prod ChecklistA

'Production readiness checklist for ClickUp API v2 integrations covering

ai-agentspythongo
0
2,689
Clickup Rate LimitsA

'Handle ClickUp API rate limits with backoff, queuing, and header monitoring.

ai-agentstypescriptgit
0
2,689
Clickup Reference ArchitectureA

'Production architecture for ClickUp API v2 integrations with layered

ai-agentstypescriptgo
0
2,689
Clickup Sdk PatternsA

'Production-ready ClickUp API v2 client patterns with typed wrappers,

ai-agentstypescriptapi
0
2,689
Clickup Security BasicsB

'Secure ClickUp API tokens, implement least-privilege access, and audit

ai-agentstypescriptbash
0
2,689
Clickup Upgrade MigrationA

'Migrate between ClickUp API versions (v2 to v3) and handle breaking

ai-agentstypescriptbash
0
2,689
Clickup Webhooks EventsA

'Create and manage ClickUp webhooks for real-time event notifications.

ai-agentstypescriptgo
0
2,689
Coderabbit Ci IntegrationA

'Configure CodeRabbit as a CI gate with GitHub Actions, branch protection,

ai-agentsgobash
0
2,689
Coderabbit Common ErrorsA

'Diagnose and fix CodeRabbit common errors and configuration issues.

ai-agentspythongo
0
2,689
Coderabbit Core Workflow AA

'Execute CodeRabbit primary workflow: automated PR code review with configuration.

ai-agentstypescriptgo
0
2,689
Coderabbit Core Workflow BA

'Tune CodeRabbit review configuration: learnings, code guidelines, and

ai-agentsjavascripttypescript
0
2,689
Coderabbit Cost TuningA

'Optimize CodeRabbit costs through seat management, repo selection, and

ai-agentsbashsql
0
2,689