Claude Code Plugins

Community-maintained marketplace

Feedback
35
0

Parse and analyze CSV files with data validation

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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