autoresearch

仓库创建 2026年2月2日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要闭环优化和自动化评估的研究/工程团队

▸ 风险提示

可执行或修改代码与文件,运行时需用户明确授权

这个 Skill 做什么

自动化迭代实验框架:修改、验证并按度量保留或丢弃结果

把实验和优化变成自动闭环:按你设定的度量反复修改、验证并自动筛选保留或丢弃方案,适合超参搜索、模型调优或大规模 A/B 测试。框架默认有限次运行并详细记录所有结果,便于回溯与评估。亮点是可自治的迭代流程、结果日志与交接文件,减少人工干预风险。

▸ 展开 SKILL.md 英文原文

Autonomous iteration loop: modify, verify, keep/discard against any metric

研究检索自动化迭代实验评估通用
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/autoresearch/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/autoresearch/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Autoresearch — Autonomous Goal-directed Iteration

## Safety Invariants (all subcommands)
- Never push, publish, or deploy without explicit user approval.
- Bounded by default. Override with `Iterations: unlimited`.
- All results logged to `autoresearch/{subcommand}-{YYMMDD}-{HHMM}/` directory.
- Chain handoff via `handoff.json`. Evals reads `*-results.tsv`.

## Dispatch (bare `$autoresearch`)

Parse the invocation in this order:

| Condition | Mode |
|---|---|
| `Metric:` or `Verify:` present | **Classic** — existing metric loop, unchanged |
| Free-form natural-language goal, no metric/verify | **Orchestrator** — see Orchestrator section |
| Nothing | **Setup wizard** — interactive config
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有