autoresearch-hooks

Execute pre/post-iteration hook scripts for autoresearch sessions.

11|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/ethanolivertroy/my-agent-stuff --skill autoresearch-hooks-ethanolivertroy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch-hooks
Source: https://github.com/ethanolivertroy/my-agent-stuff/tree/main/skills/autoresearch-hooks
Command: npx skills add https://github.com/ethanolivertroy/my-agent-stuff --skill autoresearch-hooks-ethanolivertroy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of pre/post-iteration hooks for autoresearch sessions, streamlining the process of adding research fetching, notifications, persistent learnings, and other side effects around iterations.

Core Features & Use Cases

  • Pre-Iteration Hooks: Execute scripts before each iteration to prepare for the research phase.
  • Post-Iteration Hooks: Execute scripts after each log_experiment to handle post-experiment tasks.
  • Use Case: For a developer optimizing code, this Skill could automatically fetch external research materials before each iteration and log learnings after each run.

Quick Start

Set up pre/post-iteration hooks for your autoresearch session by placing your scripts in the autoresearch.hooks/ directory.

Frequently Asked Questions about autoresearch-hooks

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

FAQPage Schema
How do I automate pre-iteration and post-iteration hooks for research sessions?

Automating pre/post-iteration hooks for research sessions involves executing scripts before and after each iteration to handle tasks like fetching research, logging learnings, and sending notifications automatically. You place your custom scripts in the designated hooks directory.

What are pre/post-iteration hooks used for in research automation?

Pre/post-iteration hooks in research automation are used to execute scripts before each iteration to prepare research materials and after each log_experiment to handle post-experiment tasks like logging learnings and sending notifications.

How do I set up scripts to run before and after each research iteration?

To set up scripts to run before and after each research iteration, place your custom script files into the autoresearch.hooks directory, which triggers automatic execution during the session's pre and post phases.

Do I need JSON parsing skills to manage automated research iteration hooks?

Yes, managing automated research iteration hooks requires JSON parsing and file manipulation skills. The Skill needs to process JSON data to successfully execute scripts and handle session automation.

Can I use iteration hooks to automatically fetch external research before an experiment?

Yes, you can use pre-iteration hooks to automatically fetch external research materials before each iteration starts. This streamlines the process of adding research fetching around your iterations.