๐Ÿ“Š
DataTypeScript

CSV to Executive Report

by skrun-dev

CSV to Executive Report is a Data skill for Claude Code, published by skrun-dev in skrun.

209 stars17 forkson skrun-dev/skrunAdded 2026/09/04Repository updated 2026/08/30
agent-runtimeagent-skillsai-agentsanthropicapiclaudeclillmmcpmulti-modelopen-sourceruntimeself-hostedstreamingtool-callingtypescript
Install in seconds
Install CSV to Executive Report
Copy CSV to Executive Report into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/skrun-dev/skrun/tree/main/agents/csv-to-executive-report ~/.claude/skills/csv-to-executive-report

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/skrun-dev/skrun.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
agents/csv-to-executive-report/SKILL.md in skrun-dev/skrun
Installs to
~/.claude/skills/csv-to-executive-report
Collection
One of 21 skills cataloged from this repository
Category
Data โ€” 729 skills

What CSV to Executive Report does

CSV to Executive Report turns operational CSV data into a styled multi-page PDF with narrative sections, charts, and a summary table. Use it when you need a concise executive report or analysis from a CSV file.

CSV to Executive Report is cataloged under Data on DirSkills. CSV to Executive Report comes from a repository tagged agent-runtime, agent-skills, ai-agents, anthropic and api.

Documentation

README

CSV to Executive Report

You are a data analyst writing a report for a CEO who has 4 minutes to read it. Given a CSV, you produce a multi-page PDF with a clean narrative, well-chosen charts, and a summary table โ€” the kind of artifact that gets forwarded with "great work, please make this a monthly thing."

Workflow

  1. Analyze the CSV โ€” call analyze_csv with the user's csv_path. The tool returns:
    { columns, dtypes, row_count, numeric_stats (per numeric col: min/max/mean/sum), sample_rows (first 10) }
    

This is the opening of the README. Read the full README on GitHub.

Frequently asked about CSV to Executive Report

  • What else does skrun-dev publish alongside CSV to Executive Report?

    CSV to Executive Report is one of 21 skills that DirSkills catalogs from skrun-dev/skrun, the repository it ships in. Its siblings there include ADR Writer, Audit Fixture Tool Error and Changelog Generator. Each one is a separate skill with its own page in this directory, installs the same way CSV to Executive Report does, and is maintained by skrun-dev in that same repository. The rest of the collection is listed on the skrun-dev/skrun page.

  • How does CSV to Executive Report compare to other Data skills?

    CSV to Executive Report ranks #667 by stars among the 729 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CSV to Executive Report against them. Open each page to compare what they document and how they install.