agentsclimarketplace

Autoresearch

Skill LazyIsEfficient/agentic-os/.claude/skills/autoresearch

Agentic Framework for Modern Development

Install
npx -y skills add LazyIsEfficient/agentic-os --skill autoresearch

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Run Karpathy-style autoresearch optimization on any content. Generates 50+ variants, scores with a 5-expert simulated panel, evolves winners through multiple rounds, outputs optimized version + full experiment log. Use when optimizing landing pages, email sequences, ad copy, headlines, form pages, CTA text, or any conversion-focused content. Triggers on "optimize this page", "run autoresearch", "score these variants", "A/B test this copy".

SKILL.md

4.5 KB, as published. Nobody here has run it

Autoresearch Skill

Karpathy-style optimization loops for any conversion-focused content. No traffic needed. Simulated expert panel. Minutes, not weeks.

The sequence: Run autoresearch FIRST to hit 85+ simulated score. Then deploy. Then validate with real traffic.

What You'll Produce

Every run outputs 3 files:

FilePurpose
{name}-optimized.{ext}The winning optimized content
data/{name}-experiments.jsonFull experiment log — all variants + all scores
data/{name}-optimization-report.mdHuman-readable summary with winner rationale

Core rules

  1. Intake: parse content type from file extension (HTML → landing/form page; markdown → email/ad copy). List all optimizable elements and confirm with user before starting.
  2. Score every variant against the 5-expert panel in a single batched API call per round — never one call per variant.
  3. Run up to 3 rounds per element; stop early when top variant hits the minimum score threshold (default: 80).
  4. Cross-breed only after each element has its own winner — premature cross-breeding creates incoherent combinations.
  5. Write 3 output files: optimized content, experiments JSON, optimization report.
  6. Report back: winning score, biggest score jump, top 2 runner-ups, file paths, next step.

User Options

OptionDefaultDescription
elementsallWhich elements to optimize
variants_per_round10How many variants per round
min_score80Stop when this score is hit
rounds3Max rounds before stopping
auto_applyfalseOverwrite source file with winners
content_typeauto-detectForce a content type if auto-detect is wrong

Quality Gates

  • < 70: Don't ship. Something fundamental is broken.
  • 70-79: Marginal. One more round targeting the lowest-scoring dimension.
  • 80-84: Good. Shippable. Validate with real traffic.
  • 85-89: Strong. Ship with confidence.
  • 90+: Rare. Ship immediately.

Anti-Patterns

  • Never call the API once per variant. Always batch. A 10-variant round = 1 call.
  • Don't over-optimize for one dimension — a 95 clarity + 45 trust is a misleading overall score.
  • Don't run more than 5 rounds. If not hitting 80 after 3, the problem is strategic, not tactical.

References

Related skills

  • content-ops — quality scoring gate; run after autoresearch optimization
  • conversion-ops — audits a LIVE landing-page URL across CRO dimensions; use it instead when scoring a live page rather than optimizing copy variants pre-launch

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.