Automate data cleaning, transformation, and validation for ML tasks. Use when requesting "preprocess data", "clean data", "ETL pipeline", or "data transformation".
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install data-preprocessing-pipeline@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdassets/example_data.csvreferences/README.mdscripts/README.mdscripts/handle_errors.pyscripts/pipeline.pyscripts/transform_data.pyscripts/validate_data.pyThis skill enables Claude to construct and execute automated data preprocessing pipelines, ensuring data quality and readiness for machine learning. It streamlines the data preparation process by automating common tasks such as data cleaning, transformation, and validation.
This skill activates when you need to:
User request: "Preprocess the customer data from the CSV file to remove duplicates and handle missing values."
The skill will:
User request: "Create an ETL pipeline to transform the sensor data from the database into a format suitable for time series analysis."
The skill will:
This skill can be integrated with other Claude Code skills for data analysis, model training, and deployment. It provides a standardized way to prepare data for these tasks, ensuring consistency and reliability.
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.