Skip to content
AI Primer
๐Ÿค– ML/AINew

jevify

altryneby altryne5 days ago23

Find where TypeSafe AI's Jev (a System One model that returns typed Choice, Noul and Score judgments with probabilities instead of generated text) can make an app faster or cheaper, then design the actual questions, composition code and a fair evaluation. Use whenever the user mentions Jev, TypeSafe, System One, or "Jevify this", and also when they want to replace or cut the cost or latency of an LLM classifier, router, reranker, judge, rubric check, guardrail, memory selector, or extraction verifier, want to review or rewrite existing Jev questions, or ask whether a codebase has LLM calls worth moving to a cheaper decision model, even if they never name Jev.

Install

npx skills add https://github.com/altryne/jevify --skill jevify
Show step-by-step
  1. 1

    Open your terminal

    • Mac: Press โŒ˜ Space, type "Terminal", press Enter
    • Windows: Press Win R, type "cmd", press Enter
  2. 2

    Paste the command above and press Enter

    Use the Copy command button, then paste in your terminal (Mac: โŒ˜V, Windows: Ctrl V).

  3. 3

    Restart Claude Code

    Close and reopen Claude Code, or start a new session, so it picks up the new skill.

Where it lives
~/.claude/skills/altryne--jevify/
โ”œโ”€โ”€ SKILL.md
โ””โ”€โ”€ ... (skill resource files)
View on GitHub

Comments

Always review skill code before installing. Third-party skills may contain scripts that run on your machine.

Related skills

๐Ÿ’ป Developer Tools
New

dynamic-workflow

Plan-in-code fan-outs, adversarial verification, waves.

by NousResearch ยท 6 days ago248k
๐Ÿค– ML/AI

comfyui

Generate images, video, and audio via diffusion workflows.

by NousResearch ยท 4 months ago248k
๐Ÿค– ML/AI

hyperframes

Render MP4/WebM videos from HTML compositions.

by NousResearch ยท 4 months ago248k
๐Ÿ’ป Developer Tools

claude-api

Reference for the Claude API / Anthropic SDK โ€” model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER โ€” read BEFORE opening the target file; don't skip because it "looks like a one-liner" โ€” whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) โ€” never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named โ€” don't Read the file).

by anthropics ยท 5 months ago177.6k