원클릭으로
acm-handoff
// Use when resuming work from a previous session that reached context threshold, or when a handoff summary exists. Reads handoff state and markdown to restore context, todos, and continue seamlessly.
// Use when resuming work from a previous session that reached context threshold, or when a handoff summary exists. Reads handoff state and markdown to restore context, todos, and continue seamlessly.
| name | acm-handoff |
| description | Use when resuming work from a previous session that reached context threshold, or when a handoff summary exists. Reads handoff state and markdown to restore context, todos, and continue seamlessly. |
This skill loads handoff content from a previous session that reached the context threshold.
When this skill is invoked:
.claude/claudikins-acm/handoff-state.json.claude/claudikins-acm/handoff.md| File | Purpose |
|---|---|
.claude/claudikins-acm/handoff-state.json | Structured state (preferred) |
.claude/claudikins-acm/handoff.md | Human-readable summary |
The structured state JSON contains:
context.current_objective - What was being worked oncontext.active_todos - Pending/in-progress todos to restorecontext.key_files_modified - Recently changed filesgit.branch - Git branch at handoff timegit.modified_files - Uncommitted changesactive_todos has entriesAfter successfully restoring context, offer to clean up:
rm -f .claude/claudikins-acm/handoff-state.json
rm -f .claude/claudikins-acm/handoff.md
If neither file exists, inform the user:
Claudikins Automatic Context Manager To configure settings, use: /acm:config