data warehouse skills

79 tagged data warehouse, measured the same way as everything else here.

Browse within: ab-testing 60ai-analytics 60cdp 60experiments 60data 12data-analytics 11business-intelligence 10data lake 10data-analysis 10

PostHog/posthog

Skill Claude CodeCodex

Implement and extend PostHog Data warehouse import sources. Use when adding a new source under products/warehousesources/backend/temporal/dataimports/sources, adding datasets/endpoints to an existing source, or adding incremental sync, resumable imports, webhook ingestion, pagination, credentials validation, and…

40k +27 today A 69 tokens

PostHog/posthog

Skill Claude CodeCodex

Plan and execute product isolation migrations to a facade plus contract layer in PostHog, following the Visual review architecture. Use when a product still exposes internals (models/logic/views) across boundaries and needs migration toward contracts.py + facade/api.py + presentation separation, with a PR strategy…

40k +27 changed today A 76 tokens

PostHog/posthog

Skill Claude CodeCodex

Guide for using the Grafana MCP to monitor and diagnose the Node.js ingestion pipeline workers in production. Use when investigating event lag, drops, pipeline errors, person/group processing, Kafka consumer health, Redis, Postgres, ClickHouse downstream health, or any ingestion worker question. Covers prod-us and…

40k +27 today A 71 tokens

wren-generate-mdl

04

Canner/wren-engine

Skill Claude CodeCodex

Generate a Wren MDL manifest from a database using ibis-server metadata endpoints. Use when a user wants to create or set up a new Wren MDL, scaffold a manifest from an existing database, or onboard a new data source without installing any database drivers locally.

663 3mo ago A 61 tokens original Apache-2.0 archived

wren-http-api

05

Canner/wren-engine

Skill Claude CodeCodex

Interact with Wren Engine MCP server via plain HTTP JSON-RPC requests — no MCP client SDK required. Covers session initialization, tool discovery, and calling all 20+ Wren tools (query, deploy, metadata, health check) using standard HTTP POST with JSON-RPC 2.0 payloads. Use when the client cannot or prefers not to use…

663 3mo ago A 104 tokens original Apache-2.0 archived

wren-dlt-connector

06

Canner/wren-engine

Skill Claude CodeCodex

Connect SaaS data (HubSpot, Stripe, Salesforce, GitHub, Slack, etc.) to Wren Engine for SQL analysis. Guides the user through the full flow: install dlt, pick a SaaS source, set up credentials, run the data pipeline into DuckDB, then auto-generate a Wren semantic project from the loaded data. Use this skill whenever…

663 3mo ago A 160 tokens original Apache-2.0 archived

dbt-setup

07

sdebruyn/fabric-dw-mcp-cli

Skill Claude CodeCodex

Scaffolds a complete dbt-fabric project for a Fabric Data Warehouse: generates profiles.yml, dbtproject.yml, a column-rich sources.yml (with data types for every table column, ready for dbt contracts), requirements.txt, and .gitignore, then writes them to the local filesystem. Use when the user asks to "set up dbt"…

10 yesterday A 115 tokens original MIT

query-optimizer

08

sdebruyn/fabric-dw-mcp-cli

Skill Claude CodeCodex

Analyzes query performance on a Fabric Data Warehouse: captures the estimated execution plan, inspects query insights history, identifies costly operators and missing or stale statistics, inspects data-clustering columns, and proposes or applies optimizations. Use when the user asks to "optimize a query", "why is my…

10 yesterday A 103 tokens original MIT

sdebruyn/fabric-dw-mcp-cli

Skill Claude CodeCodex

Investigates the performance of an ENTIRE Fabric Data Warehouse (warehouse-wide, not a single query): surfaces long-running and frequent queries, reads SQL pool resource-pressure insights, audits statistics health, checks result-set caching, reviews and tunes SQL pool configuration, and produces a prioritized findings…

10 yesterday A 138 tokens original MIT

erd-studio

10

liam-machine/erd-studio

Skill Claude CodeCodex

Schema rules for ERD Studio data model files — the .erd-studio/ directory uses a two-file system (YAML model definitions + JSON domain diagrams) with strict format rules you must read before editing. Use this skill whenever the task touches files in .erd-studio/ (domain JSON, logical-models YAML, or .sync-plan.json)…

5 2mo ago A 162 tokens original MIT

sql-sentinel

11

takeaseatventure/sql-sentinel

Skill Claude CodeCodex

Audit SQL for the cost & performance anti-patterns that burn warehouse credits. Catches SELECT , full-table scans, non-sargable predicates, Cartesian joins, NULL-trap NOT IN, and 17 more rules. Scores warehouse health 0-100 and outputs a prioritized cost-reduction plan for BigQuery, Snowflake, Redshift, and Postgres.

1 1mo ago A 77 tokens original MIT