data-pipeline-work

data-pipeline-work is a skill for Claude Code from rpraharaj/forward-deployed-engineer. It costs 110 tokens per session (2,054 once invoked), scanned A, original, MIT.

A process for building or changing data pipelines: automated steps that move and transform data for analytics, warehouses, or reports. It focuses on detecting wrong results, repeated runs, missing or duplicate records, and mismatches with the source.

In plain words
What is it for?
Use it for ETL or ELT work, reporting problems, disputed numbers, backfills, reprocessing, duplicate data, and source-versus-report reconciliation.
Why use it?
Data pipelines can keep running while producing plausible but incorrect numbers. The process adds attention to checks and repeatable handling for backfills and reprocessing.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fde-data plugin — 3 skills shipped together

Good fit Use it for ETL or ELT work, reporting problems, disputed numbers, backfills, reprocessing, duplicate data, and source-versus-report reconciliation.

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

Made for: Claude Code.

Or install fde-data, the plugin that ships this one along with the rest of its 3 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rpraharaj/forward-deployed-engineer/data-pipeline-work/github.svg)](https://agentmods.dev/skills/rpraharaj/forward-deployed-engineer/data-pipeline-work)
Your own site
<a href="https://agentmods.dev/skills/rpraharaj/forward-deployed-engineer/data-pipeline-work"><img src="https://agentmods.dev/badge/skills/rpraharaj/forward-deployed-engineer/data-pipeline-work/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-work

Your own site · 80×15
<a href="https://agentmods.dev/skills/rpraharaj/forward-deployed-engineer/data-pipeline-work"><img src="https://agentmods.dev/badge/skills/rpraharaj/forward-deployed-engineer/data-pipeline-work.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,054 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.00110 $0.02054
Opus 5 $0.00055 $0.01027
Sonnet 5 $0.00022 $0.00411
Haiku 4.5 $0.00011 $0.00205

Measured 8d ago against content hash be00690acd4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

data-pipeline-work 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 8d 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.

fde-data/skills/data-pipeline-work/SKILL.md · 162 lines

How it starts

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

Data pipeline work

Where the failure mode is a wrong number, not an error.

Why this exists

Analytics and reporting are roughly half of large-organization IT, and pipelines fail in a way services don't: they keep running. A service that breaks throws errors, pages someone, and gets fixed within the hour. A pipeline that breaks produces plausible numbers that are wrong, and nobody notices until month-end — or until a regulator asks, or until a decision has already been made on them.

That single difference drives everything here. In service work you optimize for fast detection of loud failures. In pipeline work you optimize for detecting silence — building the checks that turn a quiet wrong answer into a loud one.

The second thing that catches service engineers out: pipelines are re-run. Re-running a service request is an edge case; re-running a pipeline is Tuesday. Idempotency is not a nice property here, it is the baseline requirement.

When this applies

  • Analytics, ETL/ELT, warehouse, or reporting engagements
  • A pipeline produces wrong or disputed numbers
  • A job needs backfilling or reprocessing
  • A report disagrees with the source system
  • Adding a field that must flow through to reporting

When it doesn't

  • Transactional service work — different failure modes entirely
  • You need to understand the schema first — that's data-archaeology
  • Live production incident — incident-triage, then come back

Prerequisites

  • Locate the workspace: FDE_WORKSPACE, else the charter Location, else .fde/, else ../<repo>-fde/
  • .fde/traces/data-model.md — the shape and eras of the source data
  • .fde/02-system-map.md — where the pipeline sits
  • Access to both source and destination, ideally, plus the orchestrator

Procedure

1. Establish the lineage end to end

Before changing anything, know the full path: source system → extraction → transformations → destination → the report someone actually reads.

For each hop record what it does, what it filters, what it joins, what it aggregates, and where the grain changes. Grain changes — one row per order becoming one row per customer per day — are where numbers stop reconciling and where almost every disputed figure originates.

Read the full file on GitHub · 162 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. 8d ago First seen · 162 lines · 110 tokens per session scan A be00690acd4d

Subscribe to this mod's changes

data-pipeline-work is a skill published in the GitHub repository rpraharaj/forward-deployed-engineer (6 stars, last pushed 21d ago), licensed MIT. It adds 110 tokens to every session and 2,054 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

architecture-design

Use only when creating new registrable ML components that require Factory or Registry patterns.

Galaxy-Dawn/claude-scholar · 19 tokens

huggingface-vision-trainer

Train object-detection, image-classification, or SAM segmentation models on Hugging Face Jobs. Use for vision fine-tuning and evaluation; use huggingface-llm-trainer for language models.

waybarrios/opencode-power-pack · 48 tokens

memstack-seo-ai-search-visibility

Use this skill when the user says 'AI search', 'AI visibility', 'ChatGPT ranking', 'Perplexity optimization', 'GEO', 'generative engine optimization', or needs to optimize content for AI-powered search engines and LLM citations. Do NOT use for traditional SEO audits or Google Ads.

cwinvestments/memstack · 71 tokens

solr-semantic-search

To build Solr phrase-tagging semantic search: concept tagging, taxonomy, graph paths.

griddynamics/rosetta · 24 tokens

ring:adopting-lib-commons-huma-wrapper

Adopting the lib-commons/v5 shared Huma (OAS 3.1) OpenAPI wrapper + RFC 9457 problem model (commons/net/http/{openapi,problem}) in a Lerian Go service: wire openapi.New/ServeSpec + problem.Install (central >=500 scrub) on BOTH runtime and spec-gen paths, the per-rail problem.MapError flex seam, and rename-only spec…

LerianStudio/ring · 142 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens