duckdb-transformer

Transforms Bronze layer CSV data into Silver/Gold datasets using DuckDB SQL joins and aggregations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Wkayaobama/icalps_pipeline --skill duckdb-transformer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duckdb-transformer
Source: https://github.com/Wkayaobama/icalps_pipeline/tree/main/Documents/AnthonySalesOps/Codebase/IC_Load/duckdb-transformer
Command: npx skills add https://github.com/Wkayaobama/icalps_pipeline --skill duckdb-transformer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires duckdb, pandas, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the tedious manual work of transforming large datasets with complex SQL operations. It automates high-performance data transformations using DuckDB, saving time and ensuring accuracy in your data pipeline.

Core Features & Use Cases

  • SQL Transformations: Apply complex SQL joins, aggregations, and business logic directly to Bronze layer data using DuckDB's in-memory capabilities.
  • Bronze to Silver/Gold: Efficiently transform raw Bronze layer data into refined Silver or Gold datasets, ready for analytics and reporting.
  • Use Case: Transform raw sales data (Bronze) by joining customer information and aggregating sales figures to create a daily sales report (Silver) for analysis, all within a high-performance environment.

Quick Start

Use the duckdb-transformer skill to load 'Bronze_Cases.csv' and 'Bronze_Company.csv', then join them on 'company_id' and count total cases per company.