with one click
thaw
List frozen sessions and provide resume commands for all panels
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
List frozen sessions and provide resume commands for all panels
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Freeze this session's state for later resumption with claude --resume
ADMET prediction agent - assess absorption, distribution, metabolism, excretion, and toxicity profiles from molecular structure and physicochemical properties
Drug candidate ranking agent - multi-criteria scoring and prioritization of compounds for Oral Mucositis treatment
Clinical feasibility assessment agent - evaluate practical development pathways, regulatory strategy, cost estimates, and real-world viability for drug candidates
Combination therapy design agent - rational multi-compound strategy design, synergy assessment, and Ayurvedic formulation evaluation
Data scraper agent - build and run scrapers to collect drug, compound, target, and disease data from biomedical databases
| name | thaw |
| description | List frozen sessions and provide resume commands for all panels |
| when_to_use | When returning to resume previously frozen sessions |
| allowed-tools | Read, Bash(ls:*), Bash(cat:*), Bash(wc:*), Bash(mv:*) |
Help the user resume all their previously frozen sessions.
Read .claude/frozen-sessions/sessions.md. If it doesn't exist, tell the user:
No frozen sessions found. Run
/freezein active sessions before closing them.
Show all frozen sessions in a clear, actionable format. For each session, present it as a panel the user should open:
Welcome back! You have N frozen sessions ready to resume:
┌──────────────────────────────────────────────────────────────────┐
│ Panel 1: [Label] │
│ Branch: [branch] │
│ Status: [current status] │
│ Next step: [what to do first] │
│ │
│ claude --resume [uuid] │
├──────────────────────────────────────────────────────────────────┤
│ Panel 2: [Label] │
│ ... │
└──────────────────────────────────────────────────────────────────┘
After the detailed view, also give a plain copy-paste block:
# Quick resume — run each in a separate terminal panel:
claude --resume <uuid1>
claude --resume <uuid2>
claude --resume <uuid3>
claude --resume <uuid4>
Ask if the user wants to archive the freeze file (move to .claude/frozen-sessions/archive/sessions-YYYY-MM-DD.md) so it's clean for next time.
If the user says yes, move the file. If no, leave it.