jev-x-kit
v0.1.0Offline $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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jev-x-kit@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/Kadihx/jev-x-kitClone 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
├── .claude-plugin/plugin.json├── skills/jev/SKILL.md└── .mcp.json
Included Skills1
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
- 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
{
"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"
]
}
}
}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.
[jev-x-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jev-x-kit)