by lishix520
Systematic framework for planning and writing academic papers using Claude Code. Includes strategist (planning) and composer (writing) skills with quality checkpoints.
# Add to your Claude Code skills
git clone https://github.com/lishix520/academic-paper-skillsA 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.
┌─────────────────────────────────────────────────────────────┐
│ 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 │
└─────────────────────────────────────────────────────────────┘
No comments yet. Be the first to share your thoughts!
git clone https://github.com/yourusername/academic-paper-skills.git
cp -r strategist ~/.claude/skills/academic-paper-strategist
cp -r composer ~/.claude/skills/academic-paper-composer
You: Plan a paper on how mortality generates consciousness
Claude: [Activates academic-paper-strategist]
Let me guide you through the three phases...
You: Write the paper from this outline: [your outline]
Claude: [Activates academic-paper-composer]
Starting Phase 1: Foundation setup...
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/
│ ├─...