replication
GitHub用于规划并执行论文、主张或基准测试的复制工作。在用户明确要求复制结果、复现实验或验证主张时使用,需先选择执行环境,输出包含计划、脚本及原始结果。
Trigger Scenarios
Install
npx skills add advaitpaliwal/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


