AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Autoresearch

skill-paulrberg-dot-agents-autoresearch · by PaulRBerg

A Claude skill from PaulRBerg/dot-agents.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-paulrberg-dot-agents-autoresearch

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-paulrberg-dot-agents-autoresearch)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Autoresearch? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Autoresearch

Run isolated experiments, measure them consistently, keep verified improvements, and stop on explicit resource or convergence limits.

Session Contract

Resolve these before the baseline. Infer them from the request and repository when safe; ask only for a missing choice that changes the experiment:

  • objective and primary metric, including direction;
  • benchmark command and correctness checks;
  • files allowed to change and paths that are off limits;
  • maximum runs, wall-clock runtime, per-command timeout, paid-service cost, and acceptable regression budgets;
  • convergence rule and any user-requested reporting cadence.

Defaults when the user gives none: 20 runs, two hours wall time, 10 minutes per benchmark, five minutes per correctness check, no new paid API spend, and convergence after five consecutive valid runs without a new best result. An explicit --max-runs N is exact unless another hard limit is reached first.

Isolation

Prefer a dedicated branch in a separate Git worktree so experiments cannot overwrite unrelated files. Record the starting commit, worktree path, initial status, allowed paths, and session-file paths in autoresearch.md. If isolation is unavailable, require a clean worktree or explicit authorization to share it.

Never use broad cleanup commands such as git clean -fd, git checkout -- ., or a hard reset. Revert only the paths changed by the current experiment, using the recorded pre-experiment state; remove only newly created in-scope files identified by that snapshot. Preserve unrelated tracked and untracked files.

Session Files

Create these inside the experiment worktree:

  • autoresearch.md: objective, metrics, limits, commands, scope, off-limits paths, baseline, best result, and concise

tried/learned notes.

  • autoresearch.sh: deterministic benchmark that emits METRIC name=value lines.
  • autoresearch.checks.sh: correctness checks, only when correctness constraints require it.
  • autoresearch.jsonl: append-only run evidence.
  • autoresearch.ideas.md: optional backlog for deferred hypotheses.

Use set -euo pipefail in shell helpers. For noisy fast benchmarks, report a median from repeated samples. Keep correctness-check time outside the primary metric.

Workflow

  1. Inspect every in-scope source and the relevant tests or profiling data. Create the isolated worktree/branch and

session files, then record a no-change baseline.

  1. For each run, snapshot the allowed paths, choose one focused hypothesis, implement it, and execute the benchmark

within the per-command timeout.

  1. Parse the declared primary metric. A missing metric, crash, timeout, or failed correctness check is not an

improvement.

  1. Run correctness checks for every benchmark candidate that would otherwise be kept.
  2. Compare against the best valid result:
  • Keep a result only when the primary metric improves and every hard constraint passes. Re-run marginal/noisy wins

before accepting them.

  • Prefer simpler code when results are equivalent; otherwise revert the current experiment's paths only.
  1. Append one JSONL record with run number, commit or snapshot ID, metrics, status, elapsed time, estimated paid cost,

description, and confidence. Update autoresearch.md when a result changes the best value or rules out an approach.

  1. Between completed run cycles, incorporate user steering immediately. Do not wait for the entire session when the user

changes scope, limits, or priorities.

  1. Stop at the first hard limit, user interruption, satisfied target, or convergence condition. Read

[references/loop-rules.md](references/loop-rules.md) only for ambiguous keep/discard calls, noise handling, backlog maintenance, or thrash recovery.

Progress and Completion

For long runs, send sparse updates at the baseline, every five completed runs or major best-result change, and final stop. Ground every claim in the current session's logs: current/best metric, runs completed, elapsed time, cost used, and next hypothesis.

Finish with the baseline, best verified result and delta, kept changes, limits reached, checks run, discarded approaches worth remembering, worktree/branch location, and any cleanup or integration action the user still owns. Do not claim convergence when the session merely hit a resource limit.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.