Agent Skills
› companion-inc/feynman
› source-comparison
source-comparison
GitHub通过调用compare工作流,利用researcher和verifier智能体对比多个来源(如论文、工具),生成基于事实的对比矩阵。
Trigger Scenarios
用户要求比较不同论文或研究资料
用户要求对比不同工具或框架
用户要求评估不同方法或主张
Install
npx skills add companion-inc/feynman --skill source-comparison -g -y
SKILL.md
Frontmatter
{
"name": "source-comparison",
"description": "Compare multiple sources on a topic and produce a grounded comparison matrix. Use when the user asks to compare papers, tools, approaches, frameworks, or claims across multiple sources."
}
Source Comparison
Run the /compare workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.
Agents used: researcher, verifier
Output: comparison matrix in outputs/.
Version History
- 54d08a3 Current 2026-07-25 07:16


