A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Skill for writing scientific papers : fetches live journal guidelines, AI policy & LaTeX template before writing
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.
| 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 |
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.
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:
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.
Every draft is audited against 25 AI writing patterns (based on Wikipedia: Signs of AI Writing and the blader/humanizer framework) before delivery:
pivotal, landscape, delve, crucial, leverage, etc.), synonym cycling, copula avoidance, negative parallelismsin order to → to)Includes guidance on perplexity (word-choice surprise) and burstiness (sentence-length variation) — the two metrics AI detectors actually measure.
Every reference is confirmed via WebSearch before inclusion. Unverifiable sources are flagged [UNVERIFIED — confirm before submission] and excluded from the bibliography. Zero hallucinated references.
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.
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.
Four-move funnel introduction, "Here we show" construction, central-claim test, results-as-logical-progression structure — all derived from Nature's own editorial guidance.
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
# 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.
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 |
MIT — see LICENSE
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.
Design enforcement with memory — keeps your UI consistent across a project
Human + AI music production workflow for Suno - skills, templates, and tools
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho