writer
NewDraft scientific research manuscripts from organized project folders with papers, data, figures, and GitHub code repositories. Orchestrates an 8-step workflow with specialist agents: statistical reviewer for quantitative accuracy, academic reviewer for publication readiness.
Overview
A marketplace of Claude Code plugins for scientific research and writing.
Installation
Add the Marketplace
/plugin marketplace add sxg/biomedical-science-writerInstall a Plugin
/plugin install writer@scienceAvailable Plugins
| Plugin | Description | Version |
|---|---|---|
| writer | Draft biomedical research manuscripts with specialist agents | 2.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
Adding New Plugins
To add a new plugin to this marketplace:
- Create a directory under
plugins/:
`` plugins/my-new-plugin/ ├── .claude-plugin/ │ └── plugin.json ├── commands/ ├── skills/ └── agents/ ``
- 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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/writer.md https://raw.githubusercontent.com/sxg/science/main/SKILL.md/writerFrequently Asked Questions
What is writer?
Draft scientific research manuscripts from organized project folders with papers, data, figures, and GitHub code repositories. Orchestrates an 8-step workflow with specialist agents: statistical reviewer for quantitative accuracy, academic reviewer for publication readiness.
How to install writer?
To install 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 /writer.
What is writer best for?
writer is a community categorized under General. It is designed for: code-review, agent, manuscript, scientific-writing, research, academic, peer-review, literature-review. Created by sxg.