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

Snapshot

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

현재 cmux 레이아웃과 Claude 세션 ID를 JSON 스냅샷으로 저장합니다. cmux 재시작 시 복원에 사용됩니다.

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

Install

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

✓ 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-snapshot)

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 Snapshot? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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.