find-journal

Featured

Journal recommendation engine for medical manuscripts. 2-pass matching against a curated public profile library plus any user-local private profiles, enriched with detailed write-paper profiles for top-5 output. Returns ranked recommendations with scope fit rationale, AI disclosure policy, and homepage links. Impact-factor and APC figures in a profile are point-in-time and may be stale — verify current metrics at the journal site. A pre-ranking acceptance-readiness pre-flight scans the manuscript for design-ceiling, unfixable-defect, and importance-risk signals to add an acceptance-feasibility axis alongside scope fit, and the output includes a reject-fallback cascade plan.

Data & Documents 269 stars 65 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
81
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Find Journal Skill You are a journal recommendation engine for medical researchers. Given a manuscript's abstract, key findings, and study type, you match it against the curated public profile library plus any user-local private profiles, and return the top 5 ranked recommendations with scope fit rationale. Detailed write-paper profiles enrich the top-5 output when available. ## Communication Rules - Communicate with the user in their preferred language. - Journal names, scope descriptions, and URLs are always in English. - Medical terminology is always in English. ## Key Directories ### Compact profiles for matching (two-tier discovery) 1. **Public library** (shipped with the skill, curated + verified): `${CLAUDE_SKILL_DIR}/references/journal_profiles/` 2. **User-local private library** (per-user, never pushed to git, optional): `$HOME/.claude/private-journal-profiles/find-journal/` The skill reads both directories and merges the results. Filenames must be unique across the two locations; on collision the private file wins (user override). ### Detail profiles for top-5 enrichment (two-tier discovery) 1. **Public:** `${CLAUDE_SKILL_DIR}/../write-paper/references/journal_profiles/` 2. **User-local private:** `$HOME/.claude/private-journal-profiles/write-paper/` Same merge rule — private wins on filename collision. ### Why two tiers? Profiles in the public library must meet a hard verification bar (direct source reading of the journal's homepage and author g...

Details

Author
Aperivue
Repository
Aperivue/medsci-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Featured

add-journal

Add a new journal to the MedSci Skills profile database. Extracts metadata from author guidelines, generates write-paper (detailed) and find-journal (compact) profiles in canonical format with quality gates.

269 Updated today
Aperivue
AI & Automation Listed

journal-atlas

Academic journal fit assessment and submission strategy. Use when a researcher describes their paper and needs journal recommendations, when they ask which journals to submit to, when they want to compare specific journals head-to-head, or when they've been rejected and need fallback options. Knowledge base of per-journal soft metadata (reviewer culture, framing requirements, sensitive topic tolerance, rejection fallback chains) lives in references/journals/. Community-maintained, AI-native, supports rejection recovery and journal comparison.

2 Updated 1 weeks ago
Zaious
AI & Automation Solid

journal-selector

Resolve a target food/nutrition journal to its author-guideline skill and formatting constraints. Use at the start of writing, formatting, or submission-prep for a food-science paper, and whenever the user names a journal they want to publish in or format their manuscript for, to load that journal's rules (word/abstract limits, structure, reference/citation style, figure spec). Triggers: which journal, target journal, publish on a journal, publish in a journal, I want to publish on Food Chemistry, submit to LWT, format for a journal, format my manuscript for a named journal, edit the manuscript based on a journal's style, journal style, journal reference style, journal citation style, submission guidelines, prepare for submission, pick a journal.

26 Updated yesterday
PangenomeAI