Read, write, snapshot, and lock .arcgentic/state.yaml across planner, dev, audit, and optional test sessions.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add Arch1eSUN/Arcgentic --skill cross-session-handoff --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cross Session Handoff?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/arch1esun-cross-session-handoff)More formats (shields.io, HTML) on the badges page.
---
name: cross-session-handoff
description: Read, write, snapshot, and lock .arcgentic/state.yaml across planner, dev, audit, and optional test sessions.
---
# cross-session-handoff
Manages `.arcgentic/state.yaml` as the shared state medium across multiple AI
sessions.
## Commands
```bash
arcgentic cross-session-handoff read
arcgentic cross-session-handoff write --session-id dev-session --updates '{"current_phase":"dev"}'
arcgentic cross-session-handoff snapshot --session-id audit-session
arcgentic cross-session-handoff acquire-lock --session-id dev-session --ttl 600
arcgentic cross-session-handoff release-lock --session-id dev-session
```
## Rules
- Reads do not acquire a lock.
- Writes acquire a TTL lock, write through a temp file, then rename atomically.
- Snapshots go to `.arcgentic/state-history/`.
- A session must not overwrite another non-expired lock.
## See also
- `toolkit/src/arcgentic/skills_impl/cross_session_handoff.py`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!