Agent Skills
› companion-inc/feynman
› figure-style
figure-style
GitHub用于规范科研图表制作,涵盖图表选型、轴标签、配色及渲染检查,确保数据可追溯与可视化质量。
Trigger Scenarios
绘制或修改科研图表
审查图表规范性
生成高质量可视化图像
Install
npx skills add companion-inc/feynman --skill figure-style -g -y
SKILL.md
Frontmatter
{
"name": "figure-style",
"description": "Apply scientific plotting and figure-quality rules to a single plot or panel. Use when drawing, cleaning, labeling, or reviewing plots for research artifacts."
}
Figure Style
Use this skill before producing or revising any plot.
Checklist:
- Pick the chart type from the data shape and claim, not from decoration.
- Label axes with units, define transformations, and show uncertainty or replicate structure when available.
- Use color only for meaningful grouping; keep palettes accessible and consistent across panels.
- Render the plot and inspect text, tick labels, legends, clipping, and overplotting before saving.
- Save both the image and the code/data needed to regenerate it.
A polished plot with unverifiable data is not acceptable. Preserve provenance first.
Version History
- 54d08a3 Current 2026-07-25 07:15


