resume

Resume paused experiments with context and continuation options.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill resume-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-advanced-skills/autoresearch-agent/skills/resume
Command: npx skills add https://github.com/4lerman/text_evaluator --skill resume-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to seamlessly resume paused experiments, providing full context and options for continuation or review.

Core Features & Use Cases

  • Experiment Resumption: Quickly resume paused experiments to continue from the last point.
  • Context Retrieval: Fetch and display full experiment history, configurations, and results.
  • Action Selection: Choose from running a single iteration, starting an autonomous loop, or reviewing results.

Quick Start

Resume the paused experiment with the command: /ar:resume

Frequently Asked Questions about resume

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

FAQPage Schema
How do I resume paused experiments with full context retrieval?

To resume paused experiments, use the /ar:resume command. It retrieves full experiment history, configurations, and results, providing detailed context and options for continuation or review.

Can I run an autonomous workflow loop after resuming an experiment?

Yes, after resuming an experiment, you can choose from action options including running a single iteration, starting an autonomous loop, or reviewing previous results.

Does experiment resumption work with git and Python environments?

Yes, experiment resumption requires git and Python for execution and context retrieval. These dependencies are necessary to fetch experiment history and apply code modifications or configuration adjustments.

What is the best way to continue iterative testing from a paused state?

The best way to continue iterative testing is by resuming the paused experiment, which restores full configurations and allows you to select single iterations or autonomous loops for further code modifications.

Why does experiment resumption fetch experiment history and configurations?

Experiment resumption fetches history and configurations to provide detailed context, ensuring you can seamlessly continue code modifications and iterative testing from the exact last point.

Do I need git to manage experiment resumption and action selection?

Yes, git is required for experiment resumption. Along with Python, it enables context retrieval and manages the state needed for action selection like running iterations or reviewing results.