Agent Plugins Marketplace
← All plugins

jev-opus

v0.4.6

Hand tasks to Claude Opus 5.5 with the effort level re-picked every step by the TypeSafe Jev reflex, cache-safe

Claude Code2 Skills

By WXK-AILicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 27, 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-opus 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-opus@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/WXK-AI/jev-opus

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

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/jev/SKILL.md
└── skills/jev-route/SKILL.md

Included Skills2

jevskills/jev/SKILL.md

Hand a task to Claude Opus 5.5 running under jev-opus, where the TypeSafe Jev reflex re-picks the effort level (low/medium/high) before every step without breaking the prompt cache. Use when the user asks to run something "with jev", "through jev-opus", or wants effort tuned automatically per step.

jev-routeskills/jev-route/SKILL.md

Show which Opus 5.5 effort level (low/medium/high) the TypeSafe Jev reflex would pick for a task, and why, without running it. Use when the user asks how hard Jev thinks a task is or what effort it would use.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "jev-opus",
  "version": "0.4.6",
  "description": "Hand tasks to Claude Opus 5.5 with the effort level re-picked every step by the TypeSafe Jev reflex, cache-safe",
  "author": {
    "name": "WXK-AI"
  },
  "homepage": "https://github.com/WXK-AI/jev-opus",
  "repository": "https://github.com/WXK-AI/jev-opus",
  "license": "MIT",
  "keywords": [
    "effort",
    "opus",
    "jev",
    "routing",
    "prompt-caching"
  ],
  "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.

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