PHY041/claude-skill-write-academic-report

7 stars · Last commit 2026-03-22

Claude Code skill: Write 40-100+ page academic reports (FYP, thesis, dissertation) with parallel subagents.

README preview

# write-academic-report

**Claude Code skill** that writes 40-100+ page academic reports (FYP, thesis, dissertation) using parallel subagents — **3-4x faster** than sequential writing.

> Research repo in → compiled LaTeX thesis out. 86 pages in ~6 hours, validated.

## What it does

Point it at your research repo. It launches parallel agents to extract data, write chapters simultaneously, compile LaTeX, and audit cross-references:



```
Wave 0: Data Preparation    Wave 1: Chapter Writing    Wave 2: Assembly
(5-6 parallel agents)       (3-4 parallel agents)      (sequential)

Codebase analysis            Ch1-2 (Intro + Lit Review)  Merge chapters
Experiment data              Ch3 (Methodology)           Cross-ref audit
Statistics                   Ch4-5 (Setup + Results)     Compile (tectonic)
Figure generation            Ch6 (Conclusion)            Quality review

View full repository on GitHub →