Resume
Resume a paused experiment.
Before & after
Same prompt, same agent — the only difference is the skill.
Sure, I can help you get back up to speed on your feature. Let me check the current state of your branch, look at recent commits, and see what you were working on. I'll need to find the branch name and pull the latest changes. Then I can review what's been done, any test results, and what the next steps might be. Do you remember what the feature was called, and do you have any notes about where you left off or what was blocking you?
FEATURE RESUME SNAPSHOT BRANCH: feat/real-time-collab-editor LAST COMMIT: "wip: WebSocket transport layer" (2026-07-28 14:30) COMMITS SINCE: 0 (paused) PROGRESS STATUS: COMPLETE: ✓ Project initialized with EF Core DbContext ✓ User authentication middleware wired ✓ Document API endpoints (GET, POST, PUT) ✓ WebSocket server booted; test client connects IN PROGRESS: • WebSocket message routing (70% done) • Conflict resolution logic (pseudo-code, untested) BLOCKED: • Persistence layer needs schema review by lead dev • Merging main branch (3 new commits conflict) OPEN PRS: • #247 "Add WebSocket transport" • #251 "Schema updates for collab" TEST STATUS: • Unit tests: 12 passing, 3 skipped (conflict resolution edge cases) • Integration tests: pending WebSocket fixes NEXT STEPS: 1. Merge main (resolve conflicts in migrations) 2. Finish conflict resolution tests 3. Load-test with 5 concurrent editors 4. Unblock lead dev schema review ESTIMATED COMPLETION: 5 days if unblocked.
About this skill
name: resume description: Use when Resume a paused experiment.
Resume
Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating. Use when the user runs /ar:resume or asks to pick up a previously started autoresearch experiment.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the resume skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Resume; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: resume
description: Use when the user runs the resume command or asks to pick up a previously paused autoresearch experiment from its branch and results history.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Resume
Resumes a paused autoresearch experiment: checks out its branch, reads the accumulated results history, and continues iterating from where it left off instead of restarting.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.