writing-core

Rewrites Chinese academic paper drafts to remove AI-style phrasing and enforce formatting rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Chinese academic drafts generated by AI often contain templated transitions, empty emphasis phrases, translation-flavored sentence order, unsupported strong claims, and formatting defects like raw Markdown bold or broken formulas. This reference provides concrete rules and checklists to detect and fix those issues while preserving research facts, data, and conclusion boundaries. ## Core Features & Use Cases - AI-trace removal: Identifies and rewrites high-risk patterns such as "首先/其次/最后" chains, hollow emphasis sentences, and promotional discussion paragraphs, replacing them with object-condition-evidence-boundary driven prose. - Formatting guardrails: Enforces rules for LaTeX formulas ($$...$$ blocks), structured tables for statistics and regression results, heading separation, and reference list layout. - Three-round self-check: Provides an evidence-based checklist covering structure, language, and factual/final-draft state, requiring counted evidence rather than simple pass marks. - Use Case: A graduate student pastes an AI-generated thesis introduction; the skill rewrites it into natural journal-style Chinese, downgrades unsupported claims like "显著优于" to bounded statements, and reports which AI traces were removed. ## Quick Start Paste your Chinese paper draft and ask the assistant to apply the writing-core rules to polish the text, remove AI-style phrasing, and run the three-round self-check with evidence.

Frequently Asked Questions about writing-core

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

FAQPage Schema
How do I remove AI writing traces from a Chinese academic paper?

Identify templated transitions like 首先/其次/最后, hollow emphasis phrases, and unsupported strong claims, then rewrite sentences around concrete objects, conditions, evidence, and boundaries. The skill provides a banned-pattern library and a three-round evidence-based self-check.

How to polish a Chinese thesis draft without losing information?

Keep research objects, data ranges, method conditions, metric definitions, and conclusion limits intact while only changing sentence structure and removing template phrasing. The rules explicitly forbid deleting facts during de-AI rewriting and require an information-preservation check after editing.

What formatting rules apply to formulas and tables in Chinese papers?

Display formulas must use $$...$$ blocks and inline variables $...$ in Markdown, with no raw subscripts or HTML tags. Descriptive statistics, correlation matrices, and regression results must be structured tables, and headings must stand on separate lines.

Can strong claims like significant improvement stay in the paper?

Only when backed by data, statistical tests, or explicit scope limits. Otherwise they must be downgraded to bounded statements describing the specific dataset, metric, and experimental condition where the result holds.

Does this writing reference require running scripts or shell commands?

No. The self-check is performed conversationally with counted evidence such as occurrences of Markdown bold or template words. It explicitly avoids Bash, PowerShell, or local file scanning.