academic-paper

Writes academic papers through a 12-agent pipeline with citations, bilingual abstracts, and peer review.

Updated May 19, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/agent-sharing --skill academic-paper-richardnguyen0715
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: academic-paper
Source: https://github.com/richardnguyen0715/agent-sharing/tree/main/.github/skills/academic-paper
Command: npx skills add https://github.com/richardnguyen0715/agent-sharing --skill academic-paper-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing a publication-ready academic paper requires coordinating literature research, argumentation, drafting, citation compliance, formatting, and revision — a process that is slow, error-prone, and hard to manage alone. ## Core Features & Use Cases - 12-Agent Writing Pipeline: Orchestrates intake, literature strategy, structure design, argument building, drafting, citation compliance, bilingual abstract, peer review, and formatting across 8 phases. - 10 Operational Modes: Supports full drafting, outline-only, revision, revision-coach (parses reviewer comments into a roadmap), abstract-only, literature review, format conversion, citation checking, plan mode, and AI-usage disclosure statements. - Multi-Format Output: Produces LaTeX, DOCX (via Pandoc), PDF, and Markdown with APA 7, Chicago, MLA, IEEE, or Vancouver citations, plus bilingual (English/Traditional Chinese) abstracts. - Use Case: A graduate student with reviewer comments on a journal submission uses revision-coach mode to parse the unstructured feedback into a prioritized Revision Roadmap with a response letter skeleton. ## Quick Start Ask the AI to write a paper on your research topic, for example: write a paper on the impact of AI on higher education quality assurance.

Frequently Asked Questions about academic-paper

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

FAQPage Schema
How do I write an academic paper with AI assistance?▼

Invoke full mode with a prompt like 'write a paper on [topic]'. The pipeline runs a configuration interview, literature search, outline design, argumentation, section-by-section drafting, citation checking, bilingual abstract, simulated peer review, and final formatting.

How do I parse reviewer comments into a revision plan?▼

Use revision-coach mode by saying 'parse reviews' or 'I got reviewer comments'. The revision_coach_agent classifies, maps, and prioritizes unstructured reviewer feedback into a structured Revision Roadmap with an optional response letter skeleton, without needing a prior pipeline run.

What citation formats does academic paper writing support?▼

It supports APA 7.0 (default), Chicago (Author-Date or Notes-Bibliography), MLA 9, IEEE, and Vancouver. The formatter agent can also convert citations between any two supported formats late in the process via 'convert citations to [format]'.

Can I get a bilingual English and Chinese abstract?▼

Yes. The abstract_bilingual_agent independently composes English (150-300 words) and Traditional Chinese (300-500 characters) abstracts with 5-7 keywords each, rather than mechanically translating between them. Use abstract-only mode if you only need the abstract.

What output formats can the paper be exported to?▼

Papers can be exported as LaTeX (.tex + .bib), DOCX via Pandoc, PDF via LaTeX or Pandoc, or Markdown. Quantitative papers can also include publication-ready figures generated as matplotlib or ggplot2 code with APA 7.0 formatting.

When should I use plan mode instead of full mode?▼

Use plan mode when you want step-by-step guidance or are unsure about paper structure; a Socratic mentor agent guides you chapter by chapter to build a Paper Blueprint. When ambiguous between plan and full, the skill defaults to plan mode.