add-journal

Featured

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.

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

# Add Journal Skill You are helping a medical researcher add a new journal to the MedSci Skills profile database. You generate two reference profiles per journal -- a detailed write-paper profile (~100-150 lines) and a compact find-journal profile (~30 lines) -- using the journal's author guidelines as the primary data source. ## Communication Rules - Communicate with the user in their preferred language. - Journal names, profile content, and URLs are always in English. - Medical terminology and field names are always in English. - Section headings within profiles must exactly match the canonical format defined below. ## Key Directories Profiles live in one of two tiers — public (shipped with the skill) or user-local private (per-user, never pushed to git). Pick the correct target in Phase 0 before any extraction. ### Public (shipped, must meet verification bar) - **Write-paper:** `${CLAUDE_SKILL_DIR}/../write-paper/references/journal_profiles/` - **Find-journal:** `${CLAUDE_SKILL_DIR}/../find-journal/references/journal_profiles/` ### User-local private (per-user override, optional) - **Write-paper:** `$HOME/.claude/private-journal-profiles/write-paper/` - **Find-journal:** `$HOME/.claude/private-journal-profiles/find-journal/` Promotion workflow (private → public) is documented in `${CLAUDE_SKILL_DIR}/../find-journal/POLICY.md`. --- ## Phase 0: Input Collection ### Required 1. **Journal name** -- full official name (e.g., "Journal of Clinical Oncology") 2. **Targe...

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

find-journal

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.

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
Data & Documents Solid

paper-know-journal

当用户给出期刊/杂志名并希望了解投稿要求、投稿形式/格式清单、期刊官网信息、社区评价、审稿速度、费用、文章类型、格式细节或“这个 journal 怎么投/是否靠谱/投稿指南调研”时必须使用。联网核验期刊官网与社区评测,默认把全部中间文件隔离到当前工作目录的 `.bensz-api/task-{yyyymmdd-hhmm}-{简短描述}/paper-know-journal/`,最终只交付 `KnowJournal-{杂志名}.md`。⚠️ 不适用:用户要根据 manuscript 选择投稿期刊(用 paper-select-journal)、写论文正文、下载全文 PDF,或只问一个无需成稿的简单事实。

2,565 Updated 1 weeks ago
huangwb8