/discover

Rank candidate research papers from anchor, topic, wiki, or venue/year seeds.

Updated May 23, 2026
One-click install
npx skills add https://github.com/duany049/multi-skill-orchestration --skill discover-duany049
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /discover
Source: https://github.com/duany049/multi-skill-orchestration/tree/main/.claude/skills/discover
Command: npx skills add https://github.com/duany049/multi-skill-orchestration --skill discover-duany049

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

/discover helps you find and rank relevant candidate research papers you can read next, without automatically downloading or ingesting anything.

Core Features & Use Cases

  • Ranked paper shortlist proposals: produces a relevance-ranked set of paper candidates with rationales.
  • Multiple seed modes: anchor-driven (from specific papers), topic-driven (keywords), wiki-driven (recently modified papers), or venue/year-driven (conference/workshop lists).
  • Wiki dedup & safe separation of concerns: filters out already-ingested papers and never writes paper content to wiki or raw—only logs a run (with certain modes).

Quick Start

Ask for the next reading recommendations using an anchor paper ID and let the skill produce a shortlist you can choose from.

Frequently Asked Questions about /discover

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

FAQPage Schema
How do I find research papers to read next without downloading everything?

To find research papers to read next without downloading, use a discovery tool that generates a ranked shortlist of candidate papers from anchor, topic, wiki, or venue/year seeds. This proposal-only approach strictly separates recommendations from actual ingestion, ensuring no auto-ingestion occurs.

What is semantic scholar paper discovery and how does it rank recommendations?

Semantic scholar paper discovery is the process of generating a relevance-ranked shortlist of candidate papers. It ranks recommendations by routing specific seed modes—such as anchor, topic, wiki, or venue/year—into the discovery tool and presenting rationales for each proposed paper.

Can I get paper recommendations based on a specific conference or anchor paper?

Yes, you can get paper recommendations based on a specific conference or anchor paper. The discovery workflow supports multiple seed modes, allowing you to drive candidate generation from specific anchor papers, keywords, or venue/year conference lists to produce a tailored shortlist.

How do I avoid repeated paper recommendations in my research workflow?

To avoid repeated paper recommendations in your research workflow, apply local wiki dedup. This mechanism filters out already-ingested papers from the ranked shortlist by checking against the wiki-root, ensuring only new candidate papers are proposed for your reading list.

Does the paper discovery skill automatically save full text to my wiki?

No, the paper discovery skill does not automatically save full text to your wiki. It enforces strict separation between proposal and action by never writing paper content to wiki or raw formats, only logging a run for certain seed modes to maintain safe boundaries.