academic-paper-writing

Drafts and revises CS/AI/Robotics academic manuscripts with evidence-traceable claims and reviewer-oriented structure.

5|1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/WissingChen/my_code_config --skill academic-paper-writing-wissingchen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: academic-paper-writing
Source: https://github.com/WissingChen/my_code_config/tree/main/my_skills/academic-paper-writing
Command: npx skills add https://github.com/WissingChen/my_code_config --skill academic-paper-writing-wissingchen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Academic papers in computer vision, machine learning, and robotics often fail because claims outrun evidence, structure buries the contribution, or the writing triggers reviewer objections. This Skill enforces a discipline where every quantitative claim traces to a retained experiment artifact or a verified literature note, and every section is built to survive reviewer scrutiny. ## Core Features & Use Cases - Evidence-bound drafting: Every quantitative claim must link to an experiment ID with retained artifacts or a knowledge note with sufficient reading depth; unverified statements are marked as such. - Scenario-specific guidance: Reference files tailor the writing to CV/ML main conferences (CVPR/NeurIPS/ICML), journal extensions (TPAMI/IJCV), and short workshop papers, each with distinct length, density, and reviewer expectations. - Reviewer self-audit: A walkthrough reference applies four tests (5-minute, surprise, objection, title) to draft paragraphs, showing how to rewrite hype-laden text into defensible claims. - Use Case: You have finished experiments for a CVPR submission. Use this Skill to structure the narrative arc, write the abstract and introduction anchored to the strongest prior work, build the main results table with baselines and uncertainty, and run the pre-submission reviewer walkthrough. ## Quick Start Help me draft the introduction and abstract of my CVPR paper on video spatial reasoning, making sure every claim traces back to my experiment records.

Frequently Asked Questions about academic-paper-writing

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

FAQPage Schema
How do I write a CVPR or NeurIPS paper that passes reviewer scrutiny?▼

Structure the paper so the problem, insight, and main result are visible from the title, abstract, and first figure. Anchor the gap to the strongest credible prior work, include one dense main results table, an ablation isolating the claimed mechanism, a generalization check, and a limitations figure.

How should I write an ablation study for a machine learning paper?▼

Ablate the component your claim depends on, not arbitrary parts, and report effect size with uncertainty rather than fixed thresholds. Include a replacement ablation against the simplest baseline solving the same problem, and compare against the strongest credible method.

What is the difference between writing a conference paper and a journal extension?▼

Conference papers prioritize density within tight page limits and must pass a 5-minute first-impression test. Journal extensions expect at least 30 percent substantively new content, fuller derivations and related work, and deeper reproducibility detail since reviewers check claims line by line.

Can this Skill write research reports or presentation slides?▼

No. Research reports and HTML rendering belong to the write_md skill, and slide decks belong to slide_deck. This Skill handles only academic manuscripts, delegating figure production to result_visualization and citation verification to knowledge_keeper.

Why should every quantitative claim in a paper link to an experiment record?▼

Traceability prevents claims from outrunning evidence, which is the most common cause of rejection and retraction risk. Each number should map to an experiment ID with retained artifacts or a verified literature note, so reviewers and co-authors can audit any statement.