Guides users through an 8-stage academic paper writing workflow from planning to submission, integrating nature-skills, ARS, and Omniscale capabilities. Supports single-stage or full pipeline automation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paper-writing-workflow:paper-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides a modular 8-stage academic paper writing workflow that combines
This skill provides a modular 8-stage academic paper writing workflow that combines the best capabilities of installed Claude Code skills:
Trigger this skill when the user:
| Stage | Name | Key Skills |
|---|---|---|
| 1 | Planning & Research Map | /ars-plan, research-map |
| 2 | Literature Survey | nature-academic-search, ARS deep-research, summarize-paper |
| 3 | Writing First Draft | nature-writing, /ars-outline, nature-polishing |
| 4 | Citations & Data | nature-citation, /ars-citation-check, nature-data |
| 5 | Figures & Charts | nature-figure (Python/R) |
| 6 | Review & Self-Check | nature-reviewer, /ars-reviewer, critique |
| 7 | Revision & Response | /ars-revision, nature-polishing, nature-response |
| 8 | Submission Output | /ars-format-convert, /ars-disclosure, nature-paper2ppt |
The workflow script is at paper-workflow.js. Invoke via:
Workflow({scriptPath: "path/to/paper-workflow.js", args: {stage: 3}})
Set stage to 1-8 for a single stage, or "all" for the full pipeline.
Each stage can also be run manually using the slash commands and Skill calls
documented in paper-writing-workflow-guide.md.
If you already have a draft:
paper-workflow.js — Executable workflow scriptpaper-writing-workflow-guide.md — Complete user manual with slash commands and checklistspaper-writing-skill-workflow.png — Visual flowchart (300 DPI)paper-writing-skill-workflow.svg — Editable vector versionpaper-writing-skill-workflow.pdf — PDF version for embeddingGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub csgf9k6s79-byte/paper-writing-workflow-plugin --plugin paper-writing-workflow