Skip to content

laguagu/jev-skills

v1.4.1MIT

Practical Jev skills, decision examples, and a small guide to useful integrations.

Jev Skills

Skills for coding agents building with Jev, TypeSafe's model for typed decisions.

Install

npx skills add typesafe-ai/skills --skill typesafe-ai
npx skills add laguagu/jev-skills --skill jev-builder

Choose your agent when prompted, or add --agent codex. Claude Code plugin and other options.

Skills

SkillPurpose
jev-builderAPI setup, decision patterns, question design, source-backed evidence
jev-evidence-evalAccuracy, review rate, latency, and cost of a finished workflow

Use

Use jev-builder to add support-ticket routing. Include an unknown route and test the fallback.

Live calls need a key from the TypeSafe console in TYPESAFE_API_KEY. Installing a skill makes no API calls.

Examples

Clone the repository to run these. The skills work without them.

  • Decision examples: routing, ranking, tool selection, workflow control, risk scoring, and answer verification. Offline dry runs, plus tests for malformed answers, unknown choices, and spent retry budgets.
  • Evidence example: claim checking and a saved report whose confidence slider replays the policy without another API call.

Ecosystem

Reviewed on September 21, 2026 through public repositories and documentation. These are leads, not endorsements, and nothing here was benchmarked in this kit. Jev shipped days ago, so most numbers are self-reported: check license, maintenance, and failure paths before adopting any of it.

Learn

SDKs and framework integrations

Agent skills and plugins

Browser and computer use

Developer tools

Applications

  • fazlerocks/jevmail: inbox triage into reply, update, promotional, and spam lanes.
  • devanshbatham/commit-miner: classifies commit diffs into fixes, security changes, and CWEs.
  • zhengxuyu/litjev: reproduces the decision layer on an open model by reading option logits. Useful for understanding the shape of the API.

Directories

Several lists index the same launch-week repositories, and one author can publish many at once. Prefer the original artifact, and read one that shows a real Jev call over ten that describe one. The resource guide is the version your agent reads.

Independent community project. MIT license.