# 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.

- Skill: `studiomeyer-io/clean-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add studiomeyer-io/clean-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/studiomeyer-io/clean-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- License: MIT
- Author: studiomeyer-io (https://skillmd.com/u/studiomeyer-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/studiomeyer-io/clean-skill

---


# 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.

