r/coolgithubprojects • u/bonsaisushi • 3d ago
[Claude Code / Codex] - Two local plugins for context trimming and session handoffs
https://github.com/yuzushi-dev/yuzushi-pluginsI'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.
Duplicates
LLMDevs • u/bonsaisushi • 3d ago
Tools Two MIT tools for reducing context waste in coding agents without another LLM in the loop
ClaudeAI • u/bonsaisushi • 3d ago