By bingoodog
面向中文科研论文的AI写作助手:支持头脑风暴、章节写作、文献综述、Python图表、LaTeX输出
Use before writing any paper or project document - clarifies document type, scope, audience, and structure through natural dialogue
Use when Python environment setup is needed for data visualization or conda installation is required
Use when creating flowcharts, architecture diagrams, or conceptual diagrams - generates prompts for image AI
Use when creating data visualizations for papers - generates publication-quality plots with top-journal color schemes
Use when user requests LaTeX format output or has provided school/journal LaTeX templates
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
📄 English version: README_EN.md
把"写作任务"从一次性聊天,升级成可追踪、可恢复、可复用的工程化协作流程。
支持学术论文写作和工程/软件项目文档写作,面向本科生、研究生、工程师和项目经理。

这不是一个"只会润色句子"的提示词包,而是一套完整的写作协作系统。
它会在任务开始前先对齐目标与约束,通过头脑风暴确认文档类型、背景、结构,再按任务路由到对应技能模块执行。
适用于:
本 Skill 采用目录化设计,已适配以下平台:
| 平台 | 配置文件 |
|---|---|
| Claude Code | .claude-plugin/plugin.json |
| Cursor | .cursor-plugin/plugin.json |
| Codex | .codex/INSTALL.md |
| OpenCode | .opencode/INSTALL.md |
| Gemini CLI | GEMINI.md |
| 其他 | AGENTS.md |
默认情况下,Skill 产物是项目内文件,不是 Word 成品文件。
| 产物类型 | 默认格式 | 说明 |
|---|---|---|
| 论文正文 | .md / .tex | 便于版本管理和后续再加工 |
| 项目文档正文 | .md / .docx(Pandoc转换) | 每章/节一个独立文件 |
| 章节文件 | chapters/*.md | 每章/节一个独立文件 |
| LaTeX项目 | chapters/*.tex + main.tex | 可直接编译(论文) |
| 图表脚本 | .py | 可复现图表生成逻辑 |
| 提示词资产 | .md | 可复用的翻译、润色、去AI化模板 |
.docx。下载仓库,解压后把 research-writing-skill/ 复制到你的论文写作目录就可以用了。
git clone https://github.com/bingoodog/research-writing-skill.git
cd research-writing-skill
.codex/INSTALL.md.opencode/INSTALL.md
chapters/ 创建框架| 场景 | 技能 |
|---|---|
| 入口与路由 | skills/using-research-writing/ |
| 头脑风暴(论文/项目文档均适用) | skills/brainstorming-research/ |
| 论文章节写作 | skills/writing-chapters/ |
| 项目文档写作(SRS/设计/报告等) | skills/writing-project/ |
| LaTeX输出 | skills/latex-output/ |
| 通用写作规范 | skills/writing-core/ |
| 文科/社科写作 | skills/writing-humanities/ |
| 医学/生物写作 | skills/writing-medical/ |
| 法学写作 | skills/writing-law/ |
| 文献综述 | skills/literature-review/ |
| 翻译/润色/去AI化 | skills/prompts-collection/ |
| 投稿/交付前自审 | skills/peer-review/ |
| 统计分析 | skills/statistical-analysis/ |
| Python 图表 | skills/figures-python/ |
| 流程图/架构图 | skills/figures-diagram/ |
| 环境安装与排错 | skills/environment-setup/ |
如果你有学校或期刊提供的LaTeX模板:
.cls, .sty, .tex等)放入 latex-templates/ 目录.tex 文件详细说明见 latex-templates/README.md
如果你本地已安装 Pandoc,可尝试:
pandoc draft.md -o draft.docx
说明:这只解决格式转换,不替代学校模板排版和最终人工校对。
因为科研协作更需要可追踪、可复用、可版本化的文本资产,Markdown 更适合过程迭代。Word 适合最终交付,所以放在最后一步处理更稳妥。
可以做接近终稿的内容,但学校模板、目录域、页码、参考文献域、格式细节仍建议在 Word 端完成。
不会。规则层面明确禁止编造文献与数据;引用要求可追溯。
research-writing-skill/
├── SKILL.md # 主入口(兼容旧平台)
├── AGENTS.md # 通用代理配置
├── GEMINI.md # Gemini CLI 配置
├── CHANGELOG.md # 版本记录
├── .claude-plugin/ # Claude Code 配置
├── .cursor-plugin/ # Cursor 配置
├── .codex/ # Codex 配置
├── .opencode/ # OpenCode 配置
├── hooks/ # 会话启动脚本
│ ├── session-start
│ ├── hooks.json
│ └── hooks-cursor.json
├── skills/ # 技能模块目录
│ ├── using-research-writing/
│ ├── brainstorming-research/
│ ├── writing-chapters/ # 论文章节写作
│ ├── writing-project/ # 项目文档写作
│ ├── latex-output/
│ ├── literature-review/
│ ├── figures-python/
│ ├── figures-diagram/
│ ├── peer-review/
│ ├── statistical-analysis/
│ ├── environment-setup/
│ ├── prompts-collection/
│ ├── writing-core/
│ ├── writing-humanities/
│ ├── writing-medical/
│ └── writing-law/
├── latex-templates/ # 用户LaTeX模板目录
├── modules/ # 旧模块(保留兼容)
├── templates/ # 代码模板
├── plan-template/ # 计划模板
└── scripts/ # 工具脚本
npx claudepluginhub bingoodog/research-writing-skillUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
45% cost reduction measured. Cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time cost dashboard. The only Claude Code plugin built from CC source analysis.