Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

recursive-benchmark递归基准测试

Agent Skill

recursive-benchmark 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

408

周安装

17

GitHub Stars

60

下载量

136
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:recursive-benchmark(递归基准测试)
来源仓库:https://github.com/try-works/recursive-mode
仓库路径:skills/recursive-benchmark
安装命令:
npx skills add https://github.com/try-works/recursive-mode --skill recursive-benchmark
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/try-works/recursive-mode --skill recursive-benchmark

简介

recursive-benchmark 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景进行信息定位的研究与检索任务。
  • 通过关键词、任务场景或来源线索输入,获取相关结果列表。
  • 安装命令:npx skills add https://github.com/try-works/recursive-mode --skill recursive-benchmark。
  • 建议确认权限范围和维护状态,注意是否触发联网或文件操作。

SKILL.md

recursive-benchmark

Use this skill to run a fair benchmark that compares the same coding agent with recursive-mode off and recursive-mode on.

The benchmark should use the same project requirements, the same model family, and the same success criteria for both arms. The recursive-on arm should additionally start from a bootstrapped recursive-mode scaffold, a run-local 00-requirements.md, and a command-style prompt that explicitly tells the agent to use the bootstrapped recursive control-plane files as the recursive-mode skill before implementing the run end to end.

For fairness, the recursive-off arm should receive controller guidance only in the chat prompt, not as benchmark requirement, rubric, or prompt documents inside its repo or benchmark workspace.

Current maintained benchmark runners are Codex CLI, Kimi CLI, and OpenCode CLI. For OpenCode, prefer provider-qualified model ids and use the dedicated CLI binary rather than the desktop wrapper.

Primary Use Case

Use recursive-benchmark when the user wants to:

  • compare recursive-mode against a non-recursive baseline
  • measure whether recursive-mode improves implementation quality, reliability, or completion rate
  • run disposable benchmark repos in temp folders
  • capture build/test/preview outcomes, timings, issues, and final scores
  • capture and report screenshot artifacts produced during the benchmark
  • generate a markdown benchmark report or dashboard
  • choose among packaged easy, medium, hard, and xhard benchmark scenarios
  • optionally run the paired arms in parallel when the runtime/provider can tolerate it; unstable runners should fall back to sequential execution and record that downgrade in the report

Benchmark Contract

For each benchmark run:

  1. Create paired disposable repos for recursive-off and recursive-on.
  2. Give both repos the same benchmark project requirements.
  3. Bootstrap recursive-mode only in the recursive-on repo and place the benchmark requirements in a run-local, recursive-compliant 00-requirements.md.
  4. Prompt the recursive-on arm to read /.recursive/RECURSIVE.md, the bridge docs, the router config files, and the run requirements before implementing the run.
  5. Record the runner, provider family, model string, and timeout budget.
  6. Execute the selected agent runtime non-interactively for both arms.
  7. Run a mandatory controller-side judge review for every completed arm, preferring gpt-5.4 and falling back to a fresh instance of the benchmarked model when needed.
  8. Capture logs, durations, issues, screenshot artifacts, live progress artifacts, and evaluation outcomes, including whether the recursive-on arm produced the expected run artifacts through 08-memory-impact.md, passed controller-side recursive run lint, and required an isolated product snapshot for Rust build/test/preview evaluation.
  9. Keep repo-local benchmark workspaces such as .benchmark-workspaces/ ignored when the harness runs inside the packaged repo.
  10. Produce a final markdown report that compares the two arms side by side, including a combined benchmark score that blends heuristic rubric coverage with the mandatory judge metric.
  11. Surface whether recursive-on completed the recursive artifact set, whether it passed controller-side recursive lint, and whether it used an isolated worktree or stayed in the repo root.

Packaged Scenario Tiers

  • local-first-planner - easy
  • team-capacity-board - medium
  • release-readiness-dashboard - hard
  • scientific-calculator-rust - xhard

All packaged scenarios should stay:

  • browser-local state only
  • no external database or server dependencies
  • local browser preview should work from a temp folder
  • output should be suitable for later screenshot validation

Current packaged stacks:

  • React + TypeScript + Vite for easy/medium/hard
  • Rust + WebAssembly with Trunk for xhard

Logging Requirements

The benchmark should preserve:

  • raw agent stdout/stderr or JSON event logs when available
  • per-phase timing data
  • per-arm live progress files
  • build/test/preview results
  • screenshot paths and image embeds when screenshots exist
  • timeout or failure reasons
  • benchmark repo paths and report paths
  • token or usage data only when the underlying CLI exposes it

Both benchmark arms should also ask the coding agent to maintain a simple in-repo benchmark activity log. If the controller provides hints during the benchmark, the arm should record them in benchmark/hints.md so the report can apply any configured hint penalty.

Output

The benchmark should produce a final report that includes:

  • benchmark scenario name
  • provider/runtime and model
  • recursive-off vs recursive-on comparison
  • total duration and timeout status
  • build/test/preview outcomes
  • screenshot galleries for both arms when screenshots exist
  • separated runner health vs product outcome
  • heuristic score breakdown
  • mandatory code-review judge metric and reviewer identity
  • combined benchmark score that weights heuristic coverage and judge review together
  • recursive-on worktree isolation status and recorded worktree location
  • artifact paths for live progress inspection
  • notable issues or gaps
  • links or relative paths to logs and generated artifacts
  • timestamp fallback evidence when agent logging is incomplete

Fairness Rules

  • Keep the project spec identical between both arms.
  • Do not silently give one arm different acceptance criteria.
  • Record when a metric is unavailable instead of faking it.
  • Keep the benchmark disposable; do not contaminate this reusable repo with run residue.
  • Use the same timeout budget and scoring rubric for both arms.
  • If one arm receives hints, record them and reflect the configured penalty in the final scoring.

Boundaries

  • This skill is for benchmark setup, execution, and reporting.
  • It does not replace the recursive-mode workflow spec itself.
  • It should not use hidden benchmark-specific criteria that are absent from the packaged rubric.
  • It should not require external services such as a database server.

When the recursive-on arm uses delegated audit, review, or other external model help, the benchmark prompt should require it to re-read /.recursive/config/recursive-router.json and /.recursive/config/recursive-router-discovered.json immediately before choosing the delegated CLI/model.

References

  • ./references/patterns.md
  • /references/benchmarks/README.md
  • /references/benchmarks/local-first-planner/README.md
  • /references/benchmarks/local-first-planner/00-requirements.md
  • /references/benchmarks/local-first-planner/scoring-rubric.md
  • ./scripts/run-recursive-benchmark.py

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.68%
按下载量换算46

Claude

30.72%
按下载量换算42

Cursor

19.95%
按下载量换算27

Gemini CLI

8.45%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills