CSV cleanup
Use this skill when the user wants to tidy a CSV file.
Steps
- Read the file and detect the delimiter.
- Trim whitespace from every cell.
- Drop fully duplicate rows.
- Report row and column counts.
See the reference for edge cases.
Format and validate CSV files. Use when the user asks to clean, deduplicate, or check a CSV before import.
npx skillmds@latest add efaimo-ai/good-skill Use this skill when the user wants to tidy a CSV file.
See the reference for edge cases.
efaimo-ai/efaimo/tree/main/test/fixtures/skills/good-skill commit d1aa744eba