@wsl8297: 用 AI 写论文最怕的不是写不出来,而是它看起来很完整,实际上研究空白、文献支撑、论证结构都站不住。Academic Paper Skills 解决的就是这个问题。 GitHub:https://github.com/lishix520/…

X AI KOLs Timeline 工具

摘要

Academic Paper Skills 是一套用于 Claude Code 的论文写作技能框架,将写作流程分为策略和写作两个阶段,并内置文献支撑、审稿人模拟和质量检查等特性,帮助用户从研究想法生成初稿。

用 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 等预印本平台场景 它更像一个论文写作流程约束器,适合已经有研究方向,但文献、结构和论证还比较散的人。
查看原文
查看缓存全文

缓存时间: 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

  1. Clone this repository:
git clone https://github.com/yourusername/academic-paper-skills.git
  1. Copy skills to your Claude Code skills directory:
cp -r strategist ~/.claude/skills/academic-paper-strategist
cp -r composer ~/.claude/skills/academic-paper-composer
  1. 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)

DimensionWeightCriteria
Originality5 ptsNovel contribution to field
Argumentation5 ptsLogical coherence, evidence support
Literature5 ptsComprehensive, current coverage
Methodology5 ptsAppropriate, rigorous approach
Clarity5 ptsAccessible, well-structured writing
Impact5 ptsPotential influence on field
Technical5 ptsAccuracy, 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.

相似文章

@gaoren7716: 写论文这件事,可能要被流程化 AI 系统重写了 不是帮你润色,不是帮你改一句话,而是从选题开始就有 13 个 Agent 在协作 功能清单: Deep Research(13-agent 调研团队) Systematic Review(P…

X AI KOLs Timeline

介绍了一套名为Academic Research Skills的开源AI工具,通过13个Agent协作实现从选题到写作、审稿的全流程学术研究自动化,可作为Claude Code插件使用,将学术研究变为标准化生产线。