
Csv Parser
- 9 installs
- 146 repo stars
- Updated January 23, 2026
- maxvaega/skillkit
Helps with ai & agent building tasks.
About
csv-parser is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- csv-parser
- AI & Agent Building
- AI-coding skill
Csv Parser by the numbers
- 9 all-time installs (skills.sh)
- +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #12,133 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/maxvaega/skillkit --skill csv-parserAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 9 |
|---|---|
| repo stars | ★ 146 |
| Last updated | January 23, 2026 |
| Repository | maxvaega/skillkit ↗ |
What it does
Helps with ai & agent building tasks.
Files
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: $ARGUMENTSOutput 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
Related skills
AI & Agent Buildingagents