ehmoehmoCommunityยท1 Agent Skills Included

autoresearch-skill

Autonomous multi-team codebase improvement with measurable goals

Runs autonomous improvement cycles on any codebase using three isolated teams: one finds bugs, one fixes them with test verification, one simplifies the result. Supports narrow mode for measurable goals like latency or coverage, broad mode for comparing competing hypotheses, and sweep mode for general quality. Eliminates manual code review loops and keeps all work on separate branches until you merge.
npx skills add ehmo/autoresearch-skill --all -g -y
Available:

Explains the three-team cycle structure, coding conventions, and simplicity rules your agent must follow when running autonomous improvement sessions.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install autoresearch?โ–ผ

Run `npx skills add ehmo/autoresearch-skill --all -g -y` in your terminal to install the skill globally for your coding agent.

What does autoresearch do to my code?โ–ผ

It runs repeating cycles where one team finds bugs and gaps, another fixes them with test verification, and a third simplifies the changed code, all on a separate branch.

What is the difference between narrow, broad, and sweep modes?โ–ผ

Narrow drives a measurable metric to a target, broad tests 3-5 competing hypotheses on separate branches and picks a winner, and sweep runs general quality improvement until diminishing returns.

Does autoresearch work with Claude Code and Codex?โ–ผ

Yes. It installs as a slash command for Claude Code and includes a standalone protocol file for Codex and other agents.

Which languages and stacks are supported?โ–ผ

It auto-detects Go, Node/TypeScript, Rust, Python, Ruby, Java, Kotlin, Elixir, PHP, and any project with a Makefile, using each stack's standard test command.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’