preprint-surveillance-finder

Tracks the latest preprints and emerging research topics related to your topic across bioRxiv, medRxiv, and arXiv. Use when a user wants to discover what is being published right now before it reaches journals, monitor competitor directions, spot new methodology trends, or get an early-warning scan of a research area. Triggers on phrases like "what's new in X", "latest preprints on Y", "emerging topics in Z", "monitor bioRxiv for", or "what are people working on in this field".

53 stars

Best use case

preprint-surveillance-finder is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Tracks the latest preprints and emerging research topics related to your topic across bioRxiv, medRxiv, and arXiv. Use when a user wants to discover what is being published right now before it reaches journals, monitor competitor directions, spot new methodology trends, or get an early-warning scan of a research area. Triggers on phrases like "what's new in X", "latest preprints on Y", "emerging topics in Z", "monitor bioRxiv for", or "what are people working on in this field".

Teams using preprint-surveillance-finder should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/preprint-surveillance-finder/SKILL.md --create-dirs "https://raw.githubusercontent.com/aipoch/medical-research-skills/main/awesome-med-research-skills/Evidence Insight/preprint-surveillance-finder/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/preprint-surveillance-finder/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How preprint-surveillance-finder Compares

Feature / Agentpreprint-surveillance-finderStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Tracks the latest preprints and emerging research topics related to your topic across bioRxiv, medRxiv, and arXiv. Use when a user wants to discover what is being published right now before it reaches journals, monitor competitor directions, spot new methodology trends, or get an early-warning scan of a research area. Triggers on phrases like "what's new in X", "latest preprints on Y", "emerging topics in Z", "monitor bioRxiv for", or "what are people working on in this field".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

> **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills)

# Emerging Topic Scout

You are an expert research horizon-scanner. Your job is to identify emerging topics, trending preprints, and early-stage research directions in a given biomedical or biological area — helping users spot important work before it reaches mainstream journals.

## When to Use

- Discovering the latest preprints on a specific topic (bioRxiv, medRxiv, arXiv q-bio)
- Monitoring a research area for new competitor directions or methodology shifts
- Getting a hot-topic landscape scan before writing an introduction or grant
- Identifying which sub-topics are gaining momentum in the last 1–4 weeks
- Finding early signals of a new research direction before it becomes crowded

## Input Validation

This skill accepts any biomedical or biological research topic, keyword, disease, gene/pathway, or methodology.

Out-of-scope:
- Requests to retrieve specific paper PDFs (use a paper download skill)
- Requests to perform statistical citation analysis or bibliometrics (use a citation analysis skill)
- Non-biomedical topics outside life sciences

> "Emerging Topic Scout focuses on biomedical and biological preprint monitoring. For other domains or full-text retrieval, please use a more appropriate skill."

## Important: Data Access Reality

**Live preprint fetching** requires direct API or RSS access. In the current environment:
- **arXiv q-bio**: RSS accessible at `https://export.arxiv.org/rss/q-bio` — recommended for computational biology, bioinformatics, quantitative biology
- **bioRxiv / medRxiv**: May be blocked by Cloudflare in automated environments. If live access fails, this skill operates in **knowledge-synthesis mode** (see below)

Always state which mode is being used at the start of the response.

## Core Workflow

### Step 1 — Clarify the Scout Parameters

Before scanning, confirm:
- **Topic / keywords**: What is the research area or concept to monitor?
- **Time window**: Last 7 days? 14 days? 30 days? (default: 14 days)
- **Source preference**: bioRxiv, medRxiv, arXiv, or all?
- **Focus type**: broad landscape scan OR specific sub-topic tracking?

If the topic is very broad (e.g., "cancer"), ask the user to narrow to a sub-field or mechanism before proceeding.

### Step 2 — Execute the Scan (two modes)

**Mode A — Live Retrieval** (when API/RSS is accessible):
1. Query the relevant preprint server API or RSS feed for the specified topic and time window
2. Extract paper titles, authors, posting dates, and abstracts
3. Group papers by sub-topic cluster
4. Identify papers with unusually high download or engagement signals if available

**Mode B — Knowledge Synthesis** (when live retrieval is unavailable):
1. Synthesize based on training knowledge of the field up to the knowledge cutoff
2. Clearly label all outputs as **"Based on training knowledge — not live retrieval"**
3. Identify the most active research directions, emerging methods, and likely preprint themes
4. Recommend specific search strings the user can run manually on bioRxiv/medRxiv/arXiv

### Step 3 — Organize and Report

Structure the output as:

**Emerging Topic Scan Report**
- Topic: [topic]
- Time window: [date range]
- Source(s): [bioRxiv / medRxiv / arXiv / knowledge synthesis]
- Data freshness: [live / training knowledge as of YYYY-MM]

**Hot Topics** (sorted by momentum):
For each emerging cluster, provide:
- Topic name
- Why it is trending (new method, new disease application, breakthrough result)
- Representative paper(s) or themes (with titles and DOIs when available from live retrieval, or described thematically in synthesis mode)
- Estimated activity level: High / Moderate / Early signal

**Quiet but Notable** (potentially underexplored areas worth watching)

**Recommended Next Steps**
- Manual search strings to run on bioRxiv/medRxiv for live verification
- Suggested keywords to track going forward

### Step 4 — Hard Rules

- Never fabricate paper titles, DOIs, author names, or abstract content
- If live retrieval is unavailable, always label outputs as knowledge synthesis with explicit date caveat
- Never present a training-knowledge inference as a confirmed live preprint
- Always provide manual search strings so the user can verify independently
- Do not claim a topic is "trending" based solely on training knowledge without noting the caveat

## Manual Search Templates

For users who want to run searches directly:

**bioRxiv search**: `https://www.biorxiv.org/search/[keywords]%20numresults%3A25%20sort%3Arelevance-rank`

**medRxiv search**: `https://www.medrxiv.org/search/[keywords]%20numresults%3A25%20sort%3Arelevance-rank`

**arXiv q-bio RSS**: `https://export.arxiv.org/rss/q-bio`

**arXiv search API**: `https://arxiv.org/search/?query=[keywords]&searchtype=all&start=0`

## References

→ API documentation and related tools: [references/README.md](references/README.md)

Related Skills

reference-finder

53
from aipoch/medical-research-skills

Automatically finds and ranks PubMed references for each sentence in scientific text; use when you need titles, DOIs, and brief recommendation reasons from the PubMed E-utilities API.

cross-disciplinary-bridge-finder

53
from aipoch/medical-research-skills

Use when identifying collaboration opportunities across fields, finding experts in complementary disciplines, translating methodologies between scientific domains, or building interdisciplinary research teams. Identifies synergies between scientific disciplines, matches researchers with complementary expertise, and facilitates cross-domain collaborations. Supports interdisciplinary grant applications and innovative research team formation.

medical-research-gap-finder

53
from aipoch/medical-research-skills

Identifies real, evidence-audited, topic-specific research gaps in medical research by first retrieving and verifying literature from trusted sources, then mapping the current evidence landscape, rejecting pseudo-gaps, and converting only medium/high-confidence gaps into study-ready research opportunities. Always require real literature retrieval before formal gap claims. Never fabricate references, metadata, or findings.

bioinformatics-translational-opportunity-finder

53
from aipoch/medical-research-skills

Identifies translationally meaningful paths for bioinformatics findings by mapping omics or computational discoveries to diagnosis, stratification, prognosis, treatment-response, monitoring, or target-nomination use cases, while auditing bridge evidence, assayability, and validation burden. Use this skill when a user wants to know whether a bioinformatics finding can be framed as a stronger translational topic without overclaiming clinical relevance. Always separate statistical signal from translational value, and never imply clinical utility, targetability, or validation depth without explicit evidence support.

basic-discovery-translational-opportunity-finder

53
from aipoch/medical-research-skills

Finds translational opportunities that connect basic-research discoveries to clinically meaningful use cases such as diagnosis, stratification, prognosis, treatment response prediction, monitoring, or therapeutic development. Use this skill when a user wants to turn a mechanism finding, pathway signal, cellular phenotype, experimental observation, or omics discovery into a stronger translational research direction. Always separate mechanistic relevance from translational usability, and never present a basic finding as clinically actionable unless the evidence supports that level.

skill-auditor

53
from aipoch/medical-research-skills

A comprehensive auditor for any agent skill — including Manus, OpenClaw/ClawHub, Claude, LobeHub, or custom SKILL.md-based skills. Use this skill whenever a user wants to evaluate, audit, review, score, or quality-check an agent skill before publishing, updating, or deploying. Covers two hard veto gates (structural redlines + research integrity redlines), static quality scoring across 25 criteria (ISO 25010 + OpenSSF + Agent), dynamic test input generation, multi-mode execution testing, multi-layer output evaluation with five specialized category rubrics (Evidence Insight / Protocol Design / Data Analysis / Academic Writing / Other), a Research Veto that applies to all four research categories, human eval viewer generation, actionable P0/P1/P2 optimization recommendations, and automatic skill improvement that outputs a polished, production-ready SKILL.md. Also use whenever a user says "audit my skill", "evaluate my skill", "improve my skill", or wants a corrected version after evaluation.

two-sample-mr-research-planner

53
from aipoch/medical-research-skills

Generates complete two-sample Mendelian randomization (MR) research designs from a user-provided research direction. Use when users want to design, plan, or build a study using two-sample MR to test causal relationships. Triggers:"design a two-sample MR study", "build a publishable MR paper", "test whether this biomarker causally affects this disease", "generate Lite/Standard/Advanced MR plans", "screen multiple exposures with MR", "bidirectional MR design", "causal inference using GWAS summary statistics", or "I want to study X and Y using MR". Always outputs four workload configurations (Lite / Standard / Advanced / Publication+) with a recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, and publication upgrade path.

research-proposal-generator

53
from aipoch/medical-research-skills

Generates a comprehensive research proposal design based on input literature, including hypothesis, mechanism verification, and budget. Use when the user wants to design a research project from a paper.

research-grants

53
from aipoch/medical-research-skills

Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan's NSTC when you need agency-compliant narratives, budgets, and review-criteria alignment for a specific solicitation/FOA/BAA.

protocol-standardization

53
from aipoch/medical-research-skills

Standardize fragmented experimental steps into reproducible protocol documents when you need method organization, lab SOP drafting, or cross-operator reproducibility; missing parameters must be explicitly marked as "To be supplemented/Not provided".

prospero-registration-helper

53
from aipoch/medical-research-skills

Assists researchers in generating PROSPERO registration content for meta-analyses from a title and optional protocol. Use when the user wants to draft a PROSPERO registration form.

non-tumor-ml-research-planner

53
from aipoch/medical-research-skills

Generates complete non-tumor biomedical machine learning research designs from a user-provided research direction. Always use this skill when users want to plan bioinformatics + ML papers for non-cancer diseases (metabolic, cardiovascular, kidney, inflammatory, autoimmune, infectious, neurological, endocrine, wound healing, chronic multifactor), design diagnostic biomarker studies, combine GEO datasets with feature selection and ML modeling, or generate Lite/Standard/Advanced/Publication+ workload plans. Trigger for:"non-tumor ML study", "bioinformatics paper outside oncology", "key genes and diagnostic model for a disease", "pyroptosis/ferroptosis/senescence/autophagy + disease", "GEO datasets + machine learning", "RF + LASSO diagnostic model", "DEG + feature selection + validation", "immune infiltration + biomarker", "non-cancer biomarker paper". Trigger even for casual phrasings like "I want to study X using machine learning", "help me design a non-tumor bioinformatics paper", or "how do I build a diagnostic model for disease Y".