Sting25

11 mods across 2 repositories, 8 stars between them.

claude-code-handoff

01

Sting25/claude-code-handoff

Plugin Claude Code

Session-state handoff for Claude Code: hooks auto-snapshot at SessionEnd/PreCompact and auto-load at SessionStart. Rebuilds lost handoffs from per-turn backups, keeps rotating history, nudges at 40% context, and HMAC-signs handoffs so cloned repos can't inject trusted rules.

4 3d ago A tokens not measured original MIT

claude-code-handoff

02

Sting25/claude-code-handoff

Plugin Claude Code

Session-state handoff for Claude Code: hooks auto-snapshot at SessionEnd/PreCompact and auto-load at SessionStart. Rebuilds lost handoffs from per-turn backups, keeps rotating history, nudges at 40% context, and HMAC-signs handoffs so cloned repos can't inject trusted rules.

4 3d ago A tokens not measured original MIT

SessionStart

03

Sting25/claude-code-handoff

Hook

Runs when a session starts, executing handoff_session_start.sh via bash. From Sting25/claude-code-handoff.

4 3d ago A tokens not measured original MIT

SessionEnd

04

Sting25/claude-code-handoff

Hook

Runs when a session ends, executing write_handoff.sh via bash with --if-curated. From Sting25/claude-code-handoff.

4 3d ago A tokens not measured original MIT

PreCompact

05

Sting25/claude-code-handoff

Hook

Runs before the context is compacted, executing write_handoff.sh via bash with --if-curated. From Sting25/claude-code-handoff.

4 3d ago A tokens not measured copy · 91% MIT

PostCompact

06

Sting25/claude-code-handoff

Hook

Runs after the context is compacted, executing handoff_compact_reset.sh via bash. From Sting25/claude-code-handoff.

4 3d ago A tokens not measured original MIT

Stop

07

Sting25/claude-code-handoff

Hook

Runs when the agent finishes a response, executing handoff_turn_append.sh via bash. From Sting25/claude-code-handoff.

4 3d ago A tokens not measured original MIT

UserPromptSubmit

08

Sting25/claude-code-handoff

Hook

Runs when you submit a prompt, before the agent sees it, executing handoff_ctx_check.sh via bash. From Sting25/claude-code-handoff.

4 3d ago A tokens not measured original MIT

handoff-more

09

Sting25/claude-code-handoff

Skill Claude CodeCodex

Pull older handoffs from .claude/handoffhistory/ into the current session's context. Requires the scripts/hooks installed by this repo's ./install.sh — the history it reads only exists once those are in place. Use when the auto-loaded handoffcurrent.md is thin (placeholder Notes, missing context the user is…

4 3d ago A 110 tokens original MIT

handoff-recover

10

Sting25/claude-code-handoff

Skill Claude CodeCodex

Compose a retroactive curated handoff when the previous session ended without invoking /handoff. Requires the scripts/hooks installed by this repo's ./install.sh — not a prompt-only skill. Triggered by the SessionStart "ACTION: RUN /handoff-recover" banner (emitted when handoffcurrent.md still has the placeholder…

4 3d ago A 134 tokens original MIT

handoff

11

Sting25/claude-code-handoff

Skill Claude CodeCodex

Snapshot session state to .claude/handoffcurrent.md and tell the user (loudly, with --- borders) to start a new session. Requires the scripts/hooks installed by this repo's ./install.sh — not a prompt-only skill. Use at clean boundaries (commit lands, track wraps), when the user signals context pressure ("getting…

4 3d ago B 106 tokens original MIT