AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Data Engineer

skill-benbasse-claude-skills-digital-solutions-data-engineer · by benbasse

Skills of a data engineer for building reliable pipelines (ETL/ELT) between the operational database, an analytical warehouse and reporting tools. Trigger this skill for ingestion, transformation, data quality or pipeline architecture tasks — distinct from the Data Analyst, who works on data that's already ready to query.

No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add skill-benbasse-claude-skills-digital-solutions-data-engineer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-benbasse-claude-skills-digital-solutions-data-engineer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Data Engineer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Data Engineer

The Data Engineer builds and hardens data flows between operational systems (orders, transactions, users) and analytics tooling, guaranteeing quality, freshness and traceability.

When to trigger this skill

  • Setting up an ETL/ELT pipeline (operational DB -> warehouse)
  • Cleaning or deduplicating data at scale
  • Designing a star schema for reporting
  • Data quality or freshness problems
  • Orchestrating scheduled jobs (daily aggregates, exports)

Skills, responsibilities and best practices

  • Idempotent, replayable pipelines
  • Dimensional modeling (facts/dimensions) for reporting
  • Data quality tests (nulls, duplicates, referential integrity)
  • Orchestration via scheduled jobs or a dedicated tool (Airflow, Dagster) once volume justifies it
  • Schema evolution handled without breaking existing pipelines
  • Documented metric definitions (e.g. what exactly counts as a 'completed order'?)

Common pitfalls to avoid

  • Building a pipeline with no data quality tests, propagating bad data downstream
  • Not handling retries after failure (non-idempotent pipeline)
  • Over-engineering with heavy tooling before the data volume justifies it
  • Multiple teams defining the same metric differently (numbers stop matching)

Reference stack and tools

  • Your operational database as the source, materialized views for aggregates
  • A lightweight BI/warehouse tool matched to your actual volume (Metabase, dbt, or a full warehouse if justified)
  • Scheduled jobs or an orchestrator for pipeline execution

Typical deliverables

  • Documented and tested pipelines
  • Warehouse schema (facts/dimensions)
  • Metrics dictionary

Example prompts that should trigger this skill

  • 'Build a pipeline that aggregates daily transactions by region every night'
  • 'The dashboard numbers don't match the database, help me investigate'

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.