/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.
$ npx -y skills add vixues/LeAgent --skill data-analyzer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/data-analyzer
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
SKILL.md
data-analyzer.SKILL.mdname: data-analyzer
description: 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.
license: Apache-2.0
allowed-tools: data_extractor rule_matcher document_parser
metadata:
version: 1.0.0
category: data
tags: [data, analysis, statistics, report, insights]
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.
- Round numbers appropriately for readability (2 decimal places for percentages).
- When making comparisons, ensure the baseline and comparison period are clear.
- Distinguish between correlation and causation in findings.
- Provide actionable recommendations when the analysis supports them.
Read more
name: data-analyzer description: 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. license: Apache-2.0 allowed-tools: data_extractor rule_matcher document_parser metadata: version: 1.0.0 category: data tags: [data, analysis, statistics, report, insights]
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.
- Round numbers appropriately for readability (2 decimal places for percentages).
- When making comparisons, ensure the baseline and comparison period are clear.
- Distinguish between correlation and causation in findings.
- Provide actionable recommendations when the analysis supports them.
Open-source desktop AI agent that gets work done — plans & self-corrects, agentic visual workflows, generative UI, and 100+ offline tools in one self-hostable stack.
Repo: vixues/LeAgent
Other skills on leagent.
- /attendance-signin-sheet
Generate printable attendance / 签到表 spreadsheets from name lists. Use when the user asks for 签到表, attendance sheet, meeting sign-in table, or similar printable roster tables (not full payroll attendance scoring unless asked).
Open skill - /document-processor
Guidance for processing documents, extracting content, and transforming structured information. Use when the user asks to process, parse, extract, or transform document content such as PDFs, Word files, or spreadsheets.
Open skill - /procurement-audit
Review procurement contracts and purchase packages against uploaded compliance rules (招标/采购制度). Use for 采购审核, contract compliance checklists, or procurement statistics rollups.
Open skill - /skill-packager
Authors Agent Skills v1.0 packages (SKILL.md plus references/scripts), runs package_skill to produce a standards-compliant zip, and uses install_skill to add skills from HTTPS, registry, workspace, or an uploaded archive. Use when the user wants to turn documentation, workflows,
Open skill - /travel-expense-audit
Audit travel / 差旅报销 claims against uploaded policy handbooks and rate tables (lodging caps, transport, per diem). Use for 差旅费审核, travel expense review, or lodging over-limit checks.
Open skill - /workflow-helper
Guidance for creating, managing and executing workflow automations that chain multiple tools and agents together. Use when the user asks about building, listing, running or composing workflows and automated task pipelines.
Open skill

