CSV Schema Validator & Auto-Fixer
Validates CSV files against JSON Schema definitions using AJV and csv-parse. Automatically detects and repairs type mismatches, missing required columns, and encoding issues with configurable strictness levels.
CSV Schema Validator & Auto-Fixer
Validates CSV files against JSON Schema definitions using AJV and csv-parse. Automatically detects and repairs type mismatches, missing required columns, and encoding issues with configurable strictness levels.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/csv-schema-validator-auto-fixer/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/csv-schema-validator-auto-fixer
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/csv-schema-validator-auto-fixer.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.