data-pipeline-etl-expert

data-pipeline-etl-expert is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 83 tokens per session (1,170 once invoked), scanned A, original, MIT.

A guide to moving data from source systems into places where it can be analyzed, then preparing it for reports and dashboards. It covers ETL and ELT workflows, where data is extracted, loaded, and transformed, using tools such as Airflow, Dagster, dbt, BigQuery, ClickHouse, and DuckDB.

In plain words
What is it for?
Use it to design analytics systems, move data from PostgreSQL or MySQL into a warehouse, schedule pipeline jobs, transform data with SQL, and build local analytics with DuckDB.
Why use it?
It helps organize large or repeated data transfers so reporting data is easier to update, check, and use.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design analytics systems, move data from PostgreSQL or MySQL into a warehouse, schedule pipeline jobs, transform data with SQL, and build local analytics with DuckDB.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/data-pipeline-etl-expert
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 roedyrustam/vibes-plug --skill data-pipeline-etl-expert
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

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-pipeline-etl-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/data-pipeline-etl-expert/github.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/data-pipeline-etl-expert)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/data-pipeline-etl-expert"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/data-pipeline-etl-expert/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-pipeline-etl-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/data-pipeline-etl-expert"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/data-pipeline-etl-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,170 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.00083 $0.01170
Opus 5 $0.00042 $0.00585
Sonnet 5 $0.00017 $0.00234
Haiku 4.5 $0.00008 $0.00117

Measured today against content hash 3e19bd0c55cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

data-pipeline-etl-expert 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 today.

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-pipeline-etl-expert/SKILL.md · 85 lines

How it starts

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

Data Pipeline & ETL Expert

English | Bahasa Indonesia


English

Description

A specialized skill for building robust data architectures, Analytics Engineering, and ETL (Extract, Transform, Load) or ELT pipelines. It covers modern data stack orchestration (Airflow, Dagster), transformation tools (dbt), and high-performance OLAP databases (BigQuery, Snowflake, ClickHouse, DuckDB).

Trigger Conditions

  • When designing reporting dashboards or analytics infrastructure for a SaaS.
  • When moving large volumes of data from transactional databases (PostgreSQL/MySQL) to a data warehouse.
  • When the user asks about "dbt", "Airflow", "ELT", or "Analytics Engineering".
  • When building local or edge analytics using DuckDB.

Core Architectural Guidelines

1. ELT over ETL

Prefer Extract-Load-Transform (ELT) over traditional ETL.

  • Extract & Load: Use tools like Airbyte or Fivetran to dump raw data directly into the Data Warehouse.
  • Transform: Perform transformations inside the Data Warehouse using SQL (via dbt) to leverage the warehouse's massive compute power.
2. Analytics Engineering with dbt

Treat SQL like software engineering.

  • Use dbt (Data Build Tool) to version control your SQL transformations.
  • Implement tests (not_null, unique) on critical tables.
  • Use Jinja templating in dbt to DRY up complex SQL queries.
3. Data Orchestration (Airflow vs Dagster)
  • Apache Airflow: The industry standard for scheduling and monitoring complex DAGs (Directed Acyclic Graphs). Best for Python-heavy teams.
  • Dagster: A modern alternative focused on data assets rather than just tasks. Use Dagster when you want better local testing and asset-driven lineage.
4. OLAP Database Selection
  • BigQuery / Snowflake: Best for massive scale, fully managed cloud data warehousing.
  • ClickHouse: Best for real-time, sub-second analytical queries on massive event streams.
  • DuckDB: Best for local analytics, embedded analytical pipelines, or processing parquets in edge environments (Node.js/Python).

Read the full file on GitHub · 85 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. today Changed 3e19bd0c55cb
  2. 12d ago First seen · 85 lines · 83 tokens per session scan A 4b6f8bf9e71a

Subscribe to this mod's changes

data-pipeline-etl-expert is a skill published in the GitHub repository roedyrustam/vibes-plug (53 stars, last pushed today), licensed MIT. It adds 83 tokens to every session and 1,170 once invoked, about $0.0004 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-08-30.

Related

Other skills, from other repositories

iflytek-image-understanding

An image-analysis tool that describes pictures and answers questions about what they contain. It uses an AI vision service, which interprets visual content rather than only reading text files.

iflytek/iFly-Skills · 61 tokens

gemini-cli

Generates images and text via reverse-engineered Gemini Web API. Suitable for AI Pro and higher tier subscription users. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests…

hankunpeng/skills · 80 tokens

prompt-engineer

Expert prompt engineering for AI systems. Use when the user wants to write or review prompts for AI, create instructions for AI systems, build system prompts, review or improve existing prompts, optimize AI instructions, or create any form of written communication intended for AI consumption (Claude, GPT, or other…

SZoloth/skill-pack · 66 tokens

genai-tk

Build GenAI and agentic applications with the genai-tk toolkit (https://github.com/tclatos/genai-tk) — a YAML-driven wrapper over LangChain, LangGraph, and 100+ LLM providers. Use this skill whenever the user mentions genai-tk, genaitk, the GenAI Toolkit, cli init, LangchainAgent, getllm/getembeddings…

svngoku/coding-agents-skills · 236 tokens

adaption-ai

Adaption AI SDK for synthetic data augmentation and dataset adaptation. Use when building data pipelines with the Adaption Python SDK, uploading datasets (local files, Hugging Face, Kaggle), running augmentation/adaptation jobs, configuring brand controls (hallucination mitigation, safety categories, length), recipe…

svngoku/coding-agents-skills · 149 tokens

langchain

Build AI agents with LangChain framework. Use when building agents, tools, memory, MCP integrations, RAG pipelines, multi-agent systems, or any LLM-powered applications using LangChain or LangGraph in Python or TypeScript.

svngoku/coding-agents-skills · 49 tokens