Productivity
Command
/manual-handoff
Manually trigger context handoff - skip waiting for 60% threshold
shell
$ npx -y skills add elb-pr/claudikins-automatic-context-manager --agent claude-codeShips with claudikins-automatic-context-manager. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/manual-handoff
Context preview
What this command does when you run it.
Manually trigger context handoff - skip waiting for 60% threshold
Command definition
manual-handoff.mdname: claudikins-automatic-context-manager:manual-handoff description: Manually trigger context handoff - skip waiting for 60% threshold allowed-tools: - Bash
claudikins-automatic-context-manager:manual-handoff Command
You are manually triggering a context handoff, bypassing the automatic 60% threshold.
Workflow
1. Create the threshold flag file 2. Notify user that handoff will trigger on next prompt
Execute
Run this Bash command to create the flag:
SESSION_ID="${CLAUDE_SESSION_ID:-manual}"
echo "manual" > "/tmp/acm-threshold-${SESSION_ID}"
echo "Handoff trigger set. Send any message to see the handoff prompt."What Happens Next
After running, send any message and the handoff popup will appear, allowing you to:
- Generate a summary of the current session
- Continue in a fresh context with the summary loaded
Ships withclaudikins-automatic-context-manager
Claudikins Automatic Context Manager - seamless context handoff for Claude Code
Get the whole plugin, auto-invoked
Stats
12
Stars
0
Views
2
Forks
Quiet
Maintenance
Shell
Language
MIT
License
6mo ago
Last commit
6mo ago
Created
Repo: elb-pr/claudikins-automatic-context-manager

