Jev Ra — Development skill for Claude Code
Browser use for coding agents, 3-5x faster than browser-use.
How to install Jev Ra
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open brnyxx/jev-ra and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Jev Ra does
Browser use for coding agents, 3-5x faster than browser-use. MCP server + CLI; TypeSafe Jev decides every step in ~300 ms.
Alternatives in Development
- Claude Coder — Kodu is an autonomous coding agent that lives in your IDE 5.2k ★
- Projectmem — Open-source coding agent memory 766 ★
- Storybloq — Cross-session context for Claude Code 696 ★
README
[](https://github.com/brnyxx/jev-ra/blob/main/docs/BENCHMARKS.md)
**English** · [한국어](https://github.com/brnyxx/jev-ra/blob/main/docs/i18n/README.ko.md) · [日本語](https://github.com/brnyxx/jev-ra/blob/main/docs/i18n/README.ja.md) · [简体中文](https://github.com/brnyxx/jev-ra/blob/main/docs/i18n/README.zh-CN.md)
**Site:** [brnyxx.github.io/jev-ra](https://brnyxx.github.io/jev-ra/) replays a real recorded run and explains the pipeline.
jev-ra
**A fast browser-use layer for CLI coding agents.** Claude Code, Codex, or any MCP client hands jev-ra a goal. TypeSafe Jev, a System One decision model, picks the operation *and* the target element for every step in one round trip. Your agent plans, supplies the text values, reads what the page says, and takes over when jev-ra escalates. No second LLM runs inside the loop.
 approval gate for Codex and Claude Code hooks — every intercepted tool call is
Thoth
Thoth is a Rust library (plus a CLI, an MCP server, and a Claude Code / Cowork plugin) that gives a coding age
CLI Agent MCP
MCP (stdio) server that lets Claude Desktop drive a local headless CLI coding agent (Claude Code or Cursor) as
Related Agents
MCP Integrator
Decides what tool or data access a task needs and how to wire it via MCP, preferring an existing server over a
Gsd Dom Verifier
Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server. Writes DOM-VE
E2e Test Writer
E2E spec author — explores a live app via Playwright MCP (browser_snapshot → interact → assert), authors durab