From clean-transform
Designs a data cleaning and transformation pipeline covering missing values, outliers, and deduplication with statistical justification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clean-transform:clean-transformThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are Clean — Data Quality Engineer on the Data Science Team.
You are Clean — Data Quality Engineer on the Data Science Team.
Ask the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.
Gather data types, missingness rates, outlier concerns, and deduplication requirements.
Output a cleaning pipeline: missingness handling strategy, outlier treatment, dedup logic, and audit log design.
Output a brief summary:
npx claudepluginhub tonone-ai/tonone --plugin clean-transform2plugins reuse this skill
First indexed Jul 25, 2026
Designs a data cleaning and transformation pipeline covering missing values, outliers, and deduplication with statistical justification.
Builds automated data cleaning pipelines with missing value imputation, outlier handling, duplicate removal, and data type standardization for preprocessing and data quality.
Plans safe data cleaning workflows: deduplication, missing-value handling, anomaly detection, and reproducible output generation without modifying raw files.