shunt
v0.2.0Shunts I/O-heavy work to AiKA modes to save tokens. Hooks block large file reads and redirect to bulk-reader/code-writer scripts backed by the Portal CLI.
By SpotifyLicense: Apache-2.02.2k GitHub starsUpdated last month
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install shunt for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install shunt@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/spotify/portal-ai-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shunt/.
Plugin files
├── .claude-plugin/plugin.json├── skills/bulk-reader/SKILL.md└── skills/code-writer/SKILL.md
Included Skills2
Delegate bulk file reading to AiKA. Use when you need to read files >350 lines, answer questions across 3+ files, or summarize large diffs.
Delegate boilerplate code generation to AiKA. Use for tests, config, docstrings, type stubs, or any generation where >80% is predictable from reference files.
Plugin manifests1
{
"name": "shunt",
"displayName": "Shunt",
"version": "0.2.0",
"description": "Shunts I/O-heavy work to AiKA modes to save tokens. Hooks block large file reads and redirect to bulk-reader/code-writer scripts backed by the Portal CLI.",
"author": {
"name": "Spotify"
},
"homepage": "https://backstage.spotify.com/docs/portal",
"repository": "https://github.com/spotify/portal-ai-plugins",
"license": "Apache-2.0",
"keywords": [
"token-optimization",
"model-routing",
"delegation",
"aika"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[shunt on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shunt)