csv-parser
Installation
SKILL.md
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
Related skills
More from maxvaega/skillkit
markdown-formatter
Format and clean up markdown documents following best practices
13git-helper
Generate git commit messages and help with git workflows
9valid-unicode
A valid skill with Unicode and emoji content
8json-parser
Parse and validate JSON data with schema support
7special-chars-skill
A skill for testing special characters and injection patterns
7code-reviewer
Review code for best practices, potential bugs, security vulnerabilities, and performance issues
6