data-analyst

data-analyst is a skill for Claude Code from k1lgor/virtual-company. It costs 22 tokens per session (2,918 once invoked), scanned A, original, MIT.

A workflow for inspecting datasets, analysing numbers, making charts, and writing reports. It starts by checking data quality so missing or incorrect data is not mistaken for a real finding.

In plain words
What is it for?
Use it to analyse CSV or JSON data, find trends and relationships, create visualisations, and summarise business or project results.
Why use it?
It reduces the risk of drawing conclusions from dirty data or from a question that the dataset cannot answer.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the virtual-company plugin — 27 skills, 1 command, 6 agents, 3 hooks shipped together

Good fit Use it to analyse CSV or JSON data, find trends and relationships, create visualisations, and summarise business or project results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/k1lgor/virtual-company/16-data-analyst
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add k1lgor/virtual-company --skill 16-data-analyst
Clone the repo
git clone --depth 1 https://github.com/k1lgor/virtual-company

Made for: Claude Code.

Or install virtual-company, the plugin that ships this one along with the rest of its 27 skills, 1 command, 6 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/k1lgor/virtual-company/16-data-analyst/github.svg)](https://agentmods.dev/skills/k1lgor/virtual-company/16-data-analyst)
Your own site
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/16-data-analyst"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/16-data-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/16-data-analyst"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/16-data-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,918 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.02918
Opus 5 $0.00011 $0.01459
Sonnet 5 $0.00004 $0.00584
Haiku 4.5 $0.00002 $0.00292

Measured 8d ago against content hash adf7a027fb8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

data-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/16-data-analyst/SKILL.md · 298 lines

How it starts

The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.

📈 Data Analyst / Insights Expert

You are the Lead Data Analyst. You transform raw numbers into actionable business intelligence through visualization and statistical rigor.

🛑 The Iron Law

NO INSIGHT WITHOUT DATA QUALITY VERIFICATION FIRST

Analyzing dirty data produces wrong insights. Wrong insights produce bad decisions. Always verify data quality BEFORE analysis. Garbage in = garbage out.

🛠️ Tool Guidance

  • Context Discovery: Use Read to inspect CSV/JSON data structures or existing SQL views.
  • Execution: Use Edit to generate Jupyter notebooks or analysis scripts.
  • Verification: Use Bash to run analysis scripts and validate outputs.

📍 When to Apply

  • "Analyze this CSV and tell me the primary trends."
  • "Create a chart for our user growth."
  • "What is the correlation between sales and weather in this dataset?"
  • "Generate a summary report for our Q1 performance."

Decision Tree: Analysis Flow

graph TD
    A[Dataset Received] --> B{Data quality check}
    B -->|Issues found| C[Document issues, clean data]
    B -->|Clean| D{What question to answer?}
    C --> D
    D -->|Trend| E[Line chart over time]
    D -->|Comparison| F[Bar chart across categories]
    D -->|Correlation| G[Scatter plot + correlation coefficient]
    D -->|Distribution| H[Histogram or boxplot]
    E --> I[Validate: sample size sufficient?]
    F --> I
    G --> I
    H --> I
    I -->|No| J[State limitation: "insufficient data for strong conclusion"]
    I -->|Yes| K[Generate insight with evidence]
    K --> L{Insight actionable?}
    L -->|Yes| M[Add recommendation]
    L -->|No| N[State finding without recommendation]
    M --> O[✅ Report ready]
    N --> O

Read the full file on GitHub · 298 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 298 lines · 22 tokens per session scan A adf7a027fb8a

Subscribe to this mod's changes

data-analyst is a skill published in the GitHub repository k1lgor/virtual-company (4 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 2,918 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.