Jev For All — AI skill for Claude Code
Jev for every agentic development workflow — the System One decision model wired into whatever harness an agent codes in: OpenCode today, Claude Code and Hermes adapters next.
How to install Jev For All
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open emirbartu/jev-for-all and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Jev For All does
Jev for every agentic development workflow — the System One decision model wired into whatever harness an agent codes in: OpenCode today, Claude Code and Hermes adapters next. Not affiliated with the OpenCode team.
Alternatives in AI
- Dive Into Claude Code — A Systematic Analysis and Discussion of Claude Code for Designing Today's and Future AI Agent Systems 2.1k ★
- Internal Safety Collapse — We built an adversarial codespace setup 1.2k ★
- Memtrace Public — Structural memory for AI coding agents 466 ★
README
opencode-system-one
An OpenCode V2 plugin that pairs the System One model Jev (TypeSafe, reached through OpenRouter's alpha Decisions API) with a classic coding agent. Jev makes the fast, structured decisions — which skill to load, which tool subset this step needs — and the classic agent does the work. The agent starts building instead of deliberating: a smaller tool catalog, no tool-choice reasoning, and more reliable skill loads.
Install and configure
{
"plugins": [
{
"package": "opencode-system-one",
"options": {
"apiKey": "sk-or-...", // or set OPENROUTER_API_KEY
"model": "~typesafe/jev-latest",
"timeoutMs": 1000,
"debug": false,
"agents": ["build"],
"serverURL": "https://openrouter.ai",
"skills": { "enabled": true, "rerank": "auto", "gateThreshold": 0.3,
"rerankAbove": 40, "rerankBelowP": 0.5, "shortlist": 3,
"fitsThreshold": 0.3, "minConfidence": 0.3 },
"tools": { "enabled": true, "maxTools": 12, "minToolProbability": 0.05,
"needsToolThreshold": 0.3, "minConfidence": 0.3,
"alwaysVisible": ["read","write","edit","bash","grep","glob"],
"stateBudget": 6000 }
}
}
]
}
The API key comes from `options.apiKey` or the `OPENROUTER_API_KEY` environment variable. Zero config works once the env var is set. Main options:
model— Jev model slug (default~typesafe/jev-latest).timeoutMs— per-request timeout (default 1000 ms).skills.*/tools.*— thresholds and caps for the two hooks;skills.enabledandtools.enabledtoggle them.agents— allowlist for tool routing (default: all agents).debug— log routing decisions.serverURL— override the API host (test/proxy seam; defaulthttps://openrouter.ai).
Data egress
On every model dispatch the `context` hook sends the **tail of the conversation** to OpenRouter's alph
Related Skills
Agentic Experiments
Hypothesis-first experiment tracking for agent-driven ML research, wired into Claude Code.
Jev Ultrafast MCP
Hand the browser work off: an MCP server where a decision model drives the page for your agent, so a flow cost
JevXagent
When Jev meets LLM — a local LLM proxy & decision router for Claude Code (Anthropic API): telemetry, statistic
Jevengineeringgate
Calibrated decision layer and risk gate for AI coding agents. Routes yes/no, routing and scoring judgments to
Portage
Keep the harness, change the model. A self-hosted single-binary gateway that lets Claude Code and Codex CLI ru
Sabrina
Local-first macOS assistant that keeps you focused on what you committed to finish today, while watching your
Related Agents
Agentic Pipeline Researcher
Focused researcher for the Python agentic_ai subsystem and its MCP server. Use when work touches agentic_ai/,
Skill Improver
Use proactively before adding an agent or a skill, and after any model or plugin upgrade, to verdict how the h
Daily Planner
Use this agent to plan a study session or review pace in the AI Engineering Roadmap repo. Trigger on "aaj kya