tatat/agents-playground

data-analysis

Analyze data files (CSV, JSON) and generate insights, summaries, and statistical analysis

First seen Jan 24, 2026

Installation

$ npx skills add tatat/agents-playground --skill data-analysis

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tatat/agents-playground · top by installs.

npx skills add tatat/agents-playground

Browse all from tatat/agents-playground

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 697 B
  • docs SUMMARY.md 110 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 23 installs

SKILL.md

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.