Agent skill

journal-selection

Use when choosing a target journal for a paper, comparing journal rankings, asking "where should I submit this", or building a submission strategy across multiple journals. Field-agnostic — detects the paper's research area and suggests appropriate outlets across tiers.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/60-regisely-superpapers/skills/journal-selection/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

# Journal Selection ## Overview This skill helps select target journals for a paper based on current web information. It does not maintain a static journal database — journal scopes, rankings, and editorial direction change, and stale data gives bad advice. Instead, every recommendation is verified via web fetch in the current session. The skill is field-agnostic: it detects the paper's research area and suggests appropriate outlets across ambition tiers. ## When to Use - "Where should I submit this paper?" - "What journals would take a paper on X?" - "Rank these three journals for me" - Planning a submission strategy with fallback options - Checking a journal's current scope or editorial focus - Comparing journals by review time, fees, or acceptance rate ## Mandatory Steps 1. **Identify the paper's field and contribution level** from the abstract, topic, and the user's stated ambition. The field determines which rankings and database subsets apply. 2. **Search journals via web search** — do not use a static list or cached knowledge. Journal scopes, rankings, and editorial boards change. 3. **Verify each candidate via web fetch** on the journal's official homepage. Confirm it is st

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Mandatory Steps
  4. Output Example
  5. Anti-Patterns
  6. Verification Before Completion
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the journal-selection skill do?

Use when choosing a target journal for a paper, comparing journal rankings, asking "where should I submit this", or building a submission strategy across multiple journals. Field-agnostic — detects the paper's research area and suggests appropriate outlets across tiers.

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill journal-selection --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