Agent skill
aget-analyze-data
Analyze datasets to discover patterns and generate insights
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aget-analyze-data-aget-framework-template-analyst-age
SKILL.md
aget-analyze-data
Perform analysis on datasets to discover patterns, trends, and anomalies. Generate actionable insights from data.
Instructions
When this skill is invoked:
-
Profile the Dataset
- Identify data structure (fields, types, record count)
- Assess data quality (completeness, consistency)
- Note any limitations or caveats
-
Compute Statistics
- For numerical fields: mean, median, range, distribution
- For categorical fields: frequency counts, top values
- For temporal fields: trends, seasonality
-
Discover Patterns
- Identify correlations between fields
- Detect outliers and anomalies
- Find trends over time (if applicable)
-
Generate Insights
- Translate findings into actionable statements
- Prioritize by potential impact
- Distinguish correlation from causation
Output Format
## Data Analysis: [Dataset/Topic]
### Dataset Profile
| Attribute | Value |
|-----------|-------|
| Records | [N] |
| Fields | [N] |
| Date Range | [Start - End] |
| Quality | [Good/Fair/Poor] |
### Key Statistics
| Field | Type | Summary |
|-------|------|---------|
| [Field 1] | Numeric | Mean: X, Median: Y, Range: [A-B] |
| [Field 2] | Categorical | Top: [Value] (N%), [Value] (N%) |
### Patterns Discovered
1. **[Pattern Name]**: [Description]
- Evidence: [Data points supporting this]
- Confidence: [High/Medium/Low]
### Anomalies
- [Anomaly 1]: [Description and potential significance]
### Actionable Insights
1. **[Insight]**: [Recommended action based on finding]
### Limitations
- [Limitation 1]: [How it affects conclusions]
Constraints
- C1: NEVER present correlation as causation — statistical rigor required
- C2: NEVER ignore outliers without explicit justification — anomalies may be valuable
- C3: NEVER overfit conclusions to limited data — acknowledge sample limitations
Related
- SKILL-016: aget-analyze-data specification
- ONTOLOGY_analyst.yaml: Dataset, Analysis, Insight concepts
- CAP-ANL-001: Data Analysis capability
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?