Skip to content
Development
Command

/manual-handoff

Manually trigger context handoff - skip waiting for 60% threshold

From plugin
claudikins-automatic-context-manager
141 skill1 command2 hooks
Install
$ npx -y skills add povvo/claudikins-automatic-context-manager --agent claude-code

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.md
name: 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
Stats
14
Stars
1
Forks
Quiet
Maintenance
Shell
Language
MIT
License
8mo ago
Last commit
8mo ago
Created

Repo: povvo/claudikins-automatic-context-manager