paper-write

Drafts evidence-grounded academic paper prose with citation verification and anti-fabrication gates.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill paper-write-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/doubao-academic-polish/sub-skills/paper-write
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill paper-write-deepjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing academic papers risks fabricated citations, unsupported claims, and invented details. This Skill turns research ideas into submission-ready paper prose while enforcing that every factual statement traces back to user input, scholar_search results, or accepted domain knowledge. ## Core Features & Use Cases - Six-stage gated workflow: Positioning, evidence collection, blueprinting, writing, review, and delivery, with gates that block unsourced claims at every step. - Evidence-level discipline (L0-L4): Matches claim strength to source strength, so metadata-only search results never become fabricated method details or numbers. - Independent citation verification: Dispatches a fresh-context agent via OrganizeAgent to verify each reference against scholar_search, classifying entries as VERIFIED, METADATA_MISMATCH, NOT_FOUND, OVERCLAIM, or INCONCLUSIVE. - Discipline routing: Uses a six-paragraph model for STEM introductions, thinking templates for other sections, and CER (Claim-Evidence-Reasoning-Role) framing for non-STEM fields like law, economics, and humanities. - Use Case: A researcher provides experimental results and a rough idea; the Skill searches literature, drafts a full Introduction and Related Work with 15-25 real citations, verifies each reference independently, and delivers clean prose with a numbered References list. ## Quick Start Ask the assistant to write an Introduction section for your paper on your research topic, providing your key idea, main results, and any references you already have.

Frequently Asked Questions about paper-write

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

FAQPage Schema
How do I write an academic paper introduction with AI without fake citations?

This Skill searches scholar_search for real literature before writing, builds a citation pool of 15-25 papers for introductions, and verifies every reference through an independent agent. Claims without sources are rewritten or deleted rather than tagged with placeholders.

How does the citation verification process work?

An independent agent with fresh context receives only the draft and References list, then checks each citation via scholar_search with at least three query variants. Entries are classified as VERIFIED, METADATA_MISMATCH, NOT_FOUND, OVERCLAIM, or INCONCLUSIVE, and problem entries are fixed before delivery.

Can it write papers in non-STEM fields like law or economics?

Yes. Non-STEM papers route through a CER (Claim-Evidence-Reasoning-Role) framework instead of the STEM six-paragraph model. The same evidence-level rules apply, so legal citations, case numbers, and institutional details are only written if the user provided them.

What citation styles does it support?

Numeric citation-sequence ([1], [2], ...) is the default, matching IEEE format. It switches to APA 7th, Chicago Author-Date, Chicago Notes-Bibliography, Harvard, or Vancouver when the user explicitly requests one.

What happens when scholar_search is unavailable or fails?

Tool errors or timeouts are classified as INCONCLUSIVE, never as NOT_FOUND, so real citations are not deleted due to infrastructure issues. Without OrganizeAgent isolation, the Skill falls back to stricter generation constraints and discloses that independent verification was skipped.

Does it support writing papers in Chinese?

No. Chinese-language paper writing is routed to a sibling skill, paper-write-zh, which uses GB/T 7714 citations and CNKI verification. This Skill defaults to English output regardless of the input language.