agentsclimarketplace

Etl pipeline design

Skill shinzoxD/knackbox/skills/data/etl-pipeline-design

Curated, auditable, benchmark-ready Agent Skills library for Claude Code, Codex, OpenCode, Cursor, and more.

Install
npx -y skills add shinzoxD/knackbox --skill etl-pipeline-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Design ETL and ELT pipelines with clear contracts, quality checks, and failure modes. Use whenever the user plans data ingestion, transformations, warehouse loads, dbt-style models, batch/stream pipelines, or data pipeline architecture.

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.7 KB, as published. Nobody here has run it

ETL / ELT Pipeline Design

Pipelines are products: contracts, SLAs, and tests. Prefer explicit schemas and idempotent loads over heroic one-off scripts.

Workflow

  1. Sources, destinations, latency needs (batch vs stream).
  2. Grain and business keys; late/duplicate data policy.
  3. ELT vs ETL trade-off for this stack.
  4. Stages: extract, land, validate, transform, publish.
  5. Data quality checks and alerting.
  6. Backfills, reprocessing, and cost controls.
  7. Ownership and lineage docs.

Output format

## Pipeline design: <name>

**SLA / freshness:** …
**Grain:** …

### Architecture
…

### Contracts
…

### Quality checks
…

### Failure & replay
…

### Cost notes
…

Rules

  1. Define idempotency keys for loads.
  2. Never silently drop rows; quarantine or metric the drops.
  3. PII handling and retention called out.
  4. Separate raw/landing from curated marts.
  5. Backfills must not corrupt current tables without plan.
  6. Do not invent warehouse features; mark assumptions.

Edge cases

  • CDC/streaming: ordering, exactly-once illusions, watermarking.
  • Slowly changing dimensions: SCD strategy explicit.
  • Multi-source joins: source-of-truth hierarchy.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.