From codex-next
Plans safe data cleaning workflows: deduplication, missing-value handling, anomaly detection, and reproducible output generation without modifying raw files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:data-cleaningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow for data cleaning plans or scripts.
Use this workflow for data cleaning plans or scripts.
outputs/ or a task-specific directory, not raw/.Return:
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextInteractive three-stage data profiling and cleaning assistant for medical research. Profiles CSV/Excel clinical data, flags issues (missing values, outliers, duplicates, type mismatches), and generates cleaning code — all decisions require researcher confirmation.
Writes clear, step-by-step instructions for cleaning messy datasets, specifying standardisation, correction, and removal steps for analysis readiness.
Provides patterns for pre-model data preprocessing pipelines covering cleaning, validation, transformation, ETL orchestration. Use for raw data deduplication, schema validation, format conversion before EDA or modeling.