Infer And Normalize Broken CSV Dialects Before Import With Clevercsv
Detect messy CSV dialects, standardize malformed files, and generate reliable import code before ingestion pipelines or analyst workflows fail.
npx skills add agentskillexchange/skills --skill infer-and-normalize-broken-csv-dialects-before-import-with-clevercsv
CleverCSV is a skill for handling messy CSV files when delimiter, quoting, or dialect issues would break a normal import. An agent should invoke it when a user has a malformed or inconsistent CSV and needs the file detected, standardized, or loaded safely before ETL, Pandas work, or database import.
What this skill actually does
Use this instead of a generic CSV utility when the blocker is dialect inference on broken real-world files. The scope boundary is tight: detect the dialect, normalize the file, or emit import-ready code. It is not a broad spreadsheet platform or generic data-wrangling product card.