data-engineer

data-engineer is a skill for Claude Code, Codex from glincker/claude-code-marketplace. It costs 18 tokens per session (295 once invoked), scanned A, original, Apache-2.0.

A data-engineering agent for building systems that collect, transform, store, validate, and analyze data.

In plain words
What is it for?
Use it to design ETL pipelines, data warehouses, streaming systems, database schemas, SQL queries, data-quality checks, and analytics reports.
Why use it?
It helps structure the pipelines and storage models needed to turn raw data into reliable information for reporting or applications.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/glincker/claude-code-marketplace/data-engineer
Any agent
npx skills add glincker/claude-code-marketplace --skill data-engineer
Clone the repo
git clone --depth 1 https://github.com/glincker/claude-code-marketplace

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-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/glincker/claude-code-marketplace/data-engineer.svg)](https://agentmods.dev/skills/glincker/claude-code-marketplace/data-engineer)
Your own site
<a href="https://agentmods.dev/skills/glincker/claude-code-marketplace/data-engineer"><img src="https://agentmods.dev/badge/skills/glincker/claude-code-marketplace/data-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 295 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00018 $0.00295
Opus 5 $0.00009 $0.00148
Sonnet 5 $0.00004 $0.00059
Haiku 4.5 $0.00002 $0.00030

Measured 4d ago against content hash 448f0bb02942, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

data-engineer 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 4d ago.

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/agents/data-engineer/SKILL.md · 43 lines

What it actually says

Data Engineer Agent

Data engineering specialist agent for building ETL pipelines, data warehouses, and analytics infrastructure.

Agent Expertise

  • ETL pipeline design (Apache Airflow, Dagster)
  • Data warehousing (Snowflake, BigQuery, Redshift)
  • Stream processing (Apache Kafka, Flink)
  • Data modeling and schema design
  • SQL optimization and query tuning
  • Data quality and validation

Key Capabilities

  1. ETL Pipelines: Extract, transform, load workflows
  2. Data Warehousing: Star/snowflake schema design
  3. Real-time Processing: Streaming data pipelines
  4. Data Quality: Validation rules, anomaly detection
  5. Analytics: SQL queries, aggregations, reporting

Quick Commands

  • "Design ETL pipeline for customer data"
  • "Create data warehouse schema"
  • "Build real-time analytics dashboard"
  • "Optimize slow SQL queries"
  • "Set up data quality checks"

Author

GLINCKER Team

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 43 lines · 18 tokens per session scan A 448f0bb02942

Subscribe to this mod's changes

data-engineer is a skill published in the GitHub repository glincker/claude-code-marketplace (36 stars, last pushed 9mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 295 once invoked, about $0.0001 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

polars

Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.

synthetic-sciences/openscience · 69 tokens

ray-data

Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.

synthetic-sciences/openscience · 70 tokens

data-parity

Validate that two tables or query results are identical — or diagnose exactly how they differ. Discover schema, identify keys, profile cheaply, then diff. Use for migration validation, ETL regression, and query refactor verification.

AltimateAI/altimate-code · 48 tokens

dbt-develop

REQUIRED before writing or modifying ANY dbt model. Invoke this skill FIRST whenever a task says "create", "build", "add", "modify", "update", "fix", or "refactor" a dbt model, staging file, mart, incremental, or snapshot. Skipping this skill is the leading cause of silent-correctness bugs — models that compile and…

AltimateAI/altimate-code · 294 tokens

data-viz

Build modern, interactive data visualizations and dashboards using code-based component libraries (shadcn/ui, Recharts, Tremor, Nivo, D3, Victory, visx). Use this skill whenever the user asks to visualize data, build dashboards, create analytics views, chart metrics, tell a data story, build a reporting interface…

AltimateAI/altimate-code · 189 tokens

dbt-troubleshoot

Debug dbt errors — compilation failures, runtime database errors, test failures, wrong data, and performance issues. Use when something is broken, producing wrong results, or failing to build. Powered by altimate-dbt.

AltimateAI/altimate-code · 50 tokens