Home / lu1sdv / skillsmd · jev/SKILL.md · GitHub

jev skillA

jev is agent-read markdown (skill) from lu1sdv/skillsmd: Use when writing or improving Jev programs — the TypeSafe judgment model behind POST /v1/systemone. Covers primitive selection (noul, choice, score), instruction and criteria writing, minimal state and token budgets, the raw HTTP API, confidence-gated composition, speculative fan-out, and the symptom-to-fix revision table. Triggers: jev, judgment model, typesafe, systemone, noul, choice, score, confidence floor, jaggedness..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Writing and Improving Jev Programs

Jev is a judgment model. It reads one state, answers every question in the
request independently and in parallel, and returns a probability distribution
over the answers you defined. It does not reason in steps and it does not
generate text. Code owns the control flow, the arithmetic, and the policy.
Jev owns the snap judgments.

A good Jev question is one a knowledgeable person answers in a second, given
the right context. "Does this message convey urgency?" fits. "Analyze this
message and decide what to do" does not fit. Break that task into small
questions and compose the answers in code.

This guidance applies to jev-1.13. The docs mark several limits as likely to
improve in later versions, so recheck the jaggedness page when the model
changes.

## Workflow

1. List the decisions your code must make. Write each as a branch, a threshold, or a ranking.
2. Write one question per judgment. Split any question that weighs two properties.
3. Pick the primitive whose answer your code acts on directly.
4. Build the smallest state that answers every question. Compute in code whatever code can compute.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lu1sdv/skillsmd/jev@git:20260922.b382a88
Exact content
mdr add lu1sdv/skillsmd/jev@sha256:9f42521795416a35

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ify7ufifyhvd4s56.svg)](https://markdownregistry.com/a/art_ify7ufifyhvd4s56)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.b382a88 latest2026-09-22 b382a88 23,345 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (23345 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

lu1sdv/skillsmd · 2 stars · license none · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ify7ufifyhvd4s56
GET https://markdownregistry.com/api/v1/resolve?ref=lu1sdv/skillsmd/jev
GET https://markdownregistry.com/api/v1/blob/9f42521795416a354702cff7594ee643bc64444810b1d4cda0e3b7da4f068e0b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from lu1sdv/skillsmd

bug-bounty-reporting skill
lu1sdv/skillsmd · bug-bounty-reporting/SKILL.md · A skill for creating a report in a bug bounty vulnerability assessment.Use when an agent drafts, revises, freezes, or…
git:20260922.6749075 · audit A · 2 stars
bugbounty-poc-video-runner skill
lu1sdv/skillsmd · bugbounty-poc-video-runner/SKILL.md · Designs a one-command, triager-friendly live security PoC video runner with staged evidence, expected-versus-actual…
git:20260829.50b9f72 · audit A · 2 stars
codeql skill
lu1sdv/skillsmd · codeql/SKILL.md · Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis…
git:20260516.f0a764e · audit A · 2 stars
cook skill
lu1sdv/skillsmd · cook/SKILL.md · Use when user says "cook", "let it cook", wants iterative refinement with quality gates, wants to race multiple…
v1.0.0 · audit A · 2 stars
ctfd skill
lu1sdv/skillsmd · ctfd/SKILL.md · Use when developing, debugging, deploying, or maintaining any CTFd instance or fork - Docker stack issues, plugin…
git:20260314.993db98 · audit A · 2 stars
debate skill
lu1sdv/skillsmd · debate/SKILL.md · Use when a technical decision has 2–4 nameable positions and the user wants a recommendation, not open-ended…
git:20260419.6f6fafc · audit A · 2 stars
feature-engineering skill
lu1sdv/skillsmd · feature-engineering/SKILL.md · Use when building or improving time series forecasting models and the user asks about exogenous variables, calendar…
git:20260411.b88fc6f · audit A · 2 stars
fuzzgpt skill
lu1sdv/skillsmd · fuzzgpt/SKILL.md · Use when you want to fuzz any software target — library, compiler, interpreter, parser, kernel/syscall, DB engine, SMT…
git:20260922.ae9c57d · audit A · 2 stars
glitchtip skill
lu1sdv/skillsmd · glitchtip/SKILL.md · Use when deploying, configuring, integrating, or troubleshooting GlitchTip — including self-hosted installation, SDK…
git:20260314.993db98 · audit A · 2 stars
hermes-mr-watch skill
lu1sdv/skillsmd · hermes-mr-watch/SKILL.md · Use when adding GitLab MRs to the Hermes watcher on ssh-vhs, editing or redeploying watch_gitlab_mr_findings.py…
git:20260922.2b9d11c · audit A · 2 stars
hermes-self-evolution skill
lu1sdv/skillsmd · hermes-self-evolution/SKILL.md · Replicate the Hermes Agent self-evolving loop for agents that should learn from experience: persistent declarative…
git:20260424.3addf1c · audit A · 2 stars
joern skill
lu1sdv/skillsmd · joern/SKILL.md · Use when auditing code for vulnerabilities, assessing change impact, tracing dataflow, finding callers/callees of a…
git:20260516.f0a764e · audit A · 2 stars

Every file in lu1sdv/skillsmd

Other files named jev

jev skill
flc1125/skills · skills/jev/SKILL.md · Solve user tasks by dynamically designing and executing workflows that combine code with Jev semantic judgments. Use…
git:20260922.d822388 · audit A · 35 stars
jev skill
rashedint32/jev-mcp · skills/jev/SKILL.md · Get typed, calibrated judgments from the connected `jev` MCP tools when the same semantic decision repeats across many…
git:20260920.ad00bf8 · audit A · 7 stars
jev skill
jzkk720/cubecloud-skills-bundle-kit · upstream/jev/SKILL.md · Set up Jev via OpenRouter, native TypeSafe or explicitly chosen simulation; build custom decision integrations and…
git:20260921.ae0b3e2 · audit A · 3 stars

Browse by kind, by grade A, or by owner.