‹ 首页

arbor

@k-dense-ai · 收录于 3 周前 · 上游提交 今天

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 安装 校验哈希
npx oh-my-skill add k-dense-ai/scientific-agent-skills/arbor
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- k-dense-ai/scientific-agent-skills/arbor
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify k-dense-ai/scientific-agent-skills/arbor
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
32035GitHub stars
~3K最小装载
~11.8K含声明引用
~11.8K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 ab2f84a · 表述以原文为准
它做什么

装上后,Claude 会变成自动实验员:根据你给的任务、评估标准和现有代码或配置,自己设计并执行多轮实验,记录每次尝试和结果,最后给出一个优化后的版本。

什么时候触发

当你想要反复改进某个代码或模型,并有一个评估分数作为目标时触发,例如想提高测试分数或调优参数。

装好后可以这样说
Claude 会启动自主优化循环,生成并测试多种改进方案。
Claude 会分析管道瓶颈,通过实验逐步提升性能。
Claude 会系统探索不同参数组合,避免过拟合。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。