Agent Skills
› advaitpaliwal/feynman
› source-comparison
source-comparison
GitHub通过调用compare工作流,对比多个来源(如论文、工具或框架)并生成基于事实的比较矩阵。
Trigger Scenarios
用户要求比较多个来源
需要生成多源对比矩阵
Install
npx skills add advaitpaliwal/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


