Paper Writing Skill
Draft, structure, and refine scientific papers across all disciplines.
When to Use
- "Write the methods section for..."
- "Draft an abstract for these results"
- "Help me structure this paper"
- "Format these citations in APA/IEEE"
- "Improve the introduction of my paper"
- Generating LaTeX-formatted content
When NOT to Use
- Literature searching (use literature-search)
- Data analysis (use code-execution + scipy-analysis)
- Non-academic writing
- Grant proposals (different structure)
Paper Structure (IMRaD)
Title
- Concise, informative, contains key terms
- Avoid abbreviations and jargon
- 10-15 words ideal
Abstract (150-300 words)
Background: [1-2 sentences: context and gap]
Objective: [1 sentence: what this study does]
Methods: [2-3 sentences: approach and data]
Results: [2-3 sentences: key findings with numbers]
Conclusions: [1-2 sentences: implications]
Introduction
- Broad context (funnel from general to specific)
- Literature review (key findings, organized thematically)
- Research gap (what's missing or contradictory)
- Study objective and hypothesis
- Brief approach overview
- Significance statement
Methods
- Study design and setting
- Participants/samples (inclusion/exclusion criteria)
- Materials and instruments
- Procedure (reproducible detail)
- Data analysis plan
- Ethical approvals
Results
- Present in order of research questions
- Text + tables + figures (no redundancy)
- Statistical results: test statistic, df, p-value, effect size
- Report exact p-values (not just p < 0.05)
Discussion
- Summary of key findings
- Comparison with prior literature
- Mechanistic explanation
- Strengths of the study
- Limitations and their impact
- Future directions
- Conclusions and implications
Citation Formats
APA 7th Edition
- In-text: (Author, Year) or Author (Year)
- Two authors: (Smith & Jones, 2024)
- 3+ authors: (Smith et al., 2024)
IEEE
- Numbered: [1], [2], [3]
- Reference list: [1] A. Author, "Title," Journal, vol. X, no. Y, pp. Z-Z, Year.
Chicago (Author-Date)
- In-text: (Author Year, page)
- Bibliography: Author. Year. "Title." Journal Vol(Issue): Pages.
Vancouver/NLM
- Numbered: (1), (2), (3)
- Reference: Author(s). Title. Journal. Year;Vol(Issue):Pages.
LaTeX Templates
Article
\documentclass[12pt]{article}
\usepackage{amsmath,graphicx,natbib}
\title{Title}
\author{Author}
\begin{document}
\maketitle
\begin{abstract}
...
\end{abstract}
\section{Introduction}
...
\bibliographystyle{plainnat}
\bibliography{refs}
\end{document}
Integration with MCP Tools
Citation Workflow
- Search papers via
academic-mcp (19 databases) or semantic-scholar-mcp
- Export BibTeX/APA/MLA citations directly from Semantic Scholar MCP
- Manage references with
zotero-mcp (if Zotero is available)
- Use
arxiv-latex-mcp to read LaTeX source for accurate equation citing
Related Skills
- For detailed LaTeX formatting → use
latex-writing skill
- For citation network analysis → use
citation-analysis skill
- For systematic reviews → use
systematic-review skill
- For meta-analysis → use
meta-analysis skill
Guidelines
- Use active voice where appropriate
- Be precise — avoid vague qualifiers ("somewhat", "relatively")
- Define abbreviations on first use
- Every claim needs a citation or data reference
- Tables and figures must be self-contained with captions
- Follow target journal's style guide
- Report effect sizes, not just p-values
- Include CRediT author contributions, data availability, and COI statements
1---2name: paper-writing3description: Write scientific papers following IMRaD structure with proper citations. Use when: user asks to draft or improve a scientific paper, write specific sections, or format citations. NOT for: non-academic writing or presentation slides.4---56# Paper Writing Skill78Draft, structure, and refine scientific papers across all disciplines.910## When to Use1112- "Write the methods section for..."13- "Draft an abstract for these results"14- "Help me structure this paper"15- "Format these citations in APA/IEEE"16- "Improve the introduction of my paper"17- Generating LaTeX-formatted content1819## When NOT to Use2021- Literature searching (use literature-search)22- Data analysis (use code-execution + scipy-analysis)23- Non-academic writing24- Grant proposals (different structure)2526## Paper Structure (IMRaD)2728### Title29- Concise, informative, contains key terms30- Avoid abbreviations and jargon31- 10-15 words ideal3233### Abstract (150-300 words)34```35Background: [1-2 sentences: context and gap]36Objective: [1 sentence: what this study does]37Methods: [2-3 sentences: approach and data]38Results: [2-3 sentences: key findings with numbers]39Conclusions: [1-2 sentences: implications]40```4142### Introduction431. Broad context (funnel from general to specific)442. Literature review (key findings, organized thematically)453. Research gap (what's missing or contradictory)464. Study objective and hypothesis475. Brief approach overview486. Significance statement4950### Methods51- Study design and setting52- Participants/samples (inclusion/exclusion criteria)53- Materials and instruments54- Procedure (reproducible detail)55- Data analysis plan56- Ethical approvals5758### Results59- Present in order of research questions60- Text + tables + figures (no redundancy)61- Statistical results: test statistic, df, p-value, effect size62- Report exact p-values (not just p < 0.05)6364### Discussion651. Summary of key findings662. Comparison with prior literature673. Mechanistic explanation684. Strengths of the study695. Limitations and their impact706. Future directions717. Conclusions and implications7273## Citation Formats7475### APA 7th Edition76- In-text: (Author, Year) or Author (Year)77- Two authors: (Smith & Jones, 2024)78- 3+ authors: (Smith et al., 2024)7980### IEEE81- Numbered: [1], [2], [3]82- Reference list: [1] A. Author, "Title," Journal, vol. X, no. Y, pp. Z-Z, Year.8384### Chicago (Author-Date)85- In-text: (Author Year, page)86- Bibliography: Author. Year. "Title." Journal Vol(Issue): Pages.8788### Vancouver/NLM89- Numbered: (1), (2), (3)90- Reference: Author(s). Title. Journal. Year;Vol(Issue):Pages.9192## LaTeX Templates9394### Article95```latex96\documentclass[12pt]{article}97\usepackage{amsmath,graphicx,natbib}98\title{Title}99\author{Author}100\begin{document}101\maketitle102\begin{abstract}103...104\end{abstract}105\section{Introduction}106...107\bibliographystyle{plainnat}108\bibliography{refs}109\end{document}110```111112## Integration with MCP Tools113114**Citation Workflow**1151. Search papers via `academic-mcp` (19 databases) or `semantic-scholar-mcp`1162. Export BibTeX/APA/MLA citations directly from Semantic Scholar MCP1173. Manage references with `zotero-mcp` (if Zotero is available)1184. Use `arxiv-latex-mcp` to read LaTeX source for accurate equation citing119120**Related Skills**121- For detailed LaTeX formatting → use `latex-writing` skill122- For citation network analysis → use `citation-analysis` skill123- For systematic reviews → use `systematic-review` skill124- For meta-analysis → use `meta-analysis` skill125126## Guidelines1271281. Use active voice where appropriate1292. Be precise — avoid vague qualifiers ("somewhat", "relatively")1303. Define abbreviations on first use1314. Every claim needs a citation or data reference1325. Tables and figures must be self-contained with captions1336. Follow target journal's style guide1347. Report effect sizes, not just p-values1358. Include CRediT author contributions, data availability, and COI statements