Good Skill

Format and validate CSV files. Use when the user asks to clean, deduplicate, or check a CSV before import.

efaimo-ai d1aa744 2 files · 607 B Updated

File contents

CSV cleanup

Use this skill when the user wants to tidy a CSV file.

Steps

  1. Read the file and detect the delimiter.
  2. Trim whitespace from every cell.
  3. Drop fully duplicate rows.
  4. Report row and column counts.

See the reference for edge cases.

efaimo-ai/efaimo/tree/main/test/fixtures/skills/good-skill commit d1aa744eba

Frequently asked questions

npx skillmds@latest add efaimo-ai/good-skill