# Syn CSV Clean

> Skill for cleaning messy columns in the context of CSV data. Use when the user's task is specifically about cleaning messy columns.

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

---


# CSV data: cleaning messy columns

## When to use

Use this skill for cleaning messy columns in CSV data. This skill
specifically handles cleaning messy columns and nothing else in the
CSV data family.

## Procedure

Trim whitespace, fix encodings, normalize null tokens, coerce types, and standardize headers in a CSV.

## Notes

This is the CSV data skill dedicated to cleaning messy columns.
Sibling skills cover other CSV data capabilities; this one
is the right choice only when the task is about cleaning messy columns.

