Agent Plugins Marketplace
← All plugins

jev-compact-trigger

v0.1.1

Companion to jev-compact: watches context use after every turn and starts a compaction at the configured percentage. Separate plugin on purpose — the engine skips a plugin's own session.compact hook when that plugin raises the compaction, so the trigger must come from outside jev-compact for the pruning to run.

Claude Code

By Harsha YellelaLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 24, 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 jev-compact-trigger for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jev-compact-trigger@agent-plugin-marketplace

Paste 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/HAR5HA-7663/jev-compact

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

Plugin files

trigger/
└── .claude-plugin/plugin.json

Plugin manifests1

trigger/.claude-plugin/plugin.json
{
  "name": "jev-compact-trigger",
  "version": "0.1.1",
  "description": "Companion to jev-compact: watches context use after every turn and starts a compaction at the configured percentage. Separate plugin on purpose — the engine skips a plugin's own session.compact hook when that plugin raises the compaction, so the trigger must come from outside jev-compact for the pruning to run.",
  "author": {
    "name": "Harsha Yellela",
    "url": "https://github.com/HAR5HA-7663"
  },
  "repository": "https://github.com/HAR5HA-7663/jev-compact",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "compaction",
    "context",
    "jev"
  ],
  "userConfig": {
    "compactAtPercent": {
      "type": "number",
      "title": "Auto-compact at",
      "description": "Context percentage at which a finished turn triggers compaction. jev-compact's own compactAtPercent wins when set.",
      "default": 75
    }
  }
}

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

[jev-compact-trigger on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jev-compact-trigger)