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


