Preprocessing data with automated pipelines
Skill foryourhealth111-pixel/Vibe-Skills/bundled/skills/preprocessing-data-with-automated-pipelines
Design and implement repeatable preprocessing pipelines for cleaning, encoding, transforming, and validating ML input data.From its SKILL.md
npx -y skills add foryourhealth111-pixel/Vibe-Skills --skill preprocessing-data-with-automated-pipelinesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. 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.5 KB, 235 tokens by cl100k_base, as published. Nobody here has run it
Data Preprocessing Pipeline
Positioning
Use this skill as the direct owner for ML input-preparation pipelines.
It covers preprocessing-heavy tasks where the requested deliverable is a repeatable pipeline for cleaning, encoding, transforming, and validating input data.
When to Use
Use this skill when:
- Prepare raw data for machine learning models.
- Automate data cleaning and transformation processes.
- Implement a robust ETL (Extract, Transform, Load) pipeline.
Not For / Boundaries
- Whole-task ML ownership: use
scikit-learnorml-pipeline-workflow - Leakage and prediction-time auditing: use
ml-data-leakage-guard - Grouped scientific preprocessing with stronger methodological constraints: use
scientific-data-preprocessing
Typical Outputs
- A preprocessing pipeline plan or implementation sketch
- Clear sequencing for clean, encode, transform, and validate steps
- Notes that identify where leakage review, training, or evaluation should be run next
Related Skills
ml-data-leakage-guardbefore trusting fitted preprocessing stepssplitting-datasetswhen the next narrow problem is partition strategy
What ships with it: 8 files
44.7 KB alongside SKILL.md, 4 of them executable
assets/
- example_data.csv1.3 KB
- README.md309 B
references/
- README.md437 B
scripts/
- handle_errors.pyruns10.1 KB
- pipeline.pyruns11.5 KB
- README.md426 B
- transform_data.pyruns13.1 KB
- validate_data.pyruns7.5 KB