---
title: "shunt"
description: "Saves tokens by shunting I/O-heavy work to a cheap worker model. Hooks block large file reads and redirect to bulk-read/code-write, which run one headless turn on whichever CLI you have: claude, gemini or codex."
canonical: https://agentpluginsdirectory.com/plugins/shunt
last-updated: 2026-09-13
---

# shunt
Saves tokens by shunting I/O-heavy work to a cheap worker model. Hooks block large file reads and redirect to bulk-read/code-write, which run one headless turn on whichever CLI you have: claude, gemini or codex.
- Slug: shunt
- Publisher: SalehB1
- Repository: https://github.com/SalehB1/shunt-anywhere
- Manifest: plugins/shunt/.codex-plugin/plugin.json
- Version: 1.0.0
- License: Apache-2.0
- Category (editorial): other
- Skills: 0
- MCP servers: 0
- Stars: 1
- Repository created: 2026-09-09
- Repository last pushed: 2026-09-09
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/shunt
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What shunt does, in the publisher's words

> This is a port of Spotify's shunt plugin. > The idea, the hook design, the two delegation scripts and the worker instructions are > Spotify's, from portal-ai-plugins and the > engineering post Portal by Spotify cut my Claude Code token usage by 90%. > Their worker runs on AiKA in Portal by Spotify, a paid enterprise product, so you need a > Portal tenant to use it. > > What this fork changes: the worker is a CLI you already sign into, and the gate works in > Claude Code, Codex CLI and Gemini CLI instead of only Claude Code. Most files here are > still theirs, NOTICE lists the provenance file by file. Apache-2.0, same as upstream.

Your coding agent spends most of its context on I/O, not thinking. Reading one 1,400-line service file costs ~15,000 tokens of context that you then pay for on every subsequent turn of the conversation.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/SalehB1/shunt-anywhere/HEAD/README.md
