Paper Write logo

Paper Write

CommunityPopular
xstongxue
paper-write

本科与硕士学位论文全流程撰写辅助。支持大纲审核(理工科/文科)、结构仿写(通用/实验/绪论/摘要;文科含文献综述、案例分析、对策建议、文科绪论与摘要)、参考文献获取、融合、润色(含实验章节/文科章节)、缩写、扩写、防 AIGC、中英互译、结构化信息提取。当用户提到论文撰写、大纲审核、论文章节仿写、参考文献、论文润色、防 AIGC、论文翻译、文科论文、文献综述、对策建议时使用。

Overview

Publisherxstongxue
Repositorybest-skills
Skill namepaper-write
Stars
2.9K
Forks
201
Bundled files
27
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 27 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by xstongxue on GitHub. Read the source before you install it.

Installation

Install the Paper Write AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/xstongxue/best-skills.git /tmp/best-skills
mkdir -p .claude/skills
cp -r /tmp/best-skills/skills/paper-write .claude/skills/paper-write
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Paper Write in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Paper Write on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Paper Write is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

本科&硕士学位论文撰写

使用时机

  • 用户需要审核/优化论文大纲(理工科 / 文科区分)
  • 用户需要仿写论文章节(绪论、摘要、实验章节等;文科另含文献综述、案例分析、对策建议及文科版绪论/摘要)
  • 用户需要参考文献匹配与 GB/T 7714 格式
  • 用户需要润色、缩写、扩写、去 AI 化(实验章节用实验润色,文科章节用文科润色)
  • 用户需要中英互译
  • 用户需要从论文中提取结构化信息(用于答辩 PPT 等)

Step 1:识别任务类型

根据用户需求选择对应 reference 文件执行。


大纲审核

适用文件
理工科(计算机/电子/机械/土木等)outline-review-science.md
文科(文学/经管/教育/法学/传媒等)outline-review-liberal.md

结构仿写

通用(理工/文科均可)

任务文件
通用章节(任一章节仿写)structure-imitate-general.md

理工(science-*)

文科(liberal-*)


问题与格式检查

任务文件
问题与格式检查(错别字 / 标点 / 版式 / 图表与公式编号 / 章节引用 / 重复段落 / 术语一致性)check-issues-and-format.md

参考文献与融合

任务文件
参考文献获取(GB/T 7714)references.md
融合merge.md

润色

适用文件
通用polish.md
实验章节(理工 science)polish-science-experiment.md
文科章节(liberal)polish-liberal.md

缩写、扩写、防 AIGC

任务文件
缩写abbreviate.md
扩写expand.md
防 AIGC(去 AI 痕)anti-aigc.md

翻译

方向文件
中 → 英zh-to-en.md
英 → 中en-to-zh.md

结构化信息提取

任务文件
提取(用于答辩 PPT 等)extract-structured.md(完成后可询问是否串联答辩 PPT 生成)

Step 2:收集输入

  • 多输入任务(如绪论仿写需【参考范文】【论文大纲】【个人草稿】):解析用户消息中的【】标记、追问缺失项、或读取用户指定的工作区文件,收齐后再执行。
  • 单输入任务:直接从用户消息或粘贴内容提取。

Step 3:执行并输出

读取对应 reference 中的 Prompt,按其中 Role/Task/Constraints/Output Format 执行,输出符合要求的正文或结构化结果。

注意事项

  • Word 适配:严禁 Markdown,中文与英文/数字/公式之间加空格,全角中文标点。
  • 去 AI 化:避免「显著提升」「极大增强」「卓越表现」「不仅如此」等。
  • 信息零丢失:严禁删除实验参数、数据、核心论点。
  • 撰写顺序:先做后写、由内向外——先完成方法章与实验,再写绪论与摘要。

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Paper Write AI skill do?

本科与硕士学位论文全流程撰写辅助。支持大纲审核(理工科/文科)、结构仿写(通用/实验/绪论/摘要;文科含文献综述、案例分析、对策建议、文科绪论与摘要)、参考文献获取、融合、润色(含实验章节/文科章节)、缩写、扩写、防 AIGC、中英互译、结构化信息提取。当用户提到论文撰写、大纲审核、论文章节仿写、参考文献、论文润色、防 AIGC、论文翻译、文科论文、文献综述、对策建议时使用。

Why use Paper Write on TypingMind?

Because you install it once and use it with any model. Paper Write is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Paper Write in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/xstongxue/best-skills/tree/main/skills/paper-write. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Paper Write?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Paper Write?

As many as you like. As long as a model supports skills, you can use Paper Write with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Paper Write AI skill free?

Yes. It is published on GitHub by xstongxue under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇