Install
$ agentstack add skill-sanghun0724-cmux-claude-skills-restore ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
저장된 스냅샷에서 cmux 레이아웃과 Claude 세션을 복원합니다.
인자: {{ARGUMENTS}}
실행
cmux-restore {{ARGUMENTS}}
복원 순서
- 스냅샷 파일 로드 (기본:
~/.cmux-snapshots/latest.json) - 각 워크스페이스를
cmux new-workspace로 생성 - pane 트리를 재귀적으로
cmux new-split으로 재구성 - 각 surface에
cd전송 - Claude surface는:
- 세션 ID 있으면:
claude --resume로 정확한 세션 복원 - 없으면:
claude -c로 최근 세션 복원
타이밍 조정
머신이 느리거나 복원 중 실패가 생기면 대기 시간을 늘리세요:
CMUX_RESTORE_DELAY=1.0 cmux-restore
주의사항
- cmux.app이 실행 중이어야 합니다.
- 세션 ID 매칭은 베스트에포트 방식입니다. Claude 세션 인덱스(
~/.claude/projects/)가 없으면claude -cfallback을 사용합니다.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sanghun0724
- Source: sanghun0724/cmux-claude-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.