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


