BeClaude

biomedical-science-writer

New
Community RegistryGeneralby Satyam · MIT

Draft biomedical research manuscripts from organized project folders with papers, data, figures, and GitHub code repositories. Orchestrates an 8-step workflow with specialist agents: biostatistician for statistical accuracy, academic reviewer for publication readiness.

Community PluginView Source

Overview

A marketplace of Claude Code plugins for scientific research and writing.

Installation

Add the Marketplace

bash
/plugin marketplace add sxg/biomedical-science-writer

Install a Plugin

bash
/plugin install writer@science

Available Plugins

PluginDescriptionVersion
writerDraft biomedical research manuscripts with specialist agents2.3.0

Plugin Details

writer

Draft biomedical research manuscripts from organized project folders containing papers, data, figures, and GitHub code repositories.

Features:

  • 8-step workflow: Context ingestion, Scoping, Literature review, Code analysis, Results interpretation, Synthesis, Academic review, Assembly
  • Specialist agents: Biostatistician for statistical validation, Academic reviewer for publication readiness
  • Subagent-based literature review (processes user-provided PDFs via isolated subagents)
  • IRB document support with ethics statement auto-population

Commands:

  • /writer:draft - Full workflow
  • /writer:literature - Literature review only
  • /writer:methods - Code analysis only
  • /writer:results - Results interpretation only
  • /writer:synthesize - Generate Discussion/Abstract
  • /writer:assemble - Final assembly

View full documentation

Adding New Plugins

To add a new plugin to this marketplace:

  1. Create a directory under plugins/:

`` plugins/my-new-plugin/ ├── .claude-plugin/ │ └── plugin.json ├── commands/ ├── skills/ └── agents/ ``

  1. Add the plugin entry to .claude-plugin/marketplace.json:

``json { "name": "my-new-plugin", "source": "my-new-plugin", "description": "Plugin description", "version": "1.0.0" } ``

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/biomedical-science-writer.md https://raw.githubusercontent.com/sxg/biomedical-science-writer/main/SKILL.md
3
Invoke in Claude Code
/biomedical-science-writer
View source on GitHub
code-reviewagentbiomedicalmanuscriptscientific-writingresearchacademicpeer-review

Frequently Asked Questions

What is biomedical-science-writer?

Draft biomedical research manuscripts from organized project folders with papers, data, figures, and GitHub code repositories. Orchestrates an 8-step workflow with specialist agents: biostatistician for statistical accuracy, academic reviewer for publication readiness.

How to install biomedical-science-writer?

To install biomedical-science-writer, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /biomedical-science-writer.

What is biomedical-science-writer best for?

biomedical-science-writer is a community categorized under General. It is designed for: code-review, agent, biomedical, manuscript, scientific-writing, research, academic, peer-review. Created by Satyam.