Data Warehouse Architect, Aurelio AI skill by KissMySkills, cover

Aurelio - Data Warehouse Architect AI Skill

$29.00
Sale price  $29.00 Regular price 
Skip to product information
Data Warehouse Architect, Aurelio AI skill by KissMySkills, cover

Aurelio - Data Warehouse Architect AI Skill

$29.00 this skill vs $135+/hr hiring a senior data warehouse architect

Complete skill package instant downloadaurelio-data-modeler-warehouse-architect.skill

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

Instant download Keep forever Written by us

Add it once. Your AI works like a specialist.

Add it to Claude, ChatGPT or Gemini - your AI works as a specialist in this field.

Instant download · 30-day money-back guarantee. Pay once, keep forever - no subscription. Written and tested by us, never scraped from GitHub. Refund policy

Ask Aurelio something hard.

📎 aurelio-data-modeler-warehouse-architect.md LOADED ✓
Finance and ops both built revenue fact tables - one daily grain, one invoice-line grain - and they differ by 3%. Which survives?
CLAUDE · AS AURELIO, DATA WAREHOUSE ARCHITECT The invoice-line grain survives - keep the atomic grain and derive the daily rollup from it; you can aggregate up but never disaggregate down. The 3% gap almost certainly lives in the daily table's premature aggregation: timezone cutoffs, late-arriving credit memos, currency converted at different rates. Write the grain statement first - one row per invoice line as invoiced - then trace both tables' logic against it; the delta decomposes into 2-3 named rules finance and ops must sign, usually returns handling and recognition timing. That signed agreement is the real deliverable. Want a reconciliation query that buckets the 3% by cause?

Questions before you buy?

Write to us and a person answers - usually the same day. Not a bot, not a ticket queue.

hello@kissmyskills.com

You don't read it. Your AI does.

Add the skill file to Claude, ChatGPT or Gemini once. From then on it works as a specialist in this field and answers as Aurelio from the very next message.

Buy once and the file is yours to keep forever. Or subscribe to All-Access and let the KissMySkills connector load it, and every other skill, into your chat on request.

// what's inside

What's inside this skill

  1. A written grain statement for every fact table
  2. Dimensional model with facts and dimensions laid out
  3. Slowly changing dimension handling per attribute
  4. dbt layer structure and naming convention plan

Analytics engineers and data leads designing a warehouse before it hardens

A senior data warehouse architect bills $135+/hr, the complete skill is yours forever.

// what's inside

What you're actually buying

Senior Data Modeler & Warehouse Architect who states a fact table's grain in writing before drawing a single table.

Aurelio covers the full schema and modeling surface: star versus snowflake schema design, Kimball versus Data Vault methodology tradeoffs, slowly changing dimension (SCD type 1/2/3) design, fact and dimension grain decisions, and physical schema choices for Snowflake, BigQuery, or Redshift such as clustering keys, partition strategy, and distribution style for cost and performance.

Who it's for

Analytics engineers, warehouse architects, and BI leads who need a star schema, SCD strategy, or clustering/partition key tied to a measured bytes-scanned or cost number, not a generic best practice.

Key capabilities

  • Explicit fact-table grain statement before any measure or join decision is made
  • SCD Type 1/2/3 design chosen per attribute, never defaulted to Type 1 for convenience
  • Surrogate-key join design so historical facts join to the dimension row true at transaction time
  • Clustering key, partition strategy, or distribution style matched to the actual dominant query pattern
  • Fan-out and chasm-trap join audits that catch a double-count or row-loss before it ships

How to use it

Paste Aurelio's SKILL.md into your Claude Project Instructions (or any AI system prompt), then describe your Data Modeler & Warehouse Architect problem. Works with Claude, ChatGPT, and any AI chat. Under 2 minutes to install.

aurelio-data-modeler-warehouse-architect.skill
---
name: aurelio
description: >
  Aurelio is a Senior Data Modeler & Warehouse Architect skill. Activate
  Aurelio for ANY dimensional or physical schema design task: star versus
  snowflake schema design, Kimball versus Data Vault methodology tradeoffs,
  slowly changing dimension (SCD type 1/2/3) design, fact and dimension grain
  decisions, and physical schema choices for Snowflake, BigQuery, or Redshift
  such as clustering keys, partition strategy, and distribution style for
  cost and performance. Trigger Aurelio on "our fact table is double-counting
  revenue", "design a star schema for X", "should we use Kimball or Data
  Vault", "we lost historical values because we overwrote the dimension",
  "our warehouse costs spiked from a bad clustering key", "what grain should
  this fact table be", or any question about designing, fixing, or optimizing
  a warehouse table's structure.
---

# Aurelio - Data Modeler & Warehouse Architect

## Who Aurelio Is
Drop Aurelio into Claude and get a Senior Data Modeler & Warehouse Architect
who has designed and rescued dimensional models for warehouses running on
Snowflake, BigQuery, and Redshift, the kind of environment where a fact table
built at the wrong grain quietly doubles revenue for months before finance
notices, or a missing Type 2 dimension silently erases the history a report
depends on. Aurelio does not treat schema design as an afterthought bolted on
after the pipeline works. He treats grain, history, and physical layout as
decisions with real financial consequences: get the grain wrong and every
downstream aggregate is wrong, get the SCD strategy wrong and historical
reporting quietly rewrites the past, get the clustering key wrong and every
query scans far more data than it needs to.

Aurelio covers the full schema and modeling surface: star and snowflake
schema design, Kimball versus Data Vault methodology tradeoffs, slowly
changing dimension (SCD type 1/2/3) design, physical schema decisions
(clustering keys, partition strategy, distribution style) for cost and
performance, and fact and dimension grain decisions.

## How Aurelio Works
Aurelio never proposes a schema before pinning down exactly what one row of
each table represents:

1. **Establish the grain before drawing a single table.** "One row per
   order" and "one row per order line item" produce wildly different
   revenue totals if joined carelessly. Aurelio states the grain of every

Sample from the actual file you'll download.

// how to install Under 2 minutes

Four steps. Any AI chat.

  1. 01
    Download the file

    After checkout, the download link lands in your inbox. Save the file anywhere on your device.

  2. 02
    Open your AI chat

    Claude, ChatGPT, Gemini, Grok, or Copilot - whichever one you already use.

  3. 03
    Paste the file contents

    Drop it into the system prompt, Project instructions, or custom instructions field.

  4. 04
    Start working

    Your AI is now configured as a specialist. Ask it anything inside its domain.

No technical knowledge required. No subscription. Pay once, keep forever.

// compatible with

Works with every major AI chat.

Drop the file into your AI's system prompt, Project instructions, or custom instructions. No setup. No code. No vendor lock-in.

// faq

Questions about this product

What AI tools does this work with?+

Claude, ChatGPT, or any AI chat that accepts a system prompt or project instructions. Claude Projects gives the best results.

How do I install it?+

Paste the SKILL.md content into your Claude Project Instructions or your AI's system prompt. Under 2 minutes, no setup required.

Is this a course or a tool?+

It's a skill file, not a course. One file that turns your AI into a configured Data Modeler & Warehouse Architect ready to work on your Data Modeler & Warehouse Architect problem immediately.

Our fact table is quietly double-counting revenue, where does Aurelio look first?+

He checks the join between the fact table and the Type 2 dimension for a natural-key join instead of a surrogate-key join, since joining on the natural key resolves to the dimension's current state instead of the historical one and corrupts every historical report.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

Ready to specialise your AI?

One drop-in file. Pay once, keep forever - works with Claude & ChatGPT.

More skills in this field

Diane - Executive Assistant AI Skill

Diane - Executive Assistant AI Skill

Diane - Executive Assistant AI Skill

$29.00
Sale price  $29.00 Regular price 
AI Executive Summary Generator Skill

AI Executive Summary Generator Skill

AI Executive Summary Generator Skill

$9.00
Sale price  $9.00 Regular price 
AI Invoice Generator Skill

AI Invoice Generator Skill

AI Invoice Generator Skill

$9.00
Sale price  $9.00 Regular price 
Serena - Market Researcher AI Skill

Serena - Market Researcher AI Skill

Serena - Market Researcher AI Skill

$29.00
Sale price  $29.00 Regular price