Awesome AI Research Writing
Overview
Use this skill to turn a prompt-library style repository into direct Codex behavior for academic writing, paper analysis, review, and research-side support.
Default to completing the task itself, not merely returning a reusable prompt, unless the user explicitly asks for prompt templates.
Workflow Decision Tree
- Identify the source artifact and target output.
- Chinese draft -> English LaTeX
- English LaTeX -> Chinese reading version
- Chinese draft -> Chinese academic prose
- Existing paragraph -> shorten, expand, polish, or humanize
- English sentence -> grammar-aware Chinese translation
- Paper or PDF -> structured reading or deep paper analysis
- Thesis or full manuscript -> reviewer report or strict submission review
- Experimental results -> analysis paragraph or plotting advice
- Method description or code -> figure prompts, UML, or model-improvement suggestions
- Fact-heavy research question -> verified answer with source-backed claims
- Load the minimal reference file needed for the task.
- Produce the final artifact directly in the requested language and format.
- If the user asks for external skill recommendations or installation advice, read
references/upstream-skills.md.
Core Operating Rules
- Use Chinese for commentary and explanations by default unless the user requests another language.
- Keep the main edited artifact in the user's requested target language.
- For LaTeX tasks, preserve formulas, labels, citations, and existing commands unless the user asks for structural edits.
- Escape newly added LaTeX special characters such as
%, _, and & when emitting LaTeX.
- For paper prose, prefer connected paragraphs over bullet lists unless the user explicitly asks for outline form.
- If evidence is insufficient, weaken claims instead of inventing results or overclaiming.
- When a task is fact-heavy or time-sensitive, browse and verify before stating something as fact.
- Treat prompt templates in the references as workflow guides and output contracts, not as the default end product.
- When the user explicitly asks for a reusable prompt, return a prompt template with clear input slots instead of doing the task.
Task Routing
Load references/prompt-routing.md when handling any of these tasks:
- bilingual translation for papers
- English or Chinese academic polishing
- shortening or expanding a paragraph
- logic checking
- figure title, table title, or caption generation
- experiment analysis writing
- lightweight reviewer-style review
Load references/paper-reading.md when:
- the user wants a structured reading framework for a paper or PDF
- the user wants a full paper analysis with background, method, experiments, and limitations
Load references/research-assistant.md when:
- the user wants evidence-backed research Q&A
- the user wants model-improvement ideas from code, papers, or experiment logs
- the user asks for model selection advice
Load references/diagram-and-modeling.md when:
- the user wants English prompts for academic figures
- the user asks what experiment plots to draw
- the user wants UML or system modeling output
Load references/translation-and-humanize.md when:
- the user wants long English sentence translation
- the user wants de-AI rewriting, especially Chinese Word-style text or English LaTeX text
Load references/strict-review.md when:
- the user wants a strict reviewer report
- the user wants a thesis-style submission review with a pass / no-pass recommendation
Load references/prompt-index.md when:
- the user asks what prompts or workflows this skill contains
- the user wants the repository-style directory of prompt entries
Load references/upstream-skills.md when:
- the user asks which skill to install or use
- the user wants a better tool for DOCX, full-paper authoring, or direct image generation
- the task is better served by a specialized upstream skill than by direct local rewriting
Output Contracts
- For direct editing tasks, return the edited artifact first.
- If the task-specific reference defines an exact output-only format, follow that contract exactly and do not append extra explanation.
- Add explanation after the artifact only when the relevant reference allows it or the user asks for it.
- For evaluation tasks, list concrete findings before summaries.
- For experiment analysis, tie every claim to an observed number or explicit trend.
- For paper analysis, distinguish author claims from your own interpretation.
- For figure-prompt tasks, output the prompt set cleanly and keep the Chinese explanation brief.
- For fact-verified answers, include concise source attribution after the answer.
- For strict review tasks, keep the verdict explicit and tie it to concrete deficiencies.
Related Skills
If the environment already has stronger installed skills such as research-paper-writing or imagegen, it is fine to combine this skill with them.
This skill is most useful as a bilingual routing and editing playbook built from a prompt collection, not as a replacement for every deeper domain skill.
1---2name: awesome-ai-research-writing3description: Academic paper writing, paper analysis, and research-side workflow kit for bilingual Chinese-English research work. Use when Codex needs to draft, translate, polish, shorten, expand, humanize, logic-check, explain long English sentences, read or analyze papers, produce reviewer-style reports, suggest model-improvement ideas from code or papers, generate paper-figure or UML prompts, or handle evidence-based research queries from notes, LaTeX, Markdown, PDFs, code, or full manuscripts. Especially useful when the user wants direct academic output rather than only a generic prompt template.4---5# Awesome AI Research Writing67## Overview89Use this skill to turn a prompt-library style repository into direct Codex behavior for academic writing, paper analysis, review, and research-side support.10Default to completing the task itself, not merely returning a reusable prompt, unless the user explicitly asks for prompt templates.1112## Workflow Decision Tree13141. Identify the source artifact and target output.15 - Chinese draft -> English LaTeX16 - English LaTeX -> Chinese reading version17 - Chinese draft -> Chinese academic prose18 - Existing paragraph -> shorten, expand, polish, or humanize19 - English sentence -> grammar-aware Chinese translation20 - Paper or PDF -> structured reading or deep paper analysis21 - Thesis or full manuscript -> reviewer report or strict submission review22 - Experimental results -> analysis paragraph or plotting advice23 - Method description or code -> figure prompts, UML, or model-improvement suggestions24 - Fact-heavy research question -> verified answer with source-backed claims252. Load the minimal reference file needed for the task.263. Produce the final artifact directly in the requested language and format.274. If the user asks for external skill recommendations or installation advice, read `references/upstream-skills.md`.2829## Core Operating Rules30311. Use Chinese for commentary and explanations by default unless the user requests another language.322. Keep the main edited artifact in the user's requested target language.333. For LaTeX tasks, preserve formulas, labels, citations, and existing commands unless the user asks for structural edits.344. Escape newly added LaTeX special characters such as `%`, `_`, and `&` when emitting LaTeX.355. For paper prose, prefer connected paragraphs over bullet lists unless the user explicitly asks for outline form.366. If evidence is insufficient, weaken claims instead of inventing results or overclaiming.377. When a task is fact-heavy or time-sensitive, browse and verify before stating something as fact.388. Treat prompt templates in the references as workflow guides and output contracts, not as the default end product.399. When the user explicitly asks for a reusable prompt, return a prompt template with clear input slots instead of doing the task.4041## Task Routing4243Load `references/prompt-routing.md` when handling any of these tasks:4445- bilingual translation for papers46- English or Chinese academic polishing47- shortening or expanding a paragraph48- logic checking49- figure title, table title, or caption generation50- experiment analysis writing51- lightweight reviewer-style review5253Load `references/paper-reading.md` when:5455- the user wants a structured reading framework for a paper or PDF56- the user wants a full paper analysis with background, method, experiments, and limitations5758Load `references/research-assistant.md` when:5960- the user wants evidence-backed research Q&A61- the user wants model-improvement ideas from code, papers, or experiment logs62- the user asks for model selection advice6364Load `references/diagram-and-modeling.md` when:6566- the user wants English prompts for academic figures67- the user asks what experiment plots to draw68- the user wants UML or system modeling output6970Load `references/translation-and-humanize.md` when:7172- the user wants long English sentence translation73- the user wants de-AI rewriting, especially Chinese Word-style text or English LaTeX text7475Load `references/strict-review.md` when:7677- the user wants a strict reviewer report78- the user wants a thesis-style submission review with a pass / no-pass recommendation7980Load `references/prompt-index.md` when:8182- the user asks what prompts or workflows this skill contains83- the user wants the repository-style directory of prompt entries8485Load `references/upstream-skills.md` when:8687- the user asks which skill to install or use88- the user wants a better tool for DOCX, full-paper authoring, or direct image generation89- the task is better served by a specialized upstream skill than by direct local rewriting9091## Output Contracts92931. For direct editing tasks, return the edited artifact first.942. If the task-specific reference defines an exact output-only format, follow that contract exactly and do not append extra explanation.953. Add explanation after the artifact only when the relevant reference allows it or the user asks for it.964. For evaluation tasks, list concrete findings before summaries.975. For experiment analysis, tie every claim to an observed number or explicit trend.986. For paper analysis, distinguish author claims from your own interpretation.997. For figure-prompt tasks, output the prompt set cleanly and keep the Chinese explanation brief.1008. For fact-verified answers, include concise source attribution after the answer.1019. For strict review tasks, keep the verdict explicit and tie it to concrete deficiencies.102103## Related Skills104105If the environment already has stronger installed skills such as `research-paper-writing` or `imagegen`, it is fine to combine this skill with them.106This skill is most useful as a bilingual routing and editing playbook built from a prompt collection, not as a replacement for every deeper domain skill.