📊
DataPython

Chart Visualization

by HezaoHezao

Chart Visualization is a Data skill for Claude Code, published by HezaoHezao in poirot.

185 stars8 forkson HezaoHezao/poirotAdded 2026/08/11+48% in starsRepository updated 2026/07/28
agentagent-memoryagent-skillagent-skillsagentic-aiagentsai-agentai-agentsai-codingmemorymemory-systemmulti-agent
Install in seconds
Install Chart Visualization
Copy Chart Visualization 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/HezaoHezao/poirot/tree/master/poirot/backend/agents/skill/builtin_skills/creative/chart-visualization ~/.claude/skills/chart-visualization

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/HezaoHezao/poirot.git

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

In this catalog

Source file
poirot/backend/agents/skill/builtin_skills/creative/chart-visualization/SKILL.md in HezaoHezao/poirot
Installs to
~/.claude/skills/chart-visualization
Collection
One of 37 skills cataloged from this repository
Category
Data668 skills

What Chart Visualization does

Transforms data into visual charts by intelligently selecting chart types, extracting parameters, and generating chart images using Python matplotlib/plotly.

Chart Visualization is cataloged under Data on DirSkills. Chart Visualization comes from a repository tagged agent, agent-memory, agent-skill, agent-skills and agentic-ai.

Documentation

README

Chart Visualization

Overview

Transform data into visual charts. Intelligently select the most suitable chart type, extract parameters, and generate a chart image.

Poirot note: The original deer-flow skill uses a bundled scripts/generate.js (Node.js + charting library). Poirot doesn't bundle that script. Use bash with Python (matplotlib/plotly) as the rendering engine instead. Install: pip install matplotlib plotly.

Chart Selection Guide

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

Frequently asked about Chart Visualization

  • What else does HezaoHezao publish alongside Chart Visualization?

    Chart Visualization is one of 37 skills that DirSkills catalogs from HezaoHezao/poirot, the repository it ships in. Its siblings there include Academic Paper Review, ArXiv Research and Architecture Diagram. Each one is a separate skill with its own page in this directory, installs the same way Chart Visualization does, and is maintained by HezaoHezao in that same repository. The rest of the collection is listed on the HezaoHezao/poirot page.

  • How does Chart Visualization compare to other Data skills?

    Chart Visualization ranks #617 by stars among the 668 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 Chart Visualization against them. Open each page to compare what they document and how they install.