Agent Plugins Marketplace
All plugins

ctxjev

v0.6.0

Keeps what matters through Claude Code's own compaction — scores your session's context with Jev right before compaction runs, then hands the highest-scoring entries back as a reminder the moment it finishes. No configuration required; set an explicit goal with /ctxjev:set-goal when you want scoring aimed at something specific.

Claude Code2 Skills

By x96x64License: MIT0 GitHub starsUpdated 54 minutes ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 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 ctxjev 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 ctxjev@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/x96x64/ctxjev

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

Plugin files

packages/claude-plugin/
├── .claude-plugin/plugin.json
├── skills/set-goal/SKILL.md
└── skills/status/SKILL.md

Included Skills2

set-goalskills/set-goal/SKILL.md

Point ctxjev's context scoring at a specific goal instead of guessing from your first request and latest message — use this when your session's focus shifts, or right before a compaction you know is coming, so the reminder afterward is aimed at what actually matters.

statusskills/status/SKILL.md

Check what ctxjev is currently doing without waiting for a real compaction to trigger it — shows what the last PreCompact run did (and why, if it skipped or failed), the goal the next compaction will score against, and every preserved entry with its score, highest first. The fastest way to confirm the plugin is actually working.

Plugin manifests1

packages/claude-plugin/.claude-plugin/plugin.json
{
  "name": "ctxjev",
  "displayName": "ctxjev",
  "description": "Keeps what matters through Claude Code's own compaction — scores your session's context with Jev right before compaction runs, then hands the highest-scoring entries back as a reminder the moment it finishes. No configuration required; set an explicit goal with /ctxjev:set-goal when you want scoring aimed at something specific.",
  "version": "0.6.0",
  "author": {
    "name": "x96x64",
    "url": "https://github.com/x96x64"
  },
  "homepage": "https://github.com/x96x64/ctxjev/tree/main/packages/claude-plugin#readme",
  "repository": "https://github.com/x96x64/ctxjev",
  "license": "MIT",
  "keywords": [
    "context",
    "compaction",
    "pruning",
    "jev",
    "tokens",
    "memory"
  ]
}

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

[ctxjev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ctxjev)