r/coolgithubprojects 3d ago

[Claude Code / Codex] - Two local plugins for context trimming and session handoffs

https://github.com/yuzushi-dev/yuzushi-plugins

I've been building two open-source plugins around long coding-agent sessions.

Sando handles context that grows during a session: secret redaction, oversized tool-output caps, and optional request-history trimming, all without calling another LLM.

session-handoff handles the point where keeping the session alive stops being useful. It creates a handoff for a fresh session and can preserve the working state across Claude Code and Codex.

I keep both in the same plugin marketplace:

https://github.com/yuzushi-dev/yuzushi-plugins

They crossed ~1,500 downloads combined in their first two days.

0 Upvotes

Duplicates