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


