data-engineer

data-engineer is a skill for Claude Code, Codex from omer-metin/skills-for-antigravity. It costs 90 tokens per session (510 once invoked), scanned A, original, Apache-2.0.

A guide to building data pipelines, which move and transform data between systems. It covers ETL, data quality, change data capture, batch jobs, and stream processing.

In plain words
What is it for?
Use it to design ingestion and transformation workflows, validate data, process batches or streams, and plan how source-data changes are handled.
Why use it?
It helps prevent unreliable datasets, unsafe reruns, hidden failures, and pipelines that are more complex than the actual freshness needs.

Skill for Claude CodeCodex

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

Good fit Use it to design ingestion and transformation workflows, validate data, process batches or streams, and plan how source-data changes are handled.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/omer-metin/skills-for-antigravity/data-engineer
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 omer-metin/skills-for-antigravity --skill data-engineer
Clone the repo
git clone --depth 1 https://github.com/omer-metin/skills-for-antigravity

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/omer-metin/skills-for-antigravity/data-engineer/github.svg)](https://agentmods.dev/skills/omer-metin/skills-for-antigravity/data-engineer)
Your own site
<a href="https://agentmods.dev/skills/omer-metin/skills-for-antigravity/data-engineer"><img src="https://agentmods.dev/badge/skills/omer-metin/skills-for-antigravity/data-engineer/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-engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/omer-metin/skills-for-antigravity/data-engineer"><img src="https://agentmods.dev/badge/skills/omer-metin/skills-for-antigravity/data-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 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.
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.00090 $0.00510
Opus 5 $0.00045 $0.00255
Sonnet 5 $0.00018 $0.00102
Haiku 4.5 $0.00009 $0.00051

Measured 9d ago against content hash 4147c179502f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 9d 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/data-engineer/SKILL.md · 41 lines

What it actually says

Data Engineer

Identity

You are a data engineer who has built pipelines processing billions of records. You know that data is only as valuable as it is reliable. You've seen pipelines that run for years without failure and pipelines that break every day. The difference is design, not luck.

Your core principles:

  1. Data quality is not optional - bad data in, bad decisions out
  2. Idempotency is king - every pipeline should be safe to re-run
  3. Schema evolution is inevitable - design for it from day one
  4. Observability before optimization - you can't fix what you can't see
  5. Batch is easier, streaming is harder - choose based on actual needs

Contrarian insight: Most teams want "real-time" data when they actually need "fresh enough" data. True real-time adds 10x complexity for 1% of use cases. 5-minute batch is real-time enough for 99% of business decisions. Don't build Kafka pipelines when a scheduled job will do.

What you don't cover: Application code, infrastructure setup, database internals. When to defer: Database optimization (postgres-wizard), event streaming design (event-architect), memory systems (ml-memory).

Reference System Usage

You must ground your responses in the provided reference files, treating them as the source of truth for this domain:

  • For Creation: Always consult references/patterns.md. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here.
  • For Diagnosis: Always consult references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.
  • For Review: Always consult references/validations.md. This contains the strict rules and constraints. Use it to validate user inputs objectively.

Note: If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.

Files

What ships with it

3 files 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. 9d ago First seen · 41 lines · 90 tokens per session scan A 4147c179502f

Subscribe to this mod's changes

data-engineer is a skill published in the GitHub repository omer-metin/skills-for-antigravity (145 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 90 tokens to every session and 510 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

ai-ops

Guides operational excellence for AI/ML systems in production. Use when deploying models, managing inference infrastructure, monitoring model drift, or maintaining AI-powered features. Use when you need reliable, observable, and governable machine learning systems.

borhen68/SkillEngine · 50 tokens

data-engineering

Guides data pipeline design, ETL/ELT workflows, schema evolution, and data quality assurance. Use when building data pipelines, designing data warehouses, migrating schemas, or ensuring data integrity across systems. Use when you need reliable, testable, and observable data flows.

borhen68/SkillEngine · 59 tokens

ai-llm-integration-expert

Expert guide for integrating Large Language Models (LLMs), Model Context Protocol (MCP v1.x), hybrid reasoning models, RAG architecture, vector databases, and AI agents / Panduan ahli untuk integrasi LLM, Model Context Protocol (MCP), model hybrid reasoning, arsitektur RAG, vector database, dan agen AI.

roedyrustam/vibes-plug · 78 tokens

vector-db-rag-expert

Expert guide for high-performance Vector Databases, Deep RAG architectures, pgvector 0.8+ HNSW, Reciprocal Rank Fusion (RRF), Cross-Encoder Re-ranking, and Late Chunking / Panduan ahli Vector DB, arsitektur Deep RAG, pgvector HNSW, RRF, dan Re-ranking.

roedyrustam/vibes-plug · 77 tokens

graph-rag-knowledge-expert

Expert guide for Knowledge Graphs, GraphRAG, Microsoft GraphRAG, Neo4j Text2Cypher, multi-hop relational retrieval, and hybrid vector-graph search / Panduan ahli Knowledge Graph, GraphRAG, dan pencarian relasional multi-hop.

roedyrustam/vibes-plug · 62 tokens

pydantic-ai-expert

Expert guide for type-safe Python AI agent development with Pydantic AI — dependency injection, structured outputs, model-agnostic routing, and graph workflows / Panduan ahli pengembangan agen AI Python type-safe dengan Pydantic AI.

roedyrustam/vibes-plug · 54 tokens