consolidate-paper

Consolidate research notes, logs, and outputs into a structured markdown manuscript.

4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AMindToThink/claude-code-settings --skill consolidate-paper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consolidate-paper
Source: https://github.com/AMindToThink/claude-code-settings/tree/main/skills/consolidate-paper
Command: npx skills add https://github.com/AMindToThink/claude-code-settings --skill consolidate-paper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns scattered research artifacts into one coherent, living paper so you can stop stitching together notes, logs, configs, and results by hand.

Core Features & Use Cases

  • Source Inventory: Reads research documents, experiment configs, results files, figure sidecars, and submodule docs before writing anything.
  • Structured Paper Assembly: Produces a full markdown paper with standard sections like abstract, methods, experiments, discussion, references, and appendices.
  • Exact Results and Figure Handling: Copies metric values faithfully, references only real plot files, and flags missing content with TODO, NOTE, or FEEDBACK markers.
  • Use Case: A researcher with drafts, experiment outputs, and submodule documentation can use this Skill to create a single maintainable manuscript that stays synced with the source material.

Quick Start

Use the consolidate-paper skill to gather the project’s research sources and write a complete living paper to the requested output path.

Frequently Asked Questions about consolidate-paper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate scattered research notes and experiment outputs into a single markdown paper?

This Skill consolidates scattered research notes by reading source documents, experiment configs, and figure sidecars to assemble a structured markdown manuscript with standard sections like abstract, methods, and experiments.

What is a living paper and how does it stay synced with research source files?

A living paper is a maintainable markdown manuscript built from drafts and results artifacts. It stays synced by requiring parallel source inventory and flagging missing content with TODO or NOTE markers.

Can I use this to generate research papers from nested module documentation and configs?

Yes, you can generate research papers from nested module documentation. The Skill performs parallel source inventory to read submodule docs and configs before writing a complete structured manuscript.

How are experiment results and figure paths handled during paper assembly?

During paper assembly, the Skill copies metric values faithfully and references only real plot files. It verifies figure paths exactly and flags any missing content with TODO, NOTE, or FEEDBACK markers.

Does this approach create a README to document content gaps and conversion plans?

Yes, this approach creates a companion README alongside the structured markdown manuscript. This README explicitly documents identified content gaps and outlines necessary conversion plans for the research project.