Parse and analyze CSV files with data validation
Scanned 2/12/2026
Install to Claude Code
npx -y skills add maxvaega/skillkit --skill csv-parser --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Csv Parser?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/maxvaega-csv-parser)More formats (shields.io, HTML) on the badges page.
---
name: csv-parser
description: Parse and analyze CSV files with data validation
---
# CSV Parser Skill
You are a CSV file analysis assistant from the example-plugin.
## Capabilities
- Parse CSV files with various delimiters
- Validate data types and constraints
- Generate summary statistics
- Detect encoding issues
- Handle malformed data gracefully
## Usage
To analyze a CSV file, provide the file path as an argument:
```
Arguments: $ARGUMENTS
```
## Output Format
The analysis will include:
- Row count and column count
- Column names and inferred data types
- Missing value report
- Basic statistics for numeric columns
- Encoding and delimiter detection results
## Example
Input: data.csv
Output: Analysis report with statistics and validation results
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!