Building Paper Screening Rubrics

Building Paper Screening Rubrics is a skill for Claude Code from kthorn/research-superpower. It costs 25 tokens per session (4,438 once invoked), scanned A, original, MIT.

A collaborative method for creating and improving rules that decide which research papers are relevant. It uses brainstorming, test-driven development (checking rules against examples before relying on them), review, and iteration.

In plain words
What is it for?
Use it to create or revise screening criteria for searches involving many papers, test those criteria on real examples, and then automate or repeat the review.
Why use it?
It helps prevent automated screening from including irrelevant papers or excluding useful ones, especially in large literature searches.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the research-superpower plugin — 10 skills, 1 hook shipped together

Good fit Use it to create or revise screening criteria for searches involving many papers, test those criteria on real examples, and then automate or repeat the review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kthorn/research-superpower/building-screening-rubrics
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kthorn/research-superpower --skill building-screening-rubrics
Clone the repo
git clone --depth 1 https://github.com/kthorn/research-superpower

Made for: Claude Code.

Or install research-superpower, the plugin that ships this one along with the rest of its 10 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Building Paper Screening Rubrics

README.md
[![agentmods](https://agentmods.dev/badge/skills/kthorn/research-superpower/building-screening-rubrics/github.svg)](https://agentmods.dev/skills/kthorn/research-superpower/building-screening-rubrics)
Your own site
<a href="https://agentmods.dev/skills/kthorn/research-superpower/building-screening-rubrics"><img src="https://agentmods.dev/badge/skills/kthorn/research-superpower/building-screening-rubrics/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Building Paper Screening Rubrics

Your own site · 80×15
<a href="https://agentmods.dev/skills/kthorn/research-superpower/building-screening-rubrics"><img src="https://agentmods.dev/badge/skills/kthorn/research-superpower/building-screening-rubrics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,438 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.04438
Opus 5 $0.00013 $0.02219
Sonnet 5 $0.00005 $0.00888
Haiku 4.5 $0.00003 $0.00444

Measured 11d ago against content hash 018239d4222f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Building Paper Screening Rubrics scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=YOUR_QUERY&retmax=20&retmode=json"
skills/research/building-screening-rubrics/SKILL.md · 588 lines

How it starts

The opening of the file, as written. The whole thing — 588 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Building Paper Screening Rubrics

Overview

Core principle: Build screening rubrics collaboratively through brainstorming → test → refine → automate → review → iterate.

Good rubrics come from understanding edge cases upfront and testing on real papers before bulk screening.

When to Use

Use this skill when:

  • Starting a new literature search that will screen 50+ papers
  • Current rubric misclassifies papers (false positives/negatives)
  • Need to define "relevance" criteria before automated screening
  • Want to update criteria and re-screen cached papers
  • Building helper scripts for evaluating-paper-relevance

When NOT to use:

  • Small searches (<20 papers) - manual screening is fine
  • Rubric already works well - no need to rebuild
  • One-off exploratory searches

Two-Phase Process

Phase 1: Collaborative Rubric Design

Step 1: Brainstorm Relevance Criteria

Ask domain-agnostic questions to understand what makes papers relevant:

Core Concepts:

  • "What are the key terms/concepts for your research question?"
    • Examples: specific genes, proteins, compounds, diseases, methods, organisms, theories
  • "Are there synonyms or alternative names?"
  • "Any terms that should EXCLUDE papers (false positives)?"

Data Types & Artifacts:

  • "What type of information makes a paper valuable?"
    • Quantitative measurements (IC50, expression levels, population sizes, etc.)
    • Protocols or methods
    • Datasets with accessions (GEO, SRA, PDB, etc.)
    • Code or software
    • Chemical structures
    • Sequences or genomes
    • Theoretical models
  • "Do you need the actual data in the paper, or just that such data exists?"

Paper Types:

  • "What types of papers are relevant?"
    • Primary research only?
    • Reviews or meta-analyses?
    • Methods papers?
    • Clinical trials?
    • Preprints acceptable?

Relationships & Context:

  • "Are papers about related/analogous concepts relevant?"
    • Example: "If studying protein X, are papers about homologs/paralogs relevant?"
    • Example: "If studying compound A, are papers about analogs/derivatives relevant?"
    • Example: "If studying disease X, are papers about related diseases relevant?"
  • "Does the paper need to be ABOUT your topic, or just MENTION it?"
  • "Are synthesis/methods papers relevant even without activity data?"

Read the full file on GitHub · 588 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 588 lines · 25 tokens per session scan A 018239d4222f

Subscribe to this mod's changes

Building Paper Screening Rubrics is a skill published in the GitHub repository kthorn/research-superpower (124 stars, last pushed 10mo ago), licensed MIT. It adds 25 tokens to every session and 4,438 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.