data-data-warehouse

data-data-warehouse is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 96 tokens per session (5,887 once invoked), scanned A, original, MIT.

A guide to designing a data warehouse: a central store organized for reporting and analysis. It covers fact tables, dimension tables, star schemas, partitioning, clustering, materialized views, and cost controls.

In plain words
What is it for?
It is for designing warehouse schemas, optimizing queries and storage, creating materialized views, and controlling warehouse costs.
Why use it?
It helps make large collections of business data easier and cheaper to query. A clear warehouse design also keeps reporting data consistent as it grows.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; mentions Codex.

Good fit It is for designing warehouse schemas, optimizing queries and storage, creating materialized views, and controlling warehouse costs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/j4flmao/agent-skills/data-warehouse
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add j4flmao/agent-skills --skill data-warehouse
Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-data-warehouse

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4flmao/agent-skills/data-warehouse/github.svg)](https://agentmods.dev/skills/j4flmao/agent-skills/data-warehouse)
Your own site
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/data-warehouse"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/data-warehouse/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-data-warehouse

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/data-warehouse"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/data-warehouse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,887 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.05887
Opus 5 $0.00048 $0.02943
Sonnet 5 $0.00019 $0.01177
Haiku 4.5 $0.00010 $0.00589

Measured 8d ago against content hash 22d63ba7b644, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

data-data-warehouse scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/data/data-warehouse/SKILL.md · 562 lines

How it starts

The opening of the file, as written. The whole thing — 562 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Data Warehouse

Purpose

Design data warehouse schemas with dimensional modeling, platform-specific optimization, materialized views, and cost controls.

Agent Protocol

Trigger

Exact user phrases: "data warehouse", "Snowflake", "BigQuery", "Redshift", "star schema", "snowflake schema", "OLAP", "dimensional modeling", "fact table", "dimension table", "data warehouse design", "warehouse schema", "partition", "cluster", "materialized view", "warehouse optimization", "slowly changing dimension".

Input Context

Before activating, verify:

  • Warehouse platform (Snowflake, BigQuery, Redshift, DuckDB)
  • Data size and growth rate (TB scale, daily increment)
  • Query patterns (dashboard, ad-hoc, ML feature extraction)
  • Business domains (sales, marketing, finance, product)
  • Compliance requirements (data retention, PII masking)

Output Artifact

Data warehouse design with schema, partition strategy, optimization plan as SQL and YAML.

Response Format

-- Fact table DDL
-- Dimension table DDL
-- Materialized view DDL
# Partition/cluster config
# Cost optimization rules

No preamble. No postamble. No explanations. No filler/hedging/transitions. Compress output — why use many token when few do trick.

Completion Criteria

  • Dimensional model with fact and dimension tables designed
  • Slowly changing dimension strategy selected (SCD Type 2 default)
  • Partitioning and clustering configured per table
  • Materialized views defined for common query patterns
  • Cost optimization rules configured
  • Data retention and lifecycle policies set

Max Response Length

300 lines of SQL and configuration.

Warehouse Platforms

Snowflake

Snowflake is a fully-managed cloud data warehouse with separated compute and storage. Key features: auto-scaling warehouses (XS to 6XL), automatic clustering, zero-copy cloning, time travel (up to 90 days), data sharing, and Snowpark for Python/Java/Scala processing. Snowflake uses a columnar storage format with automatic micro-partitioning. Compute is billed per second while active; storage is billed per TB per month. Best for: organizations that want minimal operational overhead, need data sharing capabilities, or require multi-cloud support.

Read the full file on GitHub · 562 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 562 lines · 96 tokens per session scan A 22d63ba7b644

Subscribe to this mod's changes

data-data-warehouse is a skill published in the GitHub repository j4flmao/agent-skills (23 stars, last pushed 6d ago), licensed MIT. It adds 96 tokens to every session and 5,887 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

build-with-tinybase

Scaffold, extend, and verify reactive local-first JavaScript or TypeScript applications with TinyBase. Use when choosing TinyBase for in-memory tabular or key-value state, generating an app with create-tinybase, adding schemas or UI bindings, configuring browser or database persistence, configuring MergeableStore…

tinyplex/tinybase · 76 tokens

database

Query and manage SQLite, PostgreSQL, and MySQL databases from the command line. Use when the user asks to run SQL queries, inspect database schemas, create or alter tables, import or export data, manage indexes, analyze query performance with EXPLAIN, back up or restore databases, or perform CRUD operations via…

bug-ops/zeph · 76 tokens

qdrant

Manage Qdrant vector database via REST API. Use when the user asks to create or delete collections, upsert or search vectors, inspect points, filter by payload fields, manage snapshots, check cluster status, or debug semantic search issues. Covers collection CRUD, point upsert/search/scroll/count, payload indexes…

bug-ops/zeph · 88 tokens

analytical-databases-expert

Design and query columnar analytical stores: DuckDB, ClickHouse and cloud warehouses, including file formats, partitioning, sort keys and cost control. Use when the user mentions DuckDB, ClickHouse, Parquet, columnar storage, OLAP, a data warehouse or lakehouse, analytical queries over large tables, or when the task…

personamanagmentlayer/pcl · 100 tokens

mysql-expert

MySQL and MariaDB administration and development: InnoDB internals, indexing, query tuning, replication, and online schema change. Use when the user mentions MySQL, MariaDB, InnoDB, my.cnf, slow queries, EXPLAIN, binlog or replication lag, gtid, Percona or pt-online-schema-change, or when the task involves designing a…

personamanagmentlayer/pcl · 99 tokens

redis-expert

Expert-level Redis for caching, pub/sub, data structures, and high-performance applications. Use when the user mentions cache, pub/sub, in-memory stores, key-value stores, or NoSQL, or when the task involves Data Structures, Basic Operations, Advanced Patterns, or Redis Streams.

personamanagmentlayer/pcl · 61 tokens