Syntic

Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.

EngineeringFree Safe

resume

Security Scan Summary

Status: Safe

Source: Syntic Skills registry

Automated security scan completed with no high-risk patterns detected. Manual review is still required.

About This Skill

Use when resuming a paused experiment. Load full context, read results history, and continue iterating.

Downloadable SKILL.md

Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.

SKILL.md
---
name: resume
description: Use when resuming a paused experiment. Load full context, read results history, and continue iterating.
category: Engineering
version: 1.0.0
tools: []
---

# Resume Experiment

Resume a paused or context-limited experiment and continue iteration.

## Workflow

### 1. List Experiments If Needed

If no specific experiment is given, retrieve the list of all experiments with their current status (active, paused, or completed based on results recency). Let the user select which to resume.

### 2. Load Full Context

Retrieve and review:
- Experiment configuration (domain, name, parameters)
- Strategy and program notes
- Full results history (all prior iterations with metrics)
- Recent commit history for the experiment branch

### 3. Current State Summary

Report to user:
- Experiment name and target files/functions
- Primary metric (direction: lower or higher is better)
- Total experiments run, breakdown by kept/discarded/crashed
- Best result and improvement vs. baseline
- Last experiment summary with outcome (kept/discarded/crashed)
- Recent patterns observed across attempts

### 4. Next Action

Offer user options:
- Single iteration: make one change and evaluate
- Start loop: resume autonomous iteration with scheduled intervals
- Review results: user reviews and decides next step

For loop choice, hand off to continuation with experiment pre-selected.

Bundle Download

Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.

Install Targets

Syntic App

  1. 1. Create a dedicated folder for this skill in your local skills library.
  2. 2. Place SKILL.md into that folder.
  3. 3. Restart Syntic and invoke this skill on matching tasks.

Syntic Code (CLI)

  1. 1. Save SKILL.md in your local Syntic Code skills directory.
  2. 2. Keep related files in the same skill folder.
  3. 3. Run in a safe environment and validate outputs.

Source

https://github.com/alirezarezvani/claude-skills/blob/main/engineering/autoresearch-agent/skills/resume/SKILL.md

Open Source Link
Engineering

Related Skills