Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By sxg
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.
npx claudepluginhub sxg/biomedical-science-writer --plugin writerInvoke the writer:assembler skill and follow it exactly.
Invoke the writer skill and follow it exactly.
Invoke the writer:literature-review skill and follow it exactly.
Invoke the writer:code-analyzer skill and follow it exactly.
Invoke the writer:results-interpreter skill and follow it exactly.
Peer review agent that critically evaluates the manuscript for publication readiness. Verifies claims are supported by citations, validates methodology against hypothesis, independently interprets results, and identifies discrepancies. Produces actionable feedback for revision. Invoked before final assembly.
Process a single PDF paper and generate condensed notes. Designed to run as a subagent with isolated context. Receives paper path and scope context, outputs structured markdown notes.
Statistical review agent that ensures accuracy of statistical methods and results reporting. Validates test selection, assumption checking, and proper interpretation. Invoked during Methods and Results drafting. Use when statistical rigor is critical.
Combine all draft sections into final manuscript, apply formatting constraints, and generate reference list. Final step of writer workflow. Requires academic reviewer approval and all drafts/*.md files.
Analyze GitHub repository to extract methodology and generate the Methods section. Fourth step of writer workflow. Requires scope.md and cloned code/ repository.
Scan project folder structure, validate organization, clone GitHub repository, and generate an inventory of available materials. First step of writer workflow. Use when starting a new manuscript project.
Process user-provided PDFs using isolated subagents, generate structured notes, synthesize findings, and draft the Introduction section. Third step of writer workflow. Requires scope.md.
Draft scientific research manuscripts from research data. Use when user wants to write a research paper, has a project folder with papers, data, figures, and a GitHub repository link. Orchestrates context-ingestion, scoping, literature-review, code-analyzer, results-interpreter, synthesis, and assembler sub-skills.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Production-grade academic research pipeline for Claude Code: research → write → review → revise → finalize. 4 skills, 35+ modes, 39-agent ensemble, v3.7.3 + v3.8 L3 claim-faithfulness gate, v3.9.0 cross-index triangulation, v3.10 triangulation policy layer, v3.11 deterministic citation verification gate (#182).
Multi-agent orchestrator for academic writing: 12 specialist agents and 30 writing principles for review, research, drafting, polishing, bibliography auditing, and literature surveys.
Academic manuscript toolkit: peer review, manuscript writing, and journal-specific formatting for submission
Semi-automated research assistant for academic research and software development, with skills for literature review, experiments, analysis, writing, and project knowledge management
Research-team agents for Claude Code: supervisor, analysis-implementer, paper-writer, figure-descriptor, reviewer, literature-curator.
Academic research agents — hypothesis generation, experiment design, paper drafting, peer review simulation, and more.
Review and critique scientific manuscripts. Identifies critical issues with detailed explanations and recommendations, providing an overall assessment with accept/revise/reject recommendation.
A marketplace of Claude Code plugins for scientific research and writing.
/plugin marketplace add sxg/biomedical-science-writer
/plugin install writer@science
| Plugin | Description | Version |
|---|---|---|
| writer | Draft biomedical research manuscripts with specialist agents | 2.3.0 |
Draft biomedical research manuscripts from organized project folders containing papers, data, figures, and GitHub code repositories.
Features:
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 assemblyTo 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:
{
"name": "my-new-plugin",
"source": "my-new-plugin",
"description": "Plugin description",
"version": "1.0.0"
}
MIT