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


