arbor
Autonomously improve a real artifact (code, training recipe, agent harness, data pipeline, prompt) against an objective and an evaluator, using Hypothesis Tree Refinement (HTR) from the Arbor paper. Use this whenever someone wants to iteratively optimize something over many experiments without overfitting — e.g. "get my model's eval score up", "improve this agent/harness", "tune this pipeline", "beat the baseline on this benchmark", "run a search over approaches and keep the best", "do an MLE-bench / Kaggle-style optimization", or any long-horizon "make this artifact better and don't just memorize the dev set" task. Trigger it even when the user doesn't say "Arbor" or "hypothesis tree" but describes repeated experiment-and-evaluate loops, branching exploration of competing ideas, or worries about a dev/test gap. Runs Claude itself as the coordinator with subagent executors in isolated git worktrees; for the standalone `arbor` CLI tool see references/arbor-upstream.md.
适合你,如果需要在多次实验中自动改进某个工件并防止过拟合
npx oh-my-skill add k-dense-ai/scientific-agent-skills/arborcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- k-dense-ai/scientific-agent-skills/arbornpx oh-my-skill verify k-dense-ai/scientific-agent-skills/arbor怎么用
商店整理自技能原文 · 版本 3f825ca · 表述以原文为准装上后,Claude 会自主运行一个优化循环:针对一个可修改的工件(如代码、配置、提示词),在给定目标和评估器下,通过多轮实验和评估来改进它,并防止过拟合。
当用户想要迭代优化某个工件,例如“提高模型评估分数”、“改进代理框架”、“调优数据管道”、“在基准上超越基线”等,且预期需要多次实验时触发。