Agent Skills
› Hmbown/CodeWhale
› dataviz
dataviz
GitHub根据数据生成图表、仪表盘或可视化解释,确保编码清晰并附带来源说明。
Trigger Scenarios
需要数据可视化
生成图表或仪表盘
Install
npx skills add Hmbown/CodeWhale --skill dataviz -g -y
SKILL.md
Frontmatter
{
"name": "dataviz",
"invocation": "model+user",
"description": "Choose and produce an appropriate chart\/dashboard\/visual explanation from data, with legible encodings and source\/assumption notes."
}
Dataviz
When to use
Use when the user needs a chart, dashboard, or visual explanation of data.
Non-goals
- Do not choose chart types that hide uncertainty.
- Do not invent data.
Workflow
- Inspect the data and questions.
- Choose encodings for the comparison at hand.
- Produce the visual with source/assumption notes.
- Sanity-check axes, units, and missing values.
Version History
- b0e4926 Current 2026-07-24 17:42


