Skip to content

samosunaz/shunt

v4.13.0MIT

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

bulk-read

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.

Read SKILL.md at the source

Pinned to revision eec448a821d6, so it is the text this page describes rather than whatever the author pushed since.

Pre-approved tools experimental

Experimental field. Support varies between clients, so this list is what the author declared, not what your client will enforce.

  • Agent
  • Grep
  • Glob
  • Read
  • Bash(wc *)

Files

Every link opens the file at its source, pinned to the revision this page describes.