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


