Agent skill

paper-recommendation-guide

Systematic paper recommendation and discovery using multiple methods

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill paper-recommendation-guide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/literature/discovery/paper-recommendation-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Paper Recommendation Guide ## Overview Finding the right papers to read is a research skill in itself. Beyond keyword searches, modern researchers have access to a rich ecosystem of recommendation tools that use citation networks, semantic similarity, co-authorship patterns, and collaborative filtering to surface relevant papers you might otherwise miss. This skill provides a systematic approach to paper discovery that goes beyond passive reading. It covers algorithmic recommendation services, citation-based discovery techniques, social and community-driven methods, and strategies for building and maintaining a well-curated reading pipeline. The goal is to minimize the chance that you miss an important paper while avoiding information overload. Whether you are entering a new field and need foundational papers, tracking the frontier of a mature research area, or looking for interdisciplinary connections, this guide provides concrete methods for each scenario. ## Algorithmic Recommendation Services ### OpenAlex Related Works OpenAlex provides concept-based and citation-based discovery for 250M+ works across all disciplines: ```bash # Find works related to a specific paper via its c

What's inside
Steps it walks through
  1. Overview
  2. Algorithmic Recommendation Services
  3. OpenAlex Related Works
  4. Connected Papers
  5. Google Scholar Recommendations
  6. Research Rabbit
  7. Citation-Based Discovery Methods
  8. Forward Citation Chaining
  9. Backward Citation Mining
  10. Co-Citation Analysis
  11. Bibliographic Coupling
  12. Building a Reading Pipeline
  13. Weekly Routine
  14. Managing the Reading Queue
Commands it runs
Find works related to a specific paper via its concepts and citations
curl "https://api.openalex.org/works?filter=cites:W2741809807&sort=cited_by_count:desc&per_page=10"
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the paper-recommendation-guide skill do?

Systematic paper recommendation and discovery using multiple methods

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill paper-recommendation-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going