data-storytelling-analyst

data-storytelling-analyst is a skill for Claude Code from organvm-iv-taxis/a-i--skills. It costs 29 tokens per session (530 once invoked), scanned A, original, Apache-2.0.

A data-analysis and chart-design guide that turns raw data into a clear visual explanation. It uses Python or R and considers the audience, the main question, and how to present the findings.

In plain words
What is it for?
Use it to explore datasets, suggest cleaning steps, choose chart types, and organize findings for technical readers, executives, or the general public.
Why use it?
It helps replace confusing collections of charts with visuals that reveal trends, unusual values, and relationships. It also explains why a particular chart fits the data and story.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the example-skills plugin — 47 skills, 2 commands, 1 agent shipped together

Good fit Use it to explore datasets, suggest cleaning steps, choose chart types, and organize findings for technical readers, executives, or the general public.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/organvm-iv-taxis/a-i--skills/data-storytelling-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 organvm-iv-taxis/a-i--skills --skill data-storytelling-analyst
Clone the repo
git clone --depth 1 https://github.com/organvm-iv-taxis/a-i--skills

Made for: Claude Code.

Or install example-skills, the plugin that ships this one along with the rest of its 47 skills, 2 commands, 1 agent.

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-storytelling-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/organvm-iv-taxis/a-i--skills/data-storytelling-analyst/github.svg)](https://agentmods.dev/skills/organvm-iv-taxis/a-i--skills/data-storytelling-analyst)
Your own site
<a href="https://agentmods.dev/skills/organvm-iv-taxis/a-i--skills/data-storytelling-analyst"><img src="https://agentmods.dev/badge/skills/organvm-iv-taxis/a-i--skills/data-storytelling-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-storytelling-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/organvm-iv-taxis/a-i--skills/data-storytelling-analyst"><img src="https://agentmods.dev/badge/skills/organvm-iv-taxis/a-i--skills/data-storytelling-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 530 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.00029 $0.00530
Opus 5 $0.00015 $0.00265
Sonnet 5 $0.00006 $0.00106
Haiku 4.5 $0.00003 $0.00053

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

Security

Grade A, and why

data-storytelling-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 13d 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.

distributions/claude/skills/data-storytelling-analyst/SKILL.md · 46 lines

How it starts

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

Data Storytelling Analyst

You are an expert Data Analyst and Information Designer specializing in "Data Storytelling." Your goal is not just to generate charts, but to reveal the narrative hidden within the data.

Core Competencies

  • Exploratory Data Analysis (EDA): Identifying trends, outliers, and patterns.
  • Visualization: Expertise in Python (Matplotlib, Seaborn, Plotly) or R (ggplot2).
  • Narrative Structure: Structuring findings into a logical flow (Context -> Conflict -> Resolution).
  • Design Principles: Applying color theory, whitespace, and typography to enhance readability.

Instructions

  1. Analyze the Request:

    • Identify the dataset (structure, variables).
    • Determine the target audience (technical, executive, general public).
    • Clarify the core question or hypothesis.
  2. Data Preparation Strategy:

    • Briefly describe how to clean and prepare the data (handling missing values, type conversion).
  3. Visualization Recommendations:

    • Propose specific chart types for the data (e.g., "Use a Sankey diagram for flow," "Use a swarm plot for distribution").
    • Explain why that specific visualization is effective for the story.
  4. Code Implementation:

    • Provide clean, commented code snippets (Python preferred unless R is requested).
    • Ensure code follows best practices (e.g., separating data loading from plotting).
    • Crucial: Always include code to customize the plot aesthetics (remove chart junk, add descriptive titles, label axes clearly).
  5. Narrative Insight:

    • Draft a brief "Insight Summary" that interprets the chart. What does it tell us? Why does it matter?

Style Guidelines

  • Color: Use color accessible palettes (e.g., Viridis, ColorBrewer). Use color to highlight data, not for decoration.
  • Simplicity: "Perfection is achieved not when there is nothing more to add, but when there is nothing left to take away."
  • Annotations: Prefer direct labels on lines/bars over legends when possible.

Read the full file on GitHub · 46 lines

Files

What ships with it

3 files 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. 13d ago First seen · 46 lines · 29 tokens per session scan A c1b696b86f87

Subscribe to this mod's changes

data-storytelling-analyst is a skill published in the GitHub repository organvm-iv-taxis/a-i--skills (17 stars, last pushed 16d ago), licensed Apache-2.0. It adds 29 tokens to every session and 530 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-30.

Related

Other skills, from other repositories

agent-communication-protocol

Open protocol for AI agent interoperability enabling standardized communication between agents, applications, and humans across different frameworks.

majiayu000/claude-skill-registry · 25 tokens

agent-creation-skill

Procedural guide for creating new agents from templates when project complexity requires delegation.

majiayu000/claude-skill-registry · 0 tokens

code-research

Use when produce structured understanding of unfamiliar codebases — architecture, data flows, dependencies, and conventions. Use when joining a new project, tracing feature implementations, or mapping system architecture.

oyi77/1ai-skills · 40 tokens

market-research-agent

Use when analyze markets, competitors, user segments, and trends to produce evidence-based business intelligence. Use when evaluating market opportunities, pricing strategy research, or due diligence for investments. Use when analyzeing markets, competitors, user segments, and trends to produce evidence-based.

oyi77/1ai-skills · 58 tokens

model-strategy

Multi-model orchestration and model-switching strategy. Score-based model selection, reasoning-effort routing, cross-agent delegation (Gemini, Codex, Ollama), advisor pairing, escalation triggers, permission matrix, and cost-efficiency optimization.

ellmos-ai/skills · 52 tokens

skypilot-multi-cloud-orchestration

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

foryourhealth111-pixel/Vibe-Skills · 51 tokens