Clean Skill

Extracts tables and headers from CSV files and validates them against a schema. Use when the user mentions CSV parsing, header validation, or tabular data cleanup.

studiomeyer-io b73ee61 394 B Updated

File contents

Clean skill

A well-formed example skill.

Steps

  1. Read the CSV file.
  2. Validate the header row against the expected schema.
  3. Report any mismatches with line numbers.

studiomeyer-io/skilldoctor/tree/main/test/fixtures/clean-skill commit b73ee6124a

Frequently asked questions

npx skillmds@latest add studiomeyer-io/clean-skill