Data processing, ETL, and data pipeline patterns. Use when working with data transformation and analysis.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill data --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Data?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-data)More formats (shields.io, HTML) on the badges page.
---
name: data
description: Data processing, ETL, and data pipeline patterns. Use when working with data transformation and analysis.
---
## data
Process and transform data effectively.
### ETL patterns
- Extract: read from source (DB, API, file)
- Transform: clean, validate, enrich
- Load: write to destination
### Best practices
- Validate at each stage
- Handle missing data gracefully
- Log processing stats
- Idempotent operations for retry
- Partition large datasets
- Monitor pipeline health
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!