Agent Plugins Marketplace
All plugins

jevra

v0.1.0-alpha.1

Experimental advisory skill routing through TypeSafe Jev.

Codex

By Daniel AndradeLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 17, 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 jevra for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add jevra@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “jevra-2” remain stable.

  • Codex: jevra-2@agent-plugin-marketplacejevra@agent-plugin-marketplace

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/dsandrade/jevra

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

Plugin files

plugins/codex/jevra/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/codex/jevra/.codex-plugin/plugin.json
{
  "name": "jevra",
  "version": "0.1.0-alpha.1",
  "description": "Experimental advisory skill routing through TypeSafe Jev.",
  "author": {
    "name": "Daniel Andrade",
    "url": "https://github.com/dsandrade"
  },
  "repository": "https://github.com/dsandrade/jevra",
  "license": "MIT",
  "interface": {
    "displayName": "Jevra",
    "shortDescription": "Use Jevra in Codex.",
    "longDescription": "Jevra evaluates bounded skill-routing choices with Jev while preserving the existing Codex workflow. Requires local configuration and native hook trust.",
    "developerName": "Daniel Andrade",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": "Help me use Jevra."
  }
}

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

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