replication
GitHub用于规划并执行论文、声明或基准测试的复现工作。引导用户选择环境后,利用研究代理生成复现计划、脚本及结果输出,适用于验证实验结果或构建复现包。
Trigger Scenarios
Install
npx skills add companion-inc/feynman --skill replication -g -y
SKILL.md
Frontmatter
{
"name": "replication",
"description": "Plan a replication of a paper, claim, or benchmark, and execute only after an explicit environment choice. Use when the user asks to replicate results, reproduce an experiment, verify a claim empirically, or build a replication package."
}
Replication
Run the /replicate 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
Asks the user to choose an execution environment (local, virtual env, cloud, or plan-only) before running any code.
Output: replication plan, scripts, raw outputs, and results saved to disk when execution is explicitly chosen.
Version History
- 54d08a3 Current 2026-07-25 07:16


