paper-reach

Run literature screening workflows with paper-search, paper-reader, and paper-ranker modules.

5|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Dai0-2/Paper_Reach --skill paper-reach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-reach
Source: https://github.com/Dai0-2/Paper_Reach/tree/main
Command: npx skills add https://github.com/Dai0-2/Paper_Reach --skill paper-reach

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a host-agnostic entrypoint and guidance to discover and execute a rigorous literature-review workflow across coding-agent runtimes, ensuring consistent screening results.

Core Features & Use Cases

  • Host-agnostic SKILL.md entrypoint for skill discovery and execution.
  • Thin host-specific metadata with agent-friendly integration (AGENTS.md, agents/openai.yaml, plugin.json).
  • Reusable sub-skills under skills/ (paper-search, paper-reader, paper-ranker) to compose end-to-end workflows.
  • JSON-first outputs suitable for agent reasoning and reproducible research.

Quick Start

Run paper-reach doctor to verify capabilities and available channels.

Frequently Asked Questions about paper-reach

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate literature screening across different coding-agent runtimes?

Automating literature screening across coding-agent runtimes requires a host-agnostic entrypoint with reusable sub-skills for paper search, reading, and ranking. This Skill provides thin host-specific metadata to ensure consistent structured JSON outputs across environments.

What is evidence-aware literature screening and how does it work?

Evidence-aware literature screening composes paper-search, paper-reader, and paper-ranker sub-skills into an end-to-end workflow. It processes queries through these modular stages to produce structured JSON outputs suitable for reproducible research and agent reasoning.

Can I run a literature review workflow and get structured JSON outputs for agent reasoning?

Yes, you can produce structured JSON outputs for agent reasoning by executing the literature review workflow. The Skill uses a JSON-first output format designed specifically to support reproducible research and downstream agent processing.

How do I verify my literature screening environment and available capabilities?

You can verify your literature screening environment by running the paper-reach doctor command. This checks available capabilities and channels, confirming that the host-specific skill modules are properly installed and ready for execution.

Does this literature review workflow work with any coding agent platform?

The literature review workflow is host-agnostic, featuring an AGENTS.md file, an openai.yaml agent configuration, and a plugin.json file. These thin host-specific metadata modules enable integration across multiple coding-agent runtimes.

What are the limitations of using a host-agnostic skill for literature screening?

A host-agnostic skill for literature screening relies on thin host-specific metadata rather than deep native integrations. It provides consistent structured JSON outputs but depends on the host runtime's ability to discover and execute the root SKILL.md entrypoint correctly.