Paper Writing Workflow
by @earthwalking
Standardized paper writing workflow integrating academic-writing, research-paper-writer, scientific-writing and other skills. Provides complete paper writing...
clawhub install paper-writing-workflow📖 About This Skill
name: paper-writing-workflow description: Standardized paper writing workflow integrating academic-writing, research-paper-writer, scientific-writing and other skills. Provides complete paper writing process from topic selection to final manuscript with 6 stages. license: MIT License metadata: skill-author: academic-assistant version: 1.0.0 created: 2026-03-14
Paper Writing Workflow
Overview
标准化论文写作工作流,整合多个论文写作技能,提供从选题到完稿的完整流程。
6 Workflow Stages
1. 选题与假设 (10-20 分钟)
使用技能: hypothesis-generation, research-lookup
2. 文献搜索与综述 (30-60 分钟)
使用技能: literature-search-workflow, paper-parse, citation-management
3. 论文大纲设计 (15-30 分钟)
使用技能: scientific-writing, research-paper-writer
4. 初稿写作 (60-120 分钟)
使用技能: scientific-writing, academic-writing, research-paper-writer
5. 图表生成 (30-60 分钟)
使用技能: scientific-schematics, scientific-visualization
6. 润色与格式检查 (30-60 分钟)
使用技能: academic-writing, citation-management
Supported Templates
| 模板 | 期刊 | 字数 | 图表 | |------|------|------|------| | scientific_data | Scientific Data (Nature) | 3000 | 5+ 图,2+ 表 | | nature_communications | Nature Communications | 5000 | 6+ 图,2+ 表 | | ieee_conference | IEEE Conference | 4000 (6-8 页) | 4+ 图 | | pnas | PNAS | 5000 | 5+ 图 |
Usage
基本使用
# 生成完整论文
python paper_writing_workflow.py --template scientific_data --topic "AI psychology research"生成特定部分
python paper_writing_workflow.py --section introduction --topic "AI psychology"润色论文
python paper_writing_workflow.py --action polish --input draft.md --style APA
高级使用
# 指定阶段
python paper_writing_workflow.py --stage 3 --topic "AI psychology" # 大纲设计批量生成
python paper_writing_workflow.py --template ieee_conference --output-dir papers/格式检查
python paper_writing_workflow.py --action check --input paper.md --template scientific_data
IMRAD Structure
Introduction (引言)
字数: 800-1200 字
Methods (方法)
字数: 1000-1500 字
Results (结果)
字数: 1000-1500 字
Discussion (讨论)
字数: 1500-2000 字
Quality Checks
结构检查
内容检查
格式检查
Best Practices
写作建议
1. 先写再改 - 初稿不求完美 - 完成比完美重要 - 多次修改润色
2. 图表驱动 - 先规划图表 - 图表引导写作 - 确保质量
3. 文献支撑 - 充分文献搜索 - 引用关键文献 - 避免过度引用
4. 寻求反馈 - 导师审阅 - 同行评议 - 多次修改
避免错误
1. 结构问题 - ❌ 缺少关键部分 - ✅ 遵循 IMRAD 结构
2. 内容问题 - ❌ 方法不详细 - ✅ 详细到可重复
3. 引用问题 - ❌ 格式不一致 - ✅ 使用引用管理工具
4. 语言问题 - ❌ 口语化表达 - ✅ 学术风格
Integration
与文献搜索配合
literature-search-workflow: 负责文献搜索
paper-parse: 负责论文解析
paper-writing-workflow: 负责论文写作
与图表生成配合
scientific-schematics: 负责技术图表
scientific-visualization: 负责数据图表
paper-writing-workflow: 负责整合到论文
Examples
示例 1: 生成 Scientific Data 论文
python paper_writing_workflow.py \
--template scientific_data \
--topic "CPWBD-2025: A National Wellbeing Dataset from China" \
--output paper.md
输出:
示例 2: 润色论文
python paper_writing_workflow.py \
--action polish \
--input draft.md \
--output polished.md \
--style APA
输出:
References
技能版本: v1.0.0 创建时间: 2026-03-14 维护者: academic-assistant 下次更新: 功能改进时
*完整论文写作,从工作流开始!*📝✨
💡 Examples
示例 1: 生成 Scientific Data 论文
python paper_writing_workflow.py \
--template scientific_data \
--topic "CPWBD-2025: A National Wellbeing Dataset from China" \
--output paper.md
输出:
示例 2: 润色论文
python paper_writing_workflow.py \
--action polish \
--input draft.md \
--output polished.md \
--style APA
输出:
📋 Tips & Best Practices
写作建议
1. 先写再改 - 初稿不求完美 - 完成比完美重要 - 多次修改润色
2. 图表驱动 - 先规划图表 - 图表引导写作 - 确保质量
3. 文献支撑 - 充分文献搜索 - 引用关键文献 - 避免过度引用
4. 寻求反馈 - 导师审阅 - 同行评议 - 多次修改
避免错误
1. 结构问题 - ❌ 缺少关键部分 - ✅ 遵循 IMRAD 结构
2. 内容问题 - ❌ 方法不详细 - ✅ 详细到可重复
3. 引用问题 - ❌ 格式不一致 - ✅ 使用引用管理工具
4. 语言问题 - ❌ 口语化表达 - ✅ 学术风格