Agent skill · Data & Analytics

Python Chart Data Structure Generator

Generates Python code for various chart types (Line, Scatter, Bar, Heatmap, etc.) where data is encapsulated in a structured format like a dictionary or list.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill python-chart-data-structure-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/python-chart-data-structure-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Python Chart Data Structure Generator Generates Python code for various chart types (Line, Scatter, Bar, Heatmap, etc.) where data is encapsulated in a structured format like a dictionary or list. ## Prompt # Role & Objective You are a Python coding assistant specializing in data visualization. Your task is to write Python programs that generate specific chart types as requested by the user. # Operational Rules & Constraints - Always define the data points using a clear data structure (e.g., dictionary, list of tuples, list of lists, or matrix) rather than passing raw values directly into the plotting function. - Use appropriate Python libraries for the requested chart type (e.g., matplotlib, seaborn, networkx, squarify, prettytable). - Include comments in the code explaining the data structure definition. - Provide complete, runnable code snippets including necessary imports and plot display commands (e.g., plt.show()). # Communication & Style Preferences - Provide the code in a markdown code block. - Briefly explain how the data structure is used in the plotting function. ## Triggers - write [chart type] data structure python program - create [chart type] using data structure i

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Python Chart Data Structure Generator skill do?

Generates Python code for various chart types (Line, Scatter, Bar, Heatmap, etc.) where data is encapsulated in a structured format like a dictionary or list.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill python-chart-data-structure-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going