Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Scientific Manuscript

ASecurity

--> --- name: scientific-manuscript description: "High-impact scientific manuscript preparation for journals like Nature, Blood, Cell. Use when writing abstracts, introductions, methods, results, discussions, or figure legends. Includes citation management, statistical reporting standards, ICMJE guidelines, and journal-specific formatting for hematology/oncology publications." license: Proprietary ---

2,984 stars
0 votes
0 copies
3 views
Added 5/31/2026
researchpythongoexpresstesting

Works with

cli

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill scientific-manuscript --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Scientific Manuscript?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Scientific Manuscript
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-scientific-manuscript/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-scientific-manuscript)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA

-->

---
name: scientific-manuscript
description: "High-impact scientific manuscript preparation for journals like Nature, Blood, Cell. Use when writing abstracts, introductions, methods, results, discussions, or figure legends. Includes citation management, statistical reporting standards, ICMJE guidelines, and journal-specific formatting for hematology/oncology publications."
license: Proprietary
---

# Scientific Manuscript Preparation

## Document Structure for High-Impact Journals

### Title
- Concise (<15 words for Nature, <20 for Blood)
- Include key finding and system/disease
- Avoid jargon and abbreviations

### Abstract (Structured for Blood/Clinical Journals)

```markdown
**Background:** One sentence on knowledge gap.
**Methods:** Key approaches, patient cohort size, techniques.
**Results:** Primary findings with statistics (P values, CIs).
**Conclusions:** Clinical/translational significance.
```

### Introduction (~500-800 words)
1. **Paragraph 1**: Broad context, disease burden, clinical relevance
2. **Paragraph 2**: Current knowledge, key mechanisms
3. **Paragraph 3**: Knowledge gap, unanswered questions
4. **Paragraph 4**: Study aims, hypothesis, approach overview

### Methods (Detailed, Reproducible)

```markdown
**Patient Cohort and Samples**
- IRB approval number, consent process
- Inclusion/exclusion criteria
- Sample processing, storage conditions

**Single-Cell RNA Sequencing**
- Library preparation (10x Genomics Chromium 3' v3.1)
- Sequencing platform, read depth
- Quality metrics (cells/sample, genes/cell, % mitochondrial)

**Computational Analysis**
- Software versions (Scanpy 1.9.x, scvi-tools 0.20.x)
- QC thresholds (min genes, max %MT)
- Integration method (TotalVI, Harmony)
- Clustering parameters (resolution, n_neighbors)
- Differential expression (Wilcoxon, FDR < 0.05, |log2FC| > 1)

**Statistical Analysis**
- Software (R 4.3.x, Python 3.11)
- Tests used with justification
- Multiple testing correction method
- Power analysis if applicable
```

### Results (~2000-3000 words)
- Lead each paragraph with key finding
- Reference figures in order (Figure 1A-C...)
- Report exact P values (P = 0.003, not P < 0.05)
- Include confidence intervals where relevant
- Avoid interpretation; save for Discussion

### Discussion (~1500-2000 words)

```markdown
**Paragraph 1**: Summarize key findings, relate to hypothesis

**Paragraph 2-4**: Compare to existing literature
- "Consistent with [Author et al.], we found..."
- "In contrast to [Study], our analysis revealed..."
- Mechanistic interpretation

**Paragraph 5**: Translational/Clinical implications
- Therapeutic targets
- Biomarkers
- Patient stratification

**Paragraph 6**: Limitations
- Sample size, cohort characteristics
- Technical limitations
- Generalizability

**Paragraph 7**: Future directions and conclusion
```

## Statistical Reporting Standards

### Continuous Variables
- Mean ± SD (normal) or Median [IQR] (non-normal)
- Report normality test used

### Categorical Variables
- N (%) with comparison test

### P Values
- Report exact values (P = 0.023)
- For very small: P < 0.0001
- Always report test used

### Sample Sizes
- "n = X patients" or "n = X cells"
- Report for each comparison group

## Figure Legends Template

```markdown
**Figure 1. Title describes main finding**
(A) Brief description of panel A. Statistical test, P value.
(B) Description including axis labels if not obvious.
(C-D) Can combine similar panels.
Scale bars: X μm. Error bars: mean ± SEM. *P < 0.05, **P < 0.01, ***P < 0.001.
n = X biological replicates from Y independent experiments.
```

## Reference Formatting

### Blood Journal (Vancouver)
```
1. Smith JA, Jones BC. Title of article. Blood. 2024;143(5):567-578.
```

### Nature (Author-Year)
```
Smith, J.A. & Jones, B.C. Title of article. Nature 620, 567–578 (2024).
```

## Journal-Specific Requirements

### Blood (ASH)
- Word limit: 4000 (full article)
- Figures: 7 max
- References: 60 max
- Structured abstract: 250 words

### Nature
- Word limit: ~3000 (Article)
- Main text figures: 6-8
- Methods: no limit, separate section
- Extended Data for supplementary figures

### Cell
- Word limit: 7000 (Article)
- STAR Methods format
- Graphical abstract required

## HIPAA Compliance Reminders

- No patient identifiers in any form
- Use Specimen IDs, not patient names/MRNs
- Aggregate data for small groups (n < 5)
- IRB approval statement required
- Data availability statement (GEO accession for sequencing)

## Writing Style

- Active voice preferred
- Past tense for results ("We found...")
- Present tense for established facts
- Avoid "interesting," "significant" (unless statistical)
- Be specific: "83.9-fold increase" not "marked increase"

See `references/journal_templates.md` for specific formats.
See `references/statistical_tests.md` for test selection guide.


<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

798221 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →