What is etl-patterns?
Production ETL patterns orchestrator. Routes to core reliability patterns and incremental load strategies. Source: majesticlabs-dev/majestic-marketplace.
Production ETL patterns orchestrator. Routes to core reliability patterns and incremental load strategies.
Quickly install etl-patterns AI skill to your development environment via command line
Source: majesticlabs-dev/majestic-marketplace.
| Reliability patterns | etl-core-patterns | Idempotency, checkpointing, error handling, chunking, retry, logging | | Load strategies | etl-incremental-patterns | Backfill, timestamp-based, CDC, pipeline orchestration |
| Repeatable runs | Idempotency | etl-core-patterns | | Resume after failure | Checkpointing | etl-core-patterns | | Handle bad records | Error handling + DLQ | etl-core-patterns | | Memory management | Chunked processing | etl-core-patterns | | Network resilience | Retry with backoff | etl-core-patterns |
| Small tables (<100K) | Full refresh | etl-incremental-patterns | | Large tables | Timestamp incremental | etl-incremental-patterns | | Real-time sync | CDC events | etl-incremental-patterns | | Historical migration | Parallel backfill | etl-incremental-patterns | | Zero-downtime refresh | Swap pattern | etl-incremental-patterns |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill etl-patternsBrowse more skills from majesticlabs-dev/majestic-marketplace
Production ETL patterns orchestrator. Routes to core reliability patterns and incremental load strategies. Source: majesticlabs-dev/majestic-marketplace.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill etl-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/majesticlabs-dev/majestic-marketplace