Apply conjunctive screening rules to eliminate candidates that fail any threshold.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill conjunctive-filter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Conjunctive Filter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-conjunctive-filter)More formats (shields.io, HTML) on the badges page.
---
name: conjunctive-filter
description: Apply conjunctive screening rules to eliminate candidates that fail any threshold.
execution: subagent
prompt: ./prompt.md
input: candidates (string[]), thresholds (object[])
used-by: multi-criteria-scoring
---
# Conjunctive Filter
Screen candidate alternatives using conjunctive rules (all criteria must be met); any criterion failing to meet its threshold results in elimination.
## Execution
Subagent receives candidate list and threshold definitions, checks each alternative against all thresholds one by one, and outputs pass/eliminate classification.
## Why Subagent
Screening logic is simple but requires strict execution; independent operation ensures no violations are missed.
## HARD-GATE
Each elimination decision must specify the violated criterion, actual value, and threshold value; no vague eliminations allowed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!