This repo holds an agent skill for writing and improving programs that call Jev, TypeSafe's System One model.
The skill covers question design (Choice, Score, Noul), state structure, answer composition in code, confidence thresholds, and diagnosis of questions that answer wrong or with low confidence. It targets jev-1.13.
The skill lives in skills/jev/SKILL.md.
Run these two commands inside Claude Code:
/plugin marketplace add dbreunig/building-with-jev-skill
/plugin install jev@building-with-jev
The skills CLI installs the skill into Claude Code, Codex, Cursor, and other agents:
npx skills add dbreunig/building-with-jev-skillCopy the skill folder into your personal skills directory:
git clone https://github.com/dbreunig/building-with-jev-skill
cp -r building-with-jev-skill/skills/jev ~/.claude/skills/jevClaude loads the skill on its own when a task involves Jev or TypeSafe questions. You can also invoke it by name with /jev.
The guidance draws on the TypeSafe docs. SKILL.md lists the specific pages.