Agent Skills
› companion-inc/feynman
› figure-composer
figure-composer
GitHub用于生成出版级多面板科学图表,涵盖从声明提炼、面板规划、样式应用到最终渲染与审查的全流程,确保数据真实性和图表可读性。
Trigger Scenarios
需要创建多面板科学图表
进行图表布局规划或评审
Install
npx skills add companion-inc/feynman --skill figure-composer -g -y
SKILL.md
Frontmatter
{
"name": "figure-composer",
"description": "Compose a publication-grade multi-panel scientific figure from a claim, dataset, or draft result. Use when the task needs panel planning, consistent figure layout, figure review, or final figure assembly."
}
Figure Composer
Use this skill for multi-panel scientific figures.
Workflow:
- State the figure's single claim and list every data artifact that supports it.
- Draft a panel plan with labels, chart types, data sources, required annotations, and what each panel proves.
- Use
figure-stylefor each plot before composing the multi-panel layout. - Render, inspect, and revise for label collisions, axis readability, color meaning, caption fit, and data-source fidelity.
- Save the final figure, source data, generation code, caption, and provenance sidecar.
Do not invent data or hide excluded data in summaries.
Version History
- 54d08a3 Current 2026-07-25 07:15


