Draft, restructure, or plan Nature-style manuscript sections and initial-submission materials from author-provided claims, results, figures, notes, or Chinese drafts. Use when the user wants to write or rebuild an abstract, introduction, related-work, method, experiments, discussion, conclusion, title, full manuscript argument, pre-submission cover letter, title page, highlights, author-contribution statement, availability/declaration text, reviewer suggestions, or a complete initial submission package rather than only polish finished prose. Also trigger on general academic-writing and first-submission requests such as writing a paper from scratch, drafting a manuscript/section, structuring a paper, submission package, 投稿材料、首次投稿、投稿前 cover letter、投稿信、标题页、亮点、作者贡献、数据可用性声明、推荐审稿人.
71
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
This skill is split into two layers:
static/ that holds versioned, reusable content fragments (core stance + workflow, paper-type playbooks, per-section drafting guidance, initial-submission guidance, language-specific rules, per-journal style).manifest.yaml) that detects the request's axes and loads only the fragments needed for the current job.Do not try to apply the drafting logic from memory or from this router. Always load fragments from disk as described below.
Follow these five steps every time the skill is invoked.
Read manifest.yaml. It declares the axes (task, paper_type, section, language, journal), the allowed values, and the file paths each value maps to.
Also read every file listed under always_load. These hold the default stance, writing workflow, and output format that apply to every drafting job.
For each axis in the manifest, decide the value using the manifest's detect: hint and the user's input:
task — manuscript / submission-package. Use submission-package for first-submission materials, never for revision correspondence.paper_type — research / methods / hypothesis / algorithmic / review. Default: research.section — abstract / intro / related-work / method / experiments / discussion / conclusion / title. May be multiple. Ask the user if it is ambiguous and matters for the draft.language — en or zh-to-en. Detect from the user's notes themselves.journal — nature / nat-comms / generic. Default: generic. If the user names a Nature subjournal, treat it as nature.State the detected axis values in one short line to the user before drafting, so they can correct you cheaply.
For each axis value, Read the file mapped in the manifest. Skip the section axis when the task is submission-package or when the user explicitly asks for a free-floating argument paragraph with no section context.
Do not read every fragment in static/. Load only what step 2 selected.
Apply the loaded fragments in this priority order:
core/stance.md) — surface missing claim / evidence / boundary before drafting.task=submission-package.For task=manuscript, run the workflow in core/workflow.md end-to-end. Do not skip planning just because the user asked for prose immediately.
For task=submission-package, follow static/fragments/task/submission-package.md and references/submission-package.md instead. Build the deliverable matrix and readiness audit; do not force manuscript paragraph architecture onto administrative submission materials.
If essential evidence or boundary is missing, write a placeholder and list it under Assumptions or missing inputs: instead of inventing content.
The files under references/ are deep references and the example library, not defaults. Open them on demand per the references.on_demand table in the manifest. Typical triggers:
references/examples/index.md.references/<section>.md.Nature abstract opening or asks about a summary paragraph → references/nature-summary-paragraph.md.references/paragraph-flow.md.references/paper-review.md.references/submission-package.md.nature-writing owns initial submission materials prepared before peer review.nature-response owns revision cover letters, rebuttals, point-by-point responses, marked manuscripts, appeals, and other post-decision correspondence.nature-figure; route simulated pre-submission peer review to nature-reviewer.nature-polishing so shared content can later be lifted into a nature-shared/ layer used by both skills.703c150
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.