Agent Plugins Marketplace
All plugins

context-shunt

v0.1.0

Route large, explicit source reads to a bounded Cloudflare Worker summary.

CodexClaude Code1 Skill

By YMD7License: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 8, 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 context-shunt for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add context-shunt@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/YMD7/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/context-shunt/.

Plugin files

plugins/context-shunt/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/context-shunt/SKILL.md

Included Skills1

context-shuntskills/context-shunt/SKILL.md

Summarize explicitly selected, large tracked source files through a project-local Context Shunt Worker. Use for broad source understanding only after the project has configured Context Shunt; do not use for secrets, untracked files, small files, or ranged reads.

Plugin manifests2

plugins/context-shunt/.codex-plugin/plugin.json
{
  "name": "context-shunt",
  "version": "0.1.0",
  "description": "Route large, explicit source reads to a bounded Cloudflare Worker summary.",
  "author": {
    "name": "YMD7"
  },
  "repository": "https://github.com/YMD7/agent-plugins",
  "license": "MIT",
  "keywords": [
    "context",
    "source-reading",
    "cloudflare",
    "token-efficiency"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Context Shunt",
    "shortDescription": "Summarize large, explicit source reads outside the main context.",
    "longDescription": "Uses a project-local CLI and Cloudflare Worker to return a bounded, structured source summary.",
    "developerName": "YMD7",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Use Context Shunt to investigate these large source files.",
      "Explain when Context Shunt is appropriate for this repository."
    ]
  }
}
plugins/context-shunt/.claude-plugin/plugin.json
{
  "name": "context-shunt",
  "version": "0.1.0",
  "description": "Route large, explicit source reads to a bounded Cloudflare Worker summary.",
  "author": {
    "name": "YMD7"
  },
  "repository": "https://github.com/YMD7/agent-plugins",
  "license": "MIT",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[context-shunt on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-shunt)