resume▌
alirezarezvani/claude-skills · updated Apr 8, 2026
Resume a paused or context-limited experiment. Reads all history and continues where you left off.
/ar:resume — Resume Experiment
Resume a paused or context-limited experiment. Reads all history and continues where you left off.
Usage
/ar:resume # List experiments, let user pick
/ar:resume engineering/api-speed # Resume specific experiment
What It Does
Step 1: List experiments if needed
If no experiment specified:
python {skill_path}/scripts/setup_experiment.py --list
Show status for each (active/paused/done based on results.tsv age). Let user pick.
Step 2: Load full context
# Checkout the experiment branch
git checkout autoresearch/{domain}/{name}
# Read config
cat .autoresearch/{domain}/{name}/config.cfg
# Read strategy
cat .autoresearch/{domain}/{name}/program.md
# Read full results history
cat .autoresearch/{domain}/{name}/results.tsv
# Read recent git log for the branch
git log --oneline -20
Step 3: Report current state
Summarize for the user:
Resuming: engineering/api-speed
Target: src/api/search.py
Metric: p50_ms (lower is better)
Experiments: 23 total — 8 kept, 12 discarded, 3 crashed
Best: 185ms (-42% from baseline of 320ms)
Last experiment: "added response caching" → KEEP (185ms)
Recent patterns:
- Caching changes: 3 kept, 1 discarded (consistently helpful)
- Algorithm changes: 2 discarded, 1 crashed (high risk, low reward so far)
- I/O optimization: 2 kept (promising direction)
Step 4: Ask next action
How would you like to continue?
1. Single iteration (/ar:run) — I'll make one change and evaluate
2. Start a loop (/ar:loop) — Autonomous with scheduled interval
3. Just show me the results — I'll review and decide
If the user picks loop, hand off to /ar:loop with the experiment pre-selected.
If single, hand off to /ar:run.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★57 reviews- ★★★★★Tariq Haddad· Dec 28, 2024
I recommend resume for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Chaitanya Patil· Dec 12, 2024
We added resume from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Evelyn Abebe· Dec 12, 2024
Solid pick for teams standardizing on skills: resume is focused, and the summary matches what you get after install.
- ★★★★★Olivia Tandon· Dec 8, 2024
resume fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Liam Anderson· Dec 4, 2024
resume reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Olivia Khanna· Nov 27, 2024
We added resume from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Liam Mehta· Nov 23, 2024
Registry listing for resume matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Naina Torres· Nov 19, 2024
Keeps context tight: resume is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Piyush G· Nov 3, 2024
resume fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Arjun Patel· Nov 3, 2024
resume has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 57