---
title: "jev-sift"
description: "Screen text and files with typed questions before reading them into agent context."
canonical: https://agentpluginsdirectory.com/plugins/jev-sift
last-updated: 2026-09-21
---

# jev-sift
Screen text and files with typed questions before reading them into agent context.
- Slug: jev-sift
- Publisher: Kush Bhuwalka
- Repository: https://github.com/kbhuw/jev-sift
- Manifest: plugin.json
- Version: 0.2.0+codex.20260918200547
- Category (editorial): other
- Skills: 1 (jev-sift)
- MCP servers: 1 (jev-sift)
- Stars: 45
- Repository created: 2026-09-18
- Repository last pushed: 2026-09-18
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/jev-sift
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What jev-sift does, in the publisher's words

Let Jev decide what your agent should look at next.

Pass a query and a batch of file paths, public webpage URLs, or text. Jev Sift reads the content, sends it directly to Jev, and returns compact relevance probabilities. Your main agent only opens the items worth a closer look.

Tool descriptions work too: pass a tool's description, arguments, and relevant context as text to judge whether calling it would help. This evaluates the supplied description; it does not execute the tool or predict its unseen result.

- Boolean: yes-probability from 0 to 1. Mapped to Jev's native noul question type.
- Choice: one named option, including Jev's probability distribution and confidence when returned.
- Score: position on an ordered rubric, including Jev's distribution, confidence, and legend when returned. Three levels means a score from 0 to 2.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/kbhuw/jev-sift/HEAD/README.md

## Skills

- jev-sift: Use Jev to decide which files, webpages, tool descriptions, messages, or search results deserve the agent's attention. Screen batches against a query without loading full file or page contents into the main context first.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- jev-sift: transport: stdio; command: node ${PLUGIN_ROOT}/dist/server.mjs

Read from the plugin's own mcp.json. Environment variable names only, never values.
