academic-paper-composer

academic-paper-composer is a skill for Claude Code, Codex from lishix520/academic-paper-skills. It costs 135 tokens per session (5,757 once invoked), scanned A, original, MIT.

A structured method for turning a detailed outline into a complete academic paper and checking its quality as it is written.

In plain words
What is it for?
It helps write papers chapter by chapter, review each chapter and the whole paper, keep sections consistent, and prepare a manuscript for submission.
Why use it?
It reduces problems such as inconsistent chapters, missing sections, weak coherence, and incomplete submission preparation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps write papers chapter by chapter, review each chapter and the whole paper, keep sections consistent, and prepare a manuscript for submission.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lishix520/academic-paper-skills/composer
About the project

Academic Paper Skills is a Claude Code framework for planning and writing philosophy and interdisciplinary academic papers through structured research and drafting workflows. It is intended for researchers who want to develop ideas into checked, submission-ready manuscripts, and its catalogue entries are the strategist and composer skills that provide this workflow.

lishix520/academic-paper-skills · 1,279 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lishix520/academic-paper-skills --skill composer
Clone the repo
git clone --depth 1 https://github.com/lishix520/academic-paper-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for academic-paper-composer

README.md
[![agentmods](https://agentmods.dev/badge/skills/lishix520/academic-paper-skills/composer/github.svg)](https://agentmods.dev/skills/lishix520/academic-paper-skills/composer)
Your own site
<a href="https://agentmods.dev/skills/lishix520/academic-paper-skills/composer"><img src="https://agentmods.dev/badge/skills/lishix520/academic-paper-skills/composer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for academic-paper-composer

Your own site · 80×15
<a href="https://agentmods.dev/skills/lishix520/academic-paper-skills/composer"><img src="https://agentmods.dev/badge/skills/lishix520/academic-paper-skills/composer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 135 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,757 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00135 $0.05757
Opus 5 $0.00068 $0.02878
Sonnet 5 $0.00027 $0.01151
Haiku 4.5 $0.00014 $0.00576

Measured 12d ago against content hash 9cd2b41aa8bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

academic-paper-composer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/chapter_quality_check.py, scripts/final_evaluation.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

composer/SKILL.md · 841 lines

How it starts

The opening of the file, as written. The whole thing — 841 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Academic Paper Composer

Overview

This skill provides a systematic framework for writing academic papers from optimized outline to submission-ready manuscript. It implements iterative quality control at both chapter-level and paper-level, ensuring consistent high quality throughout the writing process.

Input: Detailed, optimized paper outline (from academic-paper-strategist or equivalent)

Output: Complete, submission-ready manuscript with quality validation reports

Prerequisite: Use academic-paper-strategist skill first to create optimized outline (or provide equivalent detailed outline)


When to Use This Skill

Use academic-paper-composer when you need to:

Writing Stage:

  • Execute a detailed paper outline systematically
  • Write a complete academic paper chapter-by-chapter
  • Maintain quality control during writing process
  • Ensure consistency across all sections

Quality Assurance Stage:

  • Validate each chapter before proceeding
  • Check cross-chapter coherence
  • Perform final quality assessment
  • Verify submission readiness

Submission Preparation Stage:

  • Prepare manuscript for platform submission
  • Complete platform-specific checklists
  • Generate final submission package

Triggers:

  • "Write the paper from this outline"
  • "Compose the full manuscript"
  • "Execute the outline systematically"
  • "I have an outline, help me write the paper"
  • After completing academic-paper-strategist skill

Workflow Overview

Phase 4: SYSTEMATIC WRITING (Chapter-by-Chapter + Quality Gates)
    ↓
Phase 5: QUALITY CONTROL (Final Validation + Submission Prep)
    ↓
Output: Submission-Ready Manuscript + Quality Reports

Quality Gates: After each chapter + final paper evaluation


Required Input

Before using this skill, you must provide:

1. Optimized Detailed Outline

Required structure:

## Abstract (250-300 words)
- [Key points to cover]

## 1. Introduction (1,500 words)
### 1.1 Opening Puzzle (400 words)
- [Content guidance]
### 1.2 Literature Review (600 words)
- [Theories to discuss]
### 1.3 This Paper's Contribution (500 words)
- [Specific claims]

## 2. [Main Chapter Title] (1,200 words)
### 2.1 [Section] (400 words)
- [Argument structure]
- [Key citations]
...

[Complete structure with word counts and content guidance]

Read the full file on GitHub · 841 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 841 lines · 0 tokens per session scan A 9cd2b41aa8bf

Subscribe to this mod's changes

academic-paper-composer is a skill published in the GitHub repository lishix520/academic-paper-skills (1,279 stars, last pushed 8mo ago), licensed MIT. It adds 135 tokens to every session and 5,757 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

zeroplot

Create editable charts, diagrams, figures, posters, or slides from intent, data, or references.

blackblue-labs/zeroplot · 24 tokens

self-check

Check a LaTeX paper or grant proposal against itself and leave sited queries — cross-references, numbers that disagree, claims that outrun their evidence, terminology drift, scaffolding that must not ship. Runs passes weighted by where expert reviewers actually spend effort, reports rather than rewrites, and can write…

borgr/paper-sharpener · 104 tokens

preregister

Draft a structured preregistration document (OSF, AsPredicted, or AEA RCT Registry style) from a research spec or free-form study description. Output is a Markdown file with hypotheses, design, sampling plan, analysis plan, exclusions, and inference criteria — annotated with MUST / SHOULD / MAY clarity flags. Use when…

pedrohcgs/claude-code-my-workflow · 153 tokens

data-management-plan

Draft a funder-compliant Data Management Plan (NSF DMP, NIH DMS Policy 2023, ERC, Horizon Europe) by composing the confidential-data and environment-capture primitives. Sections cover data description, formats/metadata, storage/backup, access/sharing, preservation/archiving, and roles. Use when user says "data…

pedrohcgs/claude-code-my-workflow · 143 tokens

scaffold-exercises

Scaffold a graded problem set with sections, problems, worked solutions, and short "why this matters" explainers across analytical, empirical, and coding types. Use when user says "make a problem set on X", "scaffold exercises for this lecture", "create practice problems", "generate homework with a solution key"…

pedrohcgs/claude-code-my-workflow · 101 tokens

validate-bib

Validate bibliography entries against citations in all lecture files. Structural checks (missing/unused entries, malformed fields) by default; --semantic adds citation-drift detection, DOI verification, and style-consistency checks.

pedrohcgs/claude-code-my-workflow · 47 tokens