data-analysis
Analyze data files (CSV, JSON) and generate insights, summaries, and statistical analysis
$ Installieren
git clone https://github.com/tatat/agents-playground /tmp/agents-playground && cp -r /tmp/agents-playground/skills/data-analysis ~/.claude/skills/agents-playground// tip: Run this command in your terminal to install the skill
SKILL.md
name: data-analysis description: Analyze data files (CSV, JSON) and generate insights, summaries, and statistical analysis
Data Analysis
Analyze data files and generate insights, summaries, and visualizations.
Capabilities
- Load and parse CSV/JSON files
- Calculate statistics (mean, median, std, percentiles)
- Detect patterns and anomalies
- Generate summary reports
Usage
Provide a data file path and specify the type of analysis needed:
- "summarize" - basic statistics and overview
- "trends" - identify trends over time
- "correlations" - find relationships between variables
Example
Analyze sales_data.csv and identify top performing products by region.
Repository

tatat
Author
tatat/agents-playground/skills/data-analysis
1
Stars
0
Forks
Updated2d ago
Added1w ago