discover

Builds a ranked shortlist of candidate papers from anchors, topics, or wiki state.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill discover-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/i18n/en/skills/discover
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill discover-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Deciding which paper to read next is time-consuming: keyword search misses semantically related work, and recommendation feeds often resurface papers you already have. This Skill produces a ranked, deduplicated shortlist of candidate papers with per-candidate rationales, without ingesting anything into your research wiki. ## Core Features & Use Cases - Three seed modes: anchor mode (papers similar to specific arXiv IDs, with optional negative anchors), topic mode (query-string search via Semantic Scholar and DeepXiv), and wiki mode (seeds derived from your most recently modified wiki papers). - Three-channel anchor gathering: combines Semantic Scholar recommendations, references, and citations per anchor to surface both canonical foundations and high-impact follow-ups. - Wiki deduplication: filters candidates against existing wiki/papers/ frontmatter so already-ingested papers never appear in the shortlist. - Use Case: After ingesting a paper on LoRA fine-tuning, run discovery in anchor mode to get a ranked list of 10 related papers with rationales, then pick which ones to ingest next. ## Quick Start Ask the assistant to find papers similar to arXiv 2106.09685 and show a ranked shortlist with rationales, limited to 10 candidates.

Frequently Asked Questions about discover

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

FAQPage Schema
How do I find papers similar to a specific arXiv paper?

Run discovery in anchor mode with one or more arXiv IDs. The tool queries Semantic Scholar's recommendations, references, and citations endpoints per anchor, then ranks and deduplicates candidates into a shortlist with per-paper rationales.

How to get paper recommendations from a research wiki?

Use wiki mode with the --from-wiki flag. It selects the most recently modified paper pages in wiki/papers/, extracts their arXiv IDs, and uses them as anchors so recommendations track what you have been working on lately.

Does the discovery skill automatically ingest recommended papers?

No. Discovery only proposes a shortlist and writes a checkpoint file plus a log line; it never modifies wiki pages or downloads papers. You choose a candidate and run the ingest step separately.

Why are already-ingested papers missing from the shortlist?

Candidates are deduplicated against the arxiv or arxiv_id frontmatter of existing wiki/papers/ pages before ranking. A high dedup count means the wiki already covers that neighborhood well, and the report surfaces this count explicitly.

What happens when Semantic Scholar is unavailable during topic search?

In topic mode the tool falls back to DeepXiv search and notes the degradation in the report. If every channel fails, the run aborts with an error rather than emitting an empty shortlist as if it were a real recommendation.

When should I use topic mode versus anchor mode?

Use anchor mode whenever you can name specific papers, since Semantic Scholar's recommendation model is a stronger signal than keyword search. Use topic mode only for open-ended exploration of a subject area with no concrete reference paper.