scientific-writing

Write scientific manuscripts in IMRAD structure with citations, figures, and reporting guidelines.

Updated Sep 2, 2026
One-click install
npx skills add https://github.com/ricfulop/cba-agentic-engineering-bootstrap --skill scientific-writing-ricfulop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-writing
Source: https://github.com/ricfulop/cba-agentic-engineering-bootstrap/tree/main/skills/scientific-writing
Command: npx skills add https://github.com/ricfulop/cba-agentic-engineering-bootstrap --skill scientific-writing-ricfulop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Drafting publication-ready scientific manuscripts requires juggling IMRAD structure, citation styles, reporting guidelines, and journal formatting rules, and drafts often fail because they contain bullet-point fragments, inconsistent terminology, or non-compliant references. ## Core Features & Use Cases - Two-Stage Writing Process: Build section outlines with key points from literature research, then convert them into flowing full-paragraph prose suitable for peer review. - Citation and Reporting Compliance: Apply APA, AMA, Vancouver, Chicago, and IEEE citation styles plus CONSORT, STROBE, and PRISMA reporting checklists. - Professional Report Formatting: Use the bundled scientific_report.sty LaTeX package with colored box environments, statistical notation commands, and styled tables for technical reports and white papers. - Use Case: A researcher finishing a clinical trial uses the skill to outline the Results section from verified citations, expand it into prose, format statistics with p-values and confidence intervals, and check the draft against CONSORT before journal submission. ## Quick Start Use the scientific-writing skill to draft the introduction section of my manuscript in full paragraphs with Vancouver-style citations.

Frequently Asked Questions about scientific-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a scientific manuscript in IMRAD format?

Structure the paper as Introduction, Methods, Results, and Discussion. First create a bullet-point outline of key findings and citations for each section, then convert every point into complete paragraphs with transitions and integrated citations.

What citation style should I use for a medical journal?

Most medical journals use AMA or Vancouver style with numbered citations. AMA uses superscript numbers while Vancouver uses numbers in square brackets; check the target journal's author guidelines for its specific variant.

Which reporting guideline applies to my study type?

Use CONSORT for randomized controlled trials, STROBE for observational studies, PRISMA for systematic reviews and meta-analyses, STARD for diagnostic accuracy studies, and ARRIVE for animal research. Each provides a checklist of required methodological elements.

Can I use bullet points in a scientific paper?

Bullet points are only acceptable in Methods sections for items like inclusion criteria or materials lists, and in supplementary materials. Abstracts, Introduction, Results, and Discussion must be written as flowing paragraphs.

When should I use a table instead of a figure?

Use tables when readers need precise numerical values or detailed statistical outputs, and figures when showing trends, relationships, or distributions. Follow the guideline of roughly one display item per 1000 words and avoid duplicating data between text, tables, and figures.

How do I format a professional research report in LaTeX?

Load the scientific_report.sty package and compile with XeLaTeX or LuaLaTeX. It provides colored box environments for key findings, methods, and limitations, plus commands like \pvalue, \CI, and \meansd for statistical notation.