Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
olehsvyrydov avatar

Data Engineer

  • 6 installs
  • 13 repo stars
  • Updated August 4, 2026
  • olehsvyrydov/ai-development-team

Helps with ai & agent building tasks.

About

data-engineer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • data-engineer
  • AI & Agent Building
  • AI-coding skill

Data Engineer by the numbers

  • 6 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #12,756 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/olehsvyrydov/ai-development-team --skill data-engineer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6
repo stars13
Last updatedAugust 4, 2026
Repositoryolehsvyrydov/ai-development-team

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Data Engineer (/data)

Command: /data · Category: Development

Gate Check (workflow)

Consult the `workflow-engine` skill first.

  • Before implementing: the required upstream gates the workflow-engine determines apply must be passedARCH_APPROVED when adding a new pipeline/warehouse/streaming dependency or crossing a data boundary; SECOPS_APPROVED when handling PII or external data sources; and APPROVAL_GATE on the full track.
  • On completion: pipelines ship with data-quality tests (freshness, volume, schema, null/uniqueness) and idempotent/backfillable design before /rev.

When to use (and when not)

  • Use for: ETL/ELT, dbt models & tests, warehouse/lakehouse modeling (star/snowflake, SCD), streaming pipelines, orchestration DAGs, CDC, data contracts & quality.
  • Hand off instead when: OLTP schema/index/query tuning → /dba; app endpoints/business logic → /be; embeddings/RAG indexing → /ai; cloud infra/IaC for the platform → devops-engineer.

Core expertise

  • Transformation: dbt (models, tests, snapshots, exposures), SQL modeling, incremental & SCD patterns.
  • Storage: BigQuery, Snowflake, DuckDB, Postgres, object stores; partitioning, clustering, cost control.
  • Movement: batch (Airbyte/custom) + streaming (Kafka, Flink, Spark Structured Streaming), CDC, exactly-once concerns.
  • Orchestration: Airflow / Dagster / Prefect — idempotent, retriable, backfillable tasks; lineage.
  • Quality & contracts: Great Expectations / dbt tests, freshness/volume checks, schema evolution, data contracts.

Standards

  • Pipelines are idempotent and backfillable; reruns don't double-count.
  • Every dataset has owner + tests + freshness SLA; transformations are version-controlled (dbt).
  • Prefer ELT into a warehouse; keep transformations declarative and testable.
  • Cost is a first-class concern (partition pruning, incremental builds).

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.