Help us improve
Share bugs, ideas, or general feedback.
From claudikins-automatic-context-manager
Restores context, todos, and work state from a previous session that hit the context threshold. Reads handoff files to continue work seamlessly.
npx claudepluginhub espalier-redoubt/claudikins-automatic-context-managerHow this skill is triggered — by the user, by Claude, or both
Slash command
/claudikins-automatic-context-manager:acm-handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill loads handoff content from a previous session that reached the context threshold.
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.
Manages context handoffs between AI coding sessions. Detects HANDOFF.md files on startup, trigger words like 'handoff' or 'resume', and suggests transfers at milestones or session ends.
Restores session context from a previous Claude Code session after context resets, compaction, or new conversations. Checks for handoff files and project state to resume work.
Share bugs, ideas, or general feedback.
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