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 223 stars 55 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
78
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
3 months ago
Last Updated
yesterday
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.

223 Updated yesterday
Aperivue
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.

19 Updated 4 days ago
PangenomeAI
AI & Automation Featured

academic-aio

Medical AI paper optimization for AI search engines (Perplexity, ChatGPT web, Elicit, Consensus, SciSpace) and RAG-based literature tools. Applies when drafting or reviewing titles, abstracts, structured summary boxes (Key Points / Research in Context / Plain-Language Summary), manuscripts for high-impact medical AI journals (Lancet Digital Health, Radiology, Radiology-AI, npj Digital Medicine, Nature Medicine), preprints (medRxiv/arXiv), GitHub README + CITATION.cff + Zenodo archives, and Hugging Face model/dataset cards. Integrates TRIPOD+AI, CLAIM 2024, STARD-AI, TRIPOD-LLM, DECIDE-AI reporting requirements with generative engine optimization (GEO) principles. Produces a visible pass/fail checklist.

223 Updated yesterday
Aperivue