samosunaz/shunt
Token plane: PreToolUse hooks that keep whole-file reads of large files and unbounded repo-wide searches out of the main context, plus cheap worker agents (bulk-reader, code-writer) and the delegation skills that route to them
Delegate whole-file reads of large files to a cheap worker (the bulk-reader agent on haiku under Claude Code, spawn_agent under Codex) and bring back only the answer. Fired by the shunt hook when a Read/cat exceeds the line limit; also use proactively before reading 2+ large files for one question. Trigger on 'bulk read', 'summarize these files', 'what does this file do', a denied Read with a shunt: message.
Hand pattern-following code generation (tests, configs, type stubs, fixtures, adapters) to a cheap worker (the code-writer agent on sonnet under Claude Code, spawn_agent under Codex) that writes straight to disk from a mandatory reference file, so neither the reference nor the output passes through the main context. Trigger on 'write tests like', 'generate boilerplate', 'stub this', 'same pattern as', 'code write'.