@wsl8297: 用 AI 写论文最怕的不是写不出来,而是它看起来很完整,实际上研究空白、文献支撑、论证结构都站不住。Academic Paper Skills 解决的就是这个问题。 GitHub:https://github.com/lishix520/…
摘要
Academic Paper Skills 是一套用于 Claude Code 的论文写作技能框架,将写作流程分为策略和写作两个阶段,并内置文献支撑、审稿人模拟和质量检查等特性,帮助用户从研究想法生成初稿。
查看缓存全文
缓存时间: 2026/05/25 06:46
用 AI 写论文最怕的不是写不出来,而是它看起来很完整,实际上研究空白、文献支撑、论证结构都站不住。Academic Paper Skills 解决的就是这个问题。
GitHub:https://github.com/lishix520/academic-paper-skills…
这是一套给 Claude Code 用的论文写作 Skill,把“从想法到初稿”拆成了更像真实科研写作的流程,而不是直接让模型开始生成正文。
主要特性:
- 分成 Strategist 和 Composer 两个阶段,先规划论文,再按大纲写作
- 研究空白需要 3–5 篇文献支撑,避免凭空造 gap
- 会分析 8–10 篇目标平台样本,学习写作标准和风格
- 内置 7 个维度、35 分制的审稿人模拟机制
- 提供 3 个质量检查关口,以及 Python 验证脚本
- 支持 arXiv、PhilArchive、PsyArXiv 等预印本平台场景
它更像一个论文写作流程约束器,适合已经有研究方向,但文献、结构和论证还比较散的人。
lishix520/academic-paper-skills
Source: https://github.com/lishix520/academic-paper-skills
Academic Paper Skills for Claude Code
A systematic framework for planning and writing philosophy and interdisciplinary academic papers using Claude Code. These skills transform your research ideas into submission-ready manuscripts through structured workflows with quality checkpoints.
Features
- End-to-End Pipeline: From initial idea to polished manuscript
- Evidence-Based Gap Identification: Every research gap backed by 3-5 citations
- Platform-Specific Style Learning: Analyze 8-10 sample papers to extract writing standards
- Reviewer Simulation: 7-dimension, 35-point assessment system
- Quality Assurance: 3 validation gates + 2 Python verification scripts
- Preprint Platform Support: PhilArchive, arXiv, PhilSci-Archive, PsyArXiv, and more
Two-Skill Workflow
┌─────────────────────────────────────────────────────────────┐
│ ACADEMIC-PAPER-STRATEGIST │
│ Phase 1: Platform Analysis → Target venue + style guide │
│ Phase 2: Theoretical Framework → Literature + gap analysis │
│ Phase 3: Outline Optimization → Reviewer-assessed outline │
└─────────────────────────┬───────────────────────────────────┘
↓
[Detailed Outline]
↓
┌─────────────────────────┴───────────────────────────────────┐
│ ACADEMIC-PAPER-COMPOSER │
│ Phase 1: Foundation → Style guide + chapter planning │
│ Phase 2: Systematic Writing → Draft with quality checks │
│ Phase 3: Polish → Final evaluation + submission prep │
└─────────────────────────────────────────────────────────────┘
Installation
Prerequisites
- Claude Code installed and configured
- Python 3.8+ (for verification scripts)
Setup
- Clone this repository:
git clone https://github.com/yourusername/academic-paper-skills.git
- Copy skills to your Claude Code skills directory:
cp -r strategist ~/.claude/skills/academic-paper-strategist
cp -r composer ~/.claude/skills/academic-paper-composer
- Restart Claude Code to load the skills.
Quick Start
Planning a Paper (Strategist)
You: Plan a paper on how mortality generates consciousness
Claude: [Activates academic-paper-strategist]
Let me guide you through the three phases...
Writing from Outline (Composer)
You: Write the paper from this outline: [your outline]
Claude: [Activates academic-paper-composer]
Starting Phase 1: Foundation setup...
Directory Structure
academic-paper-skills/
├── strategist/
│ ├── SKILL.md # Main skill definition
│ ├── references/
│ │ ├── quality_standards.md # Evaluation criteria
│ │ └── search_strategy.md # Literature search guide
│ └── scripts/
│ ├── evaluate_samples.py # Sample paper analyzer
│ └── gap_analysis.py # Research gap validator
├── composer/
│ ├── SKILL.md # Main skill definition
│ ├── references/
│ │ ├── section_guides.md # Section-by-section guidance
│ │ └── writing_standards.md # Academic writing principles
│ └── scripts/
│ ├── chapter_quality_check.py # Per-chapter validation
│ └── final_evaluation.py # Full manuscript assessment
└── examples/
├── consciousness-paper.md # Example: Philosophy of mind
└── ai-ethics-paper.md # Example: AI ethics
Quality Standards
Reviewer Simulation (7 Dimensions)
| Dimension | Weight | Criteria |
|---|---|---|
| Originality | 5 pts | Novel contribution to field |
| Argumentation | 5 pts | Logical coherence, evidence support |
| Literature | 5 pts | Comprehensive, current coverage |
| Methodology | 5 pts | Appropriate, rigorous approach |
| Clarity | 5 pts | Accessible, well-structured writing |
| Impact | 5 pts | Potential influence on field |
| Technical | 5 pts | Accuracy, proper citations |
Threshold: Outlines scoring ≥28/35 proceed to writing phase.
Use Cases
- PhD students: Transform dissertation chapters into publishable papers
- Independent researchers: Professional-grade paper planning without institutional support
- Interdisciplinary work: Navigate multiple platform requirements
- Preprint submission: Prepare manuscripts for PhilArchive, arXiv, etc.
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
License
MIT License - see LICENSE for details.
Author
Li Shixiong Independent Researcher ORCID: 0009-0008-2001-2865
These skills were developed through the author’s experience publishing philosophy papers on consciousness and mortality.
相似文章
@nini_incrypto_: 论文写作Skill推荐 1 Research-Paper-Writing-Skills https://github.com/Master-cai/Research-Paper-Writing-Skills… 这是一个面向 机器学习/计算…
推荐了四个适用于机器学习/计算机视觉/NLP等领域的开源论文写作技能包,分别侧重结构规范、润色审查、完整科研流程和中文协作,支持Codex、Claude Code、Gemini等AI助手。
@QingQ77: 为中文科研工作者提供一套集成化 AI 学术技能包,覆盖论文写作、学术 Office 文档生成与科研计算三大场景。 https://github.com/zLanqing/codex-claude-academic-skills… 三个技能…
为中文科研工作者提供一套集成化AI学术技能包,包含论文写作、学术Office文档生成与科研计算三大场景,可在Claude Code和Codex上直接使用。
@vintcessun: 原来学术论文AI写作还能这么做:不是直接润色,而是先让agent学目标场景、读优秀样例,再记录每个段落为什么这么写。PaperSpine通过 writing rationale matrix 把写作变成了可审计的推理过程,而不是黑箱生成。…
PaperSpine 是一个面向 Codex、Claude Code 和 OpenClaw 的论文写作 skill suite,通过写作动机矩阵将 AI 写作变为可审计的推理过程,而非黑箱生成。
@gaoren7716: 写论文这件事,可能要被流程化 AI 系统重写了 不是帮你润色,不是帮你改一句话,而是从选题开始就有 13 个 Agent 在协作 功能清单: Deep Research(13-agent 调研团队) Systematic Review(P…
介绍了一套名为Academic Research Skills的开源AI工具,通过13个Agent协作实现从选题到写作、审稿的全流程学术研究自动化,可作为Claude Code插件使用,将学术研究变为标准化生产线。
@cxjwin: 用Claude Code写论文的一整套流水线,有人打包开源出来了。 完全戳中了学生党的痛点,github星标直达9.4k。 项目名叫academic-research-skills
一个名为academic-research-skills的开源项目打包了使用Claude Code撰写论文的完整流水线,在GitHub上获得9.4k星标,直击学生用户痛点。