Agent Plugins Marketplace
All plugins

jev-x-kit

v0.1.0

Offline $0 decision layer for coding agents: Choice/Score/Noul primitives, a BELKI confidence gatekeeper, ultra-planning, red-teaming, 4-channel research, lossless log compaction and RLVR self-improvement — as an MCP server + CLI + skill.

Claude Code1 Skill1 MCP serverstdio

By KadihxLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 21, 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-x-kit 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-x-kit@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/Kadihx/jev-x-kit

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

Plugin files

jev-x-kit/
├── .claude-plugin/plugin.json
├── skills/jev/SKILL.md
└── .mcp.json

Included Skills1

jevskills/jev/SKILL.md

Use when a coding agent needs a fast, $0 micro-decision (yes/no routing, confidence-gated execution), an adversarial plan review, a 4-channel research pass, lossless log compaction, or a repo/PR audit instead of ad-hoc free-text reasoning. Symptoms - "should I retry or escalate", "sanity-check this plan", "compact this giant log without losing paths/commands", "audit this repo before merge".

MCP servers1

jev-super-agentstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/dist/index.js

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "jev-x-kit",
  "description": "Offline $0 decision layer for coding agents: Choice/Score/Noul primitives, a BELKI confidence gatekeeper, ultra-planning, red-teaming, 4-channel research, lossless log compaction and RLVR self-improvement — as an MCP server + CLI + skill.",
  "version": "0.1.0",
  "author": {
    "name": "Kadihx"
  },
  "homepage": "https://github.com/Kadihx/jev-x-kit",
  "repository": "https://github.com/Kadihx/jev-x-kit",
  "license": "MIT",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "jev",
    "openjev",
    "agent",
    "decision-layer",
    "self-improving",
    "local-llm",
    "offline"
  ],
  "mcpServers": {
    "jev-super-agent": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/dist/index.js"
      ]
    }
  }
}

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

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