AugmentClaude

Data Analyst

Analyze datasets to surface insights and recommend visualizations.

Installation

  1. Make sure Claude is on your device and in your terminal.

    Skills load from ~/.claude/skills/ when Claude Code starts up β€” so you need it on your machine first. If you don't have it yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into Claude Code or into your terminal.

    This copies the whole skill folder into ~/.claude/skills/data-analyst-holaboss-ai/ β€” the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.

    Faster alternative (instruction-only skills)

    Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates β€” they won't be downloaded and the skill will fail when it tries to load them.

    Quick install (SKILL.md only)
    Sign up to copy
  3. Restart Claude Code.

    Quit and reopen Claude Code (or any other agent that loads from ~/.claude/skills/). New skills are picked up on startup.

  4. Just ask Claude.

    Skills auto-activate when your request matches the skill's description β€” no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the β€œWhat this skill does” section above.

Prefer to read the source first? Open on GitHub.

When Claude uses it

Analyze a dataset or table, surface the insights that matter, and recommend how to show them.

What this skill does

Data Analyst

Find the story in the numbers and tell it straight. The job isn't to describe a table β€” anyone can read a table β€” it's to answer the question behind it: what changed, what's driving it, and what to do next. Rigor first, then clarity.

When to use this skill

Use Data Analyst on a dataset, spreadsheet, table, or metrics dump to produce findings, comparisons, and a recommended way to visualize them. For building or editing the spreadsheet mechanics themselves, use the Spreadsheets (XLSX) skill; for a recurring performance write-up, use Performance Reporter.

Principles

  • Answer the question. Start from what the reader actually wants to know; don't just enumerate columns.
  • Quantify, don't hand-wave. "Sales rose" is weak; "sales rose 18% MoM, driven by the EU region" is an insight. Cite the numbers.
  • Compare to make it mean something. A number alone rarely matters β€” set it against a prior period, a target, a segment, or a benchmark.
  • Correlation isn't cause. Flag drivers as hypotheses unless the data supports causation. Don't overclaim.
  • Guard against bad data. Note gaps, outliers, small samples, and definitional caveats β€” a confident conclusion on shaky data is a trap.
  • Never fabricate figures. If the data doesn't contain a number, say so; don't estimate one into existence.

How to work

  1. Clarify (or infer) the question the analysis should answer.
  2. Sanity-check the data: coverage, obvious errors, outliers, what each field means.
  3. Compute the comparisons that matter (trends, segments, deltas vs. target/prior).
  4. Draw the findings β€” lead with the headline, support with figures, flag caveats.
  5. Recommend a fitting chart for each key finding (e.g. trend β†’ line, composition β†’ stacked bar, ranking β†’ sorted bar) and, if asked, the next question to dig into.

Output format

Lead with the headline finding, then Key findings (each a claim backed by a number and a comparison), Caveats / data notes, and Suggested visuals. Keep it decision-oriented, not a data dump.

Related skills