From claude-data-analyst
Identify and report the major trends a dataset depicts — directional changes over time, growth rates, seasonal patterns, segment shifts, and emerging categories. Use when the user wants the headline "what is this data saying" narrative rather than a specific test.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-data-analystThis skill uses the workspace's default tool permissions.
Identify the major trends in a dataset and summarise them in a narrative report.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Identify the major trends in a dataset and summarise them in a narrative report.
duckdb — windowed SQL aggregations (time_bucket, moving averages, YoY).uv run --with pandas --with statsmodels python -c '...' — STL decomposition, Mann-Kendall trend test, seasonal detection.mlr (miller) — quick pivots and tallies on CSV without loading pandas.For each metric:
For each categorical column:
If a segment column is provided, repeat Step 1 within each segment and surface:
If no time column exists, "trend" becomes distributional:
correlation-analysis for the heavy lifting; summarise headlines only)Write <dataset>-trends.md structured as a narrative, not a data dump:
The report should read like a briefing a busy stakeholder would understand in 60 seconds.