AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Restore

skill-sanghun0724-cmux-claude-skills-restore · by sanghun0724

cmux-snapshot으로 저장한 스냅샷을 복원합니다. 워크스페이스 레이아웃과 Claude 세션을 재구성합니다.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-sanghun0724-cmux-claude-skills-restore

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sanghun0724-cmux-claude-skills-restore)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Restore? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

저장된 스냅샷에서 cmux 레이아웃과 Claude 세션을 복원합니다.

인자: {{ARGUMENTS}}

실행

cmux-restore {{ARGUMENTS}}

복원 순서

  1. 스냅샷 파일 로드 (기본: ~/.cmux-snapshots/latest.json)
  2. 각 워크스페이스를 cmux new-workspace로 생성
  3. pane 트리를 재귀적으로 cmux new-split으로 재구성
  4. 각 surface에 cd 전송
  5. Claude surface는:
  • 세션 ID 있으면: claude --resume 로 정확한 세션 복원
  • 없으면: claude -c 로 최근 세션 복원

타이밍 조정

머신이 느리거나 복원 중 실패가 생기면 대기 시간을 늘리세요:

CMUX_RESTORE_DELAY=1.0 cmux-restore

주의사항

  • cmux.app이 실행 중이어야 합니다.
  • 세션 ID 매칭은 베스트에포트 방식입니다. Claude 세션 인덱스(~/.claude/projects/)가 없으면 claude -c fallback을 사용합니다.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.