scientific-paper-writer
Skill for writing scientific papers : fetches live journal guidelines, AI policy & LaTeX template before writing
Install / Use
npx skills add eniktab/scientific-paper-writerInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Content & MediaSupported Platforms
Tags
Skill content
View source on GitHubscientific-paper-writer
An agent skill for writing publication-ready scientific manuscripts targeting top-tier journals. The only skill in this space that fetches live journal requirements — author guidelines, AI disclosure policy, word limits, and LaTeX template — before writing a single sentence.
Works with Claude Code, Codex CLI, Gemini CLI, Cursor, and any agent that follows the Agent Skills open standard.
What makes this different
| Feature | This skill | Other scientific writing skills | |---------|-----------|----------------------------------| | Journal requirements | Fetched live via WebSearch/WebFetch | Hardcoded (go stale) | | AI authorship policy | Fetched per journal | Not addressed | | LaTeX template | Downloaded from journal/Overleaf | Generic template | | AI-voice removal | 25 patterns, systematic audit | Not addressed | | Citation verification | WebSearch confirms every DOI | No verification | | Sentence rhythm guidance | Perplexity + burstiness mechanics | Not addressed | | Reporting guidelines | CONSORT, PRISMA, STROBE, ARRIVE, TRIPOD-ML, CARE, STARD, SQUIRE, COREQ | Named only | | Statistical reporting | Complete format per test type (effect size, CI, exact P) | Partial | | Coverage | Any journal, any field | Nature-family only |
Install
Copy the skill file to your agent's skills directory:
# Claude Code — user-level (available in all projects)
cp skills/scientific-paper-writer/SKILL.md ~/.claude/skills/scientific-paper-writer.md
# Claude Code — project-level only
mkdir -p .claude/skills/scientific-paper-writer
cp skills/scientific-paper-writer/SKILL.md .claude/skills/scientific-paper-writer/SKILL.md
# Codex CLI
cp skills/scientific-paper-writer/SKILL.md ~/.codex/skills/scientific-paper-writer.md
# Gemini CLI
cp skills/scientific-paper-writer/SKILL.md ~/.gemini/skills/scientific-paper-writer.md
# Cursor / VS Code
cp skills/scientific-paper-writer/SKILL.md .cursor/rules/scientific-paper-writer.md
Follows the agentskills.io open standard — any compliant runtime will pick up the file automatically.
Use
Invoke the skill and describe your task. In Claude Code use /scientific-paper-writer; in Codex CLI, Gemini CLI, and Cursor the invocation syntax varies by platform — refer to your agent's skill invocation docs.
/scientific-paper-writer Write an Article for Nature Biotechnology on our new
base-editing method. Data: efficiency.csv (5 cell lines, n=200 each).
Key finding: 94% efficiency in HEK293, 3.2-fold over Cas9 (P < 0.001).
The skill will:
- Fetch Nature Biotechnology's current submission guidelines
- Extract word limits, figure limits, abstract format, citation style
- Fetch their AI authorship policy and required disclosure language
- Find and link the current LaTeX template
- Check recent editorial priorities and desk-rejection criteria
- Write the paper to those exact requirements with verified citations
Core capabilities
Live journal intelligence (Phase 1a)
Before writing anything, the skill fetches the target journal's author guidelines page, extracts all format requirements into a journal_profile.yaml, fetches the AI authorship policy separately, and downloads the current LaTeX template. The profile becomes the single source of truth for all formatting decisions — overriding any defaults in the skill.
Covers any journal: Nature family, Cell Press, Elsevier, Wiley, Springer, PLOS, PNAS, ACS, RSC, IEEE, ACM, and conference proceedings.
Authentic scientific voice — 25 AI-pattern audit
Every draft is audited against 25 AI writing patterns (based on Wikipedia: Signs of AI Writing and the blader/humanizer framework) before delivery:
- Content: significance inflation, vague attributions, superficial -ing analyses, formulaic narratives
- Language: AI vocabulary (
pivotal,landscape,delve,crucial,leverage, etc.), synonym cycling, copula avoidance, negative parallelisms - Style: em-dash overuse, inline-header lists, uniform sentence length
- Filler: stacked hedges, generic conclusions, filler phrases (
in order to→to)
Includes guidance on perplexity (word-choice surprise) and burstiness (sentence-length variation) — the two metrics AI detectors actually measure.
Citation verification
Every reference is confirmed via WebSearch before inclusion. Unverifiable sources are flagged [UNVERIFIED — confirm before submission] and excluded from the bibliography. Zero hallucinated references.
Statistical reporting
Complete format for every test type: t-test, ANOVA, correlation, regression, survival analysis, meta-analysis, Bayesian statistics. Reports test statistic + df + exact P-value + effect size + 95% CI as a minimum for every comparison.
Reporting guidelines
Systematic verification against the appropriate checklist — not just naming it: CONSORT 2010, PRISMA 2020, STROBE, ARRIVE 2.0, STARD 2015, TRIPOD, TRIPOD-ML, CARE, SQUIRE 2.0, COREQ, SRQR.
Nature storytelling framework
Four-move funnel introduction, "Here we show" construction, central-claim test, results-as-logical-progression structure — all derived from Nature's own editorial guidance.
Full lifecycle
- Grant proposals (NIH R01, ARC Discovery, NSF)
- Peer review response letters
- Cover letters
- Pre-submission quality checklist (35 items)
- Field-specific conventions: molecular biology, ML/AI, clinical, ecology, physics, psychology
What the output looks like
After running, the project directory contains:
writing_outputs/YYYYMMDD_topic/
├── journal/
│ ├── journal_profile.yaml ← live-fetched format requirements
│ ├── journal_profile_summary.md ← human-readable summary
│ ├── ai_policy.md ← exact disclosure language required
│ └── latex_template/ ← downloaded journal template
├── manuscript/
│ ├── main.tex ← uses journal's template class
│ └── main.bib ← verified BibTeX
├── sources/
│ ├── references.bib ← all verified references
│ └── search_log.md ← what was searched, what was found
└── cover_letter.md
Examples
# Any journal — auto-detected format
Write a Research Article for PLOS Computational Biology
on our DNA tokenization benchmarks. I'll provide benchmark_results.csv.
# Anti-AI voice audit only
Run the AI-voice audit on this draft: [paste text].
List every pattern found and rewrite each flagged sentence.
# Peer review response
Write a complete response letter to these reviewer comments
for my Genome Biology submission: [paste comments]
# Grant proposal
Write the Specific Aims page and Significance section
of an NIH R01 on NAD+ metabolism in aging. FOA: PA-23-065.
# Journal requirements lookup only
Look up current submission requirements for
Nucleic Acids Research, Database Issue. I need word limits, AI policy,
and the LaTeX template.
Prefix with /scientific-paper-writer in Claude Code, or invoke via your platform's skill syntax.
Compatibility
Follows the agentskills.io open standard. Any agent runtime that supports SKILL.md files will work.
| Platform | Compatible | |---------|-----------| | Claude Code | Yes | | Codex CLI | Yes | | Gemini CLI | Yes | | Cursor | Yes | | VS Code + Copilot | Yes | | OpenHands | Yes | | Roo Code | Yes |
License
MIT — see LICENSE
Contributing
Issues and PRs welcome. If a journal's guidelines page structure breaks the lookup (layouts change), open an issue with the journal name and we'll update the URL patterns.
Related Skills
siyuan
46.4kAn open-source, privacy-first, self-hosted knowledge workspace where humans and AI agents work together 开源、隐私优先、自托管的知识工作空间,让人与智能体在此协作
humanizer
50.9kAgent skill that removes signs of AI-generated writing from text
oh-story-claudecode
7.0kClaude Code / Codex / OpenCode agent skills for writing Chinese web novels (网文): 扫榜、拆文、写作、去AI味、封面全流程,长篇短篇都支持 | 13 skills for novel writing and long-form fiction with file-based continuity tracking. MIT.
iPolloWork
6.5kEnterprise-grade, local-first Agent Workbench for people and agent teams. A unified multi-engine workspace for Codex Harness, DeepSeek Harness, and OpenCode, with unified plugins and Skills, multi-agent projects and tasks, and editable code, documents, presentations, design, and video.
Security Score
Audited on Mar 26, 2026
