Install
$ agentstack add skill-sanghun0724-cmux-claude-skills-snapshot ✓ 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 레이아웃 트리와 각 surface에 연결된 Claude 세션 ID를 저장합니다.
인자: {{ARGUMENTS}}
실행
cmux-snapshot {{ARGUMENTS}}
인자가 없으면 ~/.cmux-snapshots/latest.json에 저장합니다 (항상 덮어씀).
저장 내용
- 워크스페이스별 pane 트리 구조 (split 방향/비율 포함)
- 각 surface의 제목, 작업 디렉토리, Claude 세션 여부
- Claude 세션이면
~/.claude/projects/에서 세션 ID 매칭 (CWD 기반 우선, 전체 검색 fallback)
실행 후 보고
저장된 워크스페이스 수와 Claude 세션 매칭 결과를 요약합니다.
자동화
Claude Code의 Stop 훅에 등록하면 세션 종료 시마다 자동 저장됩니다:
"hooks": {
"Stop": [{
"hooks": [{
"type": "command",
"command": "cmux-snapshot latest 2>/dev/null || true"
}]
}]
}
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.