
Paper Writing
- 17 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
Paper Writing is a skill that drafts, structures, and refines scientific papers in IMRaD format with correctly styled citations.
About
Helps draft, structure, and refine scientific papers following the IMRaD format with proper citations. A researcher uses it to write specific sections, draft abstracts, structure a paper, and format citations across APA, IEEE, Chicago, and Vancouver styles. It includes LaTeX templates and guidance on effect sizes, author contributions, and data-availability statements.
- Drafts and structures scientific papers using the IMRaD format
- Formats citations in APA, IEEE, Chicago, and Vancouver styles
- Includes LaTeX article templates and section-by-section guidance
Paper Writing by the numbers
- 17 all-time installs (skills.sh)
- Ranked #1,034 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
paper-writing capabilities & compatibility
Free; no external API or key required
- Capabilities
- paper drafting · citation formatting · paper structuring
- Use cases
- documentation · copywriting
- Pricing
- Free
What paper-writing says it does
Write scientific papers following IMRaD structure with proper citations.
Draft, structure, and refine scientific papers across all disciplines.
Every claim needs a citation or data reference
npx skills add https://github.com/beita6969/scienceclaw --skill paper-writingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 17 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Draft and structure scientific papers in IMRaD format with correctly styled citations and LaTeX templates.
Who is it for?
Drafting paper sections, structuring an IMRaD paper, and formatting citations
Skip if: Literature searching, data analysis, non-academic writing, or grant proposals, per the docs
When should I use this skill?
You need to draft or improve a scientific paper, write a section, or format citations
What you get
Drafted or refined paper sections with correct structure and formatted citations.
- Drafted paper sections
- Formatted citations
- LaTeX article scaffold
By the numbers
- 4 supported citation styles
- 150-300 word abstract target
Files
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
1. Broad context (funnel from general to specific) 2. Literature review (key findings, organized thematically) 3. Research gap (what's missing or contradictory) 4. Study objective and hypothesis 5. Brief approach overview 6. 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
1. Summary of key findings 2. Comparison with prior literature 3. Mechanistic explanation 4. Strengths of the study 5. Limitations and their impact 6. Future directions 7. 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 1. Search papers via academic-mcp (19 databases) or semantic-scholar-mcp 2. Export BibTeX/APA/MLA citations directly from Semantic Scholar MCP 3. Manage references with zotero-mcp (if Zotero is available) 4. Use arxiv-latex-mcp to read LaTeX source for accurate equation citing
Related Skills
- For detailed LaTeX formatting → use
latex-writingskill - For citation network analysis → use
citation-analysisskill - For systematic reviews → use
systematic-reviewskill - For meta-analysis → use
meta-analysisskill
Guidelines
1. Use active voice where appropriate 2. Be precise — avoid vague qualifiers ("somewhat", "relatively") 3. Define abbreviations on first use 4. Every claim needs a citation or data reference 5. Tables and figures must be self-contained with captions 6. Follow target journal's style guide 7. Report effect sizes, not just p-values 8. Include CRediT author contributions, data availability, and COI statements
Related skills
FAQ
What structure does it follow?
IMRaD: Introduction, Methods, Results, and Discussion, plus title and abstract guidance.
Which citation styles are supported?
APA 7th, IEEE, Chicago author-date, and Vancouver/NLM.