academic-paper-skills

作者 lishix520已验证

Systematic framework for planning and writing academic papers using Claude Code. Includes strategist (planning) and composer (writing) skills with quality checkpoints.

1,200
Stars
130
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/lishix520/academic-paper-skills

快速入门

使用 academic-paper-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

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.

常见问题

What is academic-paper-skills?

academic-paper-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by lishix520. Systematic framework for planning and writing academic papers using Claude Code. Includes strategist (planning) and composer (writing) skills with quality checkpoints. It has 1,200 GitHub stars.

Is academic-paper-skills safe to use?

Yes. academic-paper-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install academic-paper-skills?

Clone the repository with "git clone https://github.com/lishix520/academic-paper-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is academic-paper-skills written in?

academic-paper-skills is primarily written in Python. It is open-source under lishix520 on GitHub, so you can review or fork the full source.

Are there alternatives to academic-paper-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh academic-paper-skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情