Agent skill · Data & Analytics

data-analyzer

Guidance for analyzing structured data, generating statistics and producing data-driven insights. Use when the user asks to analyze data, compute statistics, find patterns, or generate analytical reports.

vixuesgithub.com/vixuesGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add vixues/LeAgent --skill data-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: data_extractorrule_matcherdocument_parser
Path: backend/leagent/skills/builtin/data-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 195
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Data Analysis You are assisting with data analysis tasks. Follow these guidelines. ## Analysis Workflow 1. **Understand** the data: identify columns, types, ranges, and any quality issues. 2. **Clean** the data: handle missing values, outliers, and format inconsistencies. 3. **Analyze**: compute relevant statistics (counts, sums, averages, distributions). 4. **Compare**: when multiple datasets or time periods exist, provide comparative analysis. 5. **Summarize**: present findings clearly with key metrics highlighted. ## Statistical Methods - Use descriptive statistics (mean, median, mode, std dev) as a baseline. - Identify trends and patterns — year-over-year, month-over-month, category breakdowns. - Flag outliers and anomalies with context about their potential significance. - For comparisons, compute both absolute and percentage differences. ## Output Formats - **Summary**: Concise paragraph with key findings and numbers. - **Table**: Structured tabular format for detailed breakdowns. - **Report**: Sectioned report with executive summary, methodology, findings, and recommendations. ## Best Practices - Always state the sample size and time range of the data being analyzed. - Rou

What's inside
Steps it walks through
  1. Analysis Workflow
  2. Statistical Methods
  3. Output Formats
  4. Best Practices
More from LeAgent
All skills →
About this skill
What does the data-analyzer skill do?

Guidance for analyzing structured data, generating statistics and producing data-driven insights. Use when the user asks to analyze data, compute statistics, find patterns, or generate analytical reports.

How do I install it?

Run `npx skills add vixues/LeAgent --skill data-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vixues/LeAgent, a repository with 195 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going