paper-write-sci

Write and revise SCI journal manuscripts in LaTeX projects with style, number, and logic reviews.

2.7k|251|Updated Feb 12, 2024
One-click install
npx skills add https://github.com/huangwb8/ChineseResearchLaTeX --skill paper-write-sci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write-sci
Source: https://github.com/huangwb8/ChineseResearchLaTeX/tree/main/skills/paper-write-sci
Command: npx skills add https://github.com/huangwb8/ChineseResearchLaTeX --skill paper-write-sci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Writing and polishing SCI journal papers in LaTeX is slow and error-prone: numbers can be fabricated or misplaced, sections drift from their intended roles, abbreviations become inconsistent across files, and AI-generated text often reads like a generic template rather than the author's voice.

Core Features & Use Cases

  • Dual run modes: autonomous mode directly edits the manuscript's .tex files, while collaborative mode only produces a review plan in plans/ for human approval before any change.
  • Style-aware writing: built-in bensz-01 (biomedical, author-like) and general-01 (general SCI) styles, plus the ability to distill style signals from user-provided reference papers without copying sentences.
  • Multi-layer review pipeline: parallel number verification, section-role checks with a dedicated Discussion audit, full-manuscript abbreviation consistency checks, and iterative logic-tree reviews before rendering PDF/Word output.
  • Use Case: Point the skill at a LaTeX paper directory with figure/table notes, and it rewrites the Discussion to stop repeating Results, verifies every statistic against source materials, unifies abbreviations across all .tex files, and rebuilds the PDF.

Quick Start

Ask the AI to use the paper-write-sci skill to optimize your SCI paper, providing the LaTeX project directory and a figure/table notes file, optionally specifying collaborative mode or a writing style.

Frequently Asked Questions about paper-write-sci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I polish an SCI paper written in LaTeX with AI?

Provide the LaTeX project directory and a notes file explaining each figure and table. The skill scans main.tex and \input{} files, maps sections, then rewrites content per section while protecting style files and running number, section-role, and logic reviews.

How can I review a paper plan before the AI edits my manuscript?

Use collaborative mode, which only generates a plan file in plans/ describing defects, evidence, suggested actions, and risks. The manuscript is not modified until you approve the plan and rerun in autonomous mode.

Can it mimic a specific author's writing style?

Yes. It ships with bensz-01 for biomedical papers and general-01 for general SCI writing, and it can distill additional style signals from reference papers or author materials you provide, learning the style without copying sentences.

Does it work with Word documents or non-LaTeX projects?

No. It requires a LaTeX paper project as input and only edits body .tex files. It can trigger Word export if the project already has a docx build chain, but it is not intended for pure Word workflows, template styling, or reference management.

How does it prevent fabricated statistics in the manuscript?

Every new or rewritten number must pass a parallel number check verifying source traceability, contextual appropriateness, and interpretation validity. If any reviewer runner reports a blocking issue, the number is not written into the text.