Back to Skills

SCD Implementation Generator

a5c-ai
Updated 6 days ago
16 views
331
15
331
View on GitHub
Othergeneral

About

This skill generates Slowly Changing Dimension (SCD) implementations for historical data tracking across data platforms like Snowflake, BigQuery, and dbt. It automates the creation of SCD Types 1-6, including DDL, MERGE statements, and snapshot configurations with proper surrogate key and effective date management. Use it when you need to quickly implement consistent SCD patterns for dimension tables in your data warehouse projects.

Quick Install

Claude Code

Recommended
Primary
npx skills add a5c-ai/babysitter -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/a5c-ai/babysitter
Git CloneAlternative
git clone https://github.com/a5c-ai/babysitter.git ~/.claude/skills/SCD Implementation Generator

Copy and paste this command in Claude Code to install this skill

GitHub Repository

a5c-ai/babysitter
Path: plugins/babysitter/skills/babysit/process/specializations/data-engineering-analytics/skills/scd-implementation-generator
0
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-automationbabysitter

Related Skills

OBT Design Optimizer

Other

The OBT Design Optimizer skill helps developers design and optimize One Big Table patterns for analytical workloads. It balances denormalization benefits with maintainability by handling column selection, partitioning, clustering, and nested field design. Use it when creating or refining OBTs on platforms like BigQuery, Snowflake, or Redshift to optimize for specific query patterns and constraints.

View skill

Dimensional Model Validator

Other

This skill validates dimensional data models against Kimball methodology best practices for analytical workloads. It checks star/snowflake schemas, validates surrogate keys, SCD types, and ensures bus matrix compliance. Use it when designing or reviewing data warehouses to enforce proven dimensional modeling patterns.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill