Add Journal Profile (add-journal)
Extracts journal metadata from an author-guidelines page and generates two canonical profiles — a detailed writing profile and a compact journal-matching profile.
EducationIntermediate★ 262⑂ 63AI score 8/10Last updated: Aug 19, 2026
What it does
- Uses the journal's Author Guidelines URL as the primary source to extract metadata: ISSN, publisher, impact factor, word limits per manuscript type, abstract structure, statistical reporting rules, figure specs, and AI-disclosure policy.
- Produces two artifacts: a detailed write-paper profile (11 canonical sections, ~100–150 lines) and a compact find-journal profile (5 sections, ~30 lines).
- Enforces a gated workflow — duplicate check → metadata confirmation gate → profile review gate — and writes no files until you approve.
- Separates
public(contributed upstream) fromprivate(local-only) storage tiers, and requires unverified fields to be tagged[TODO: verify]/[VERIFY]so fabricated numbers never reach a manuscript.
Who it's for
- Medical and health-science researchers or graduate students submitting to peer-reviewed journals.
- Users of the medsci-skills suite (
write-paper,find-journal) building their own target-journal database. - Labs standardizing submission-requirement records across their target journals.
Examples
- "Add a profile for Journal of Clinical Oncology" with the guidelines link → duplicate check, metadata table for review, then both profile files are written after approval.
- Login-gated guidelines page: paste the relevant sections and the skill builds the profile from that text only, with no inference.
- Batch mode: register five journals in one session — duplicate checks first, per-journal review gates, then a single file-writing pass at the end.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Aperivue/medsci-skills/HEAD/skills/add-journal/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/add-journal folder from the GitHub repo Aperivue/medsci-skills into my ~/.claude/skills/add-journal/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Aperivue/medsci-skills.git && mkdir -p ~/.claude/skills && cp -r medsci-skills/skills/* ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/Aperivue/medsci-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skills over:
cp -r medsci-skills/skills/* ~/.claude/skills/- This skill reads sibling folders (
write-paper,find-journal), so copy the whole set, not just one folder.
- This skill reads sibling folders (
- Restart Claude Code, then run
/skillsor type "add journal" to confirm it is detected. - When invoking it, supply the journal name plus the Author Guidelines URL, and choose the
publicorprivatestorage tier.
View source on GitHub ↗License: MIT