agentsclimarketplace

Ai research writing skill

Skill jin-s13/ai-research-writing-skill

AI Research Writing Skill (AI论文写作技能) is an agent skill for ML / AI / CV / NLP researchers. Point your coding agent at code, experiment logs, notes, and a venue template; it helps you produce an auditable, evidence-backed LaTeX draft and submission package — not a polished fiction.

Install
npx -y skills add jin-s13/ai-research-writing-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

End-to-end research paper generation, review, and revision for ML/AI/CV/NLP projects from repositories, notes, experiment logs, drafts, and conference templates. Use when building a paper story, mapping claims to evidence, writing or revising sections, producing figures and tables, verifying citations, acting as a skeptical reviewer, running venue or build checks, or preparing a LaTeX/Overleaf/Git submission package.

SKILL.md

4.6 KB, as published. Nobody here has run it

AI Research Writing Skill

Mandate

Treat paper writing as claim-evidence engineering, not prose generation.

  • Ground claims in repository files, experiment artifacts, notes, or verified citations.
  • Never invent citations or numeric results. Mark missing evidence visibly and weaken unsupported claims.
  • For full papers, produce concrete LaTeX, BibTeX, figure, table, review, and build artifacts; do not stop at an outline.
  • Keep human judgment in the loop for scientific correctness, visual inspection, reviewer risk, and final submission decisions.

Route the Task

Choose the smallest route that covers the request. Load only the listed references first.

RouteLoad first
Full paper or major revisionreferences/workflow.md, references/artifacts.md
Upstream research-system handoffreferences/research-handoff.md, references/artifacts.md
Story, thesis, gap, or contributionreferences/paper-story.md
Section writing or revisionreferences/README.md, then the section-specific reference
Figures and tablesreferences/figure-workflow.md, references/figure-spec.md
Citation search or repairreferences/citation-workflow.md
Reviewer diagnosisreferences/reviewer-guidelines.md, references/reviewer-self-review.md
Submission or camera-ready auditreferences/submission-packaging.md, references/citation-checklist.md
Deterministic checks or formattingscripts/README.md

Execution Contract

For full-paper and submission work:

  1. Create paper_state.json from the contract in references/artifacts.md; declare mode, stage, venue, main TeX, bibliography, required artifacts, blockers, and build record.
  2. If research_handoff.json exists, run check_research_handoff.py --require-unblocked first. Otherwise inventory the repository and experiments before drafting. Create one task packet and update plan/progress.md at the start and end.
  3. Establish the story, claim boundaries, and literature position before long-form prose.
  4. Follow the two-pass drafting order in references/workflow.md: write evidence-bearing core sections first, then finalize framing sections.
  5. Run the mode-aware quality gate. A terminal stage is invalid when inputs are missing, claims/citations remain unresolved, verification is pending, blockers remain, or build hashes are stale.

Keep process instructions in plan/review files, never in manuscript prose.

Gates

  • Evidence: exact numbers must trace to data, logs, tables, notebooks, or scripts. Quantitative papers maintain numeric-evidence v2 selectors and recomputable aggregates.
  • Story: define thesis, gap, contribution boundary, and claims to avoid before a full draft.
  • Literature: position close work before writing Related Work.
  • Citation: scholarly verified records require citation_requests.json and a fresh citation_lock.json; metadata verification and sentence-level support are separate checks.
  • Figures: generated images may explain concepts but cannot create numeric evidence. For overview, method, framework, pipeline, architecture, and teaser figures, use built-in image generation as the default paper asset; use deterministic plots/tables for results.
  • Review: resolve high-severity reviewer objections or record them as blockers.
  • Build: compile the real package with record_build.py --run before submission-ready; preserve command, log, tool version, exit code, and hashes.
  • Completion: do not say "done" until required artifacts and checks pass or explicit blockers are reported.

Evidence Boundaries

  • Treat negative, mixed, missing-seed, or incomplete results as scope constraints, not material to hide.
  • Verify that each citation supports the attached sentence, not merely the topic.
  • Save important papers locally only when access and redistribution permit; otherwise record stable metadata and access status.
  • Generated diagrams communicate a workflow or idea; they are never experimental evidence.

Finish

Report the concrete artifacts changed, checks run, and remaining scientific risks. Preserve the author's intent, but not unsupported wording.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.