원클릭으로
thaw
List frozen sessions and provide resume commands for all panels
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List frozen sessions and provide resume commands for all panels
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.