staging-layer

Community

Standardize raw data into clean staging models

Authornrakow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Build dbt staging models that convert raw source data into a clean, consistent staging layer with a 1:1 mapping.

Core Features & Use Cases

  • One staging model per source table with the naming convention stg_<source_name>__<table_name>.
  • Enforce 1:1 source-to-staging mapping and forbid joins or business logic in staging.
  • Read existing sources to avoid duplicates and use schema introspection for column stability.

Quick Start

Create a new staging model by inspecting the raw source with schema-introspect.js and naming it using stg_<source_name>__<table_name>, then run dbt compile and dbt test --select staging to validate.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: staging-layer
Download link: https://github.com/nrakow/ae-skills-dev/archive/main.zip#staging-layer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.