autoresearch-skill

Optimizes AI agent skills through baseline-first binary-eval scored mutation experiments.

3|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/alpoxdev/hypercore-skills --skill autoresearch-skill-alpoxdev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: autoresearch-skill
Source: https://github.com/alpoxdev/hypercore-skills/tree/main/skills/autoresearch-skill
Command: npx skills add https://github.com/alpoxdev/hypercore-skills --skill autoresearch-skill-alpoxdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of inefficient, trial-and-error skill development by replacing guesswork with a structured, baseline-first experiment loop that ensures every change measurably improves performance.

Core Features & Use Cases

  • Binary Evaluation: Converts success criteria into stable yes/no tests to eliminate subjective bias.
  • One-Mutation-at-a-Time: Isolates the impact of specific changes to ensure only score-improving mutations are kept.
  • Use Case: When an existing skill for generating code documentation is failing to follow specific formatting rules, use this Skill to run a series of controlled experiments that refine the prompt instructions until the pass rate for those rules reaches 100%.

Quick Start

Run autoresearch on the skill located at skills/my-target-skill and follow the prompts to establish a baseline and begin the optimization loop.

Frequently Asked Questions about autoresearch-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize an AI agent skill through measurable experiments instead of guesswork?▼

Skill optimization through measurable experiments requires establishing a baseline and running a binary-evaluated, one-mutation-at-a-time loop to ensure every change measurably improves trigger accuracy and workflow clarity.

What is a binary evaluation score for refining prompt instructions?▼

A binary evaluation score converts success criteria into stable yes/no tests, eliminating subjective bias when refining prompt instructions until the pass rate for specific formatting rules reaches 100%.

How do I stop regressions when applying mutations to a complex agentic task?▼

To stop regressions when applying mutations to a complex agentic task, isolate the impact of specific changes using a one-mutation-at-a-time experiment loop that keeps only score-improving mutations with non-regression guard checks.

Do I need local shell access to run iterative benchmarking on existing skills?▼

Iterative benchmarking on existing skills requires local read, edit, and shell access to manage experiment artifacts, render dashboards, and execute non-regression guard checks throughout the optimization loop.

Can I use bun to manage experiment artifacts for skill refactoring?▼

Bun is the required dependency to manage experiment artifacts for skill refactoring, supporting the scripts and assets needed to render dashboards and execute the baseline-first evaluation loop.

What is the best way to improve trigger accuracy in an existing AI agent workflow?▼

The best way to improve trigger accuracy in an existing AI agent workflow is applying a structured, baseline-first experiment loop that isolates specific prompt mutations and validates them against binary success criteria.