Agent Skills: Manuscript Ingest

|

UncategorizedID: willoscar/research-units-pipeline-skills/manuscript-ingest

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/HEAD/.codex/skills/manuscript-ingest

Skill Files

Browse the full folder contents for manuscript-ingest.

Download Skill

Loading file tree…

.codex/skills/manuscript-ingest/SKILL.md

Skill Metadata

Name
manuscript-ingest
Description
|

Manuscript Ingest

Transforms a manuscript source file into the canonical text artifact used by paper-review.

Inputs

One manuscript source from the workspace, typically:

  • inputs/manuscript.md
  • inputs/manuscript.txt
  • inputs/manuscript.pdf

Output

  • output/PAPER.md

Script boundary

scripts/run.py should:

  • find the simplest available manuscript source
  • extract faithful text
  • write the full text to output/PAPER.md

It should not summarize, critique, or reformat the manuscript into a review.

Contract

The output must preserve:

  • paper body text
  • section headings when available
  • page markers when extractable

Acceptance

  • output/PAPER.md exists
  • it contains the manuscript body rather than only title/abstract

Non-goals

  • claim extraction
  • evidence auditing
  • review writing