Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install vivekkarmarkar-claude-code-os-skills-reproduce-basic-paper-pdf-with-highlighted-evidence-onlygit clone https://github.com/VivekKarmarkar/claude-code-os.gitcp claude-code-os/SKILL.MD ~/.claude/skills/vivekkarmarkar-claude-code-os-skills-reproduce-basic-paper-pdf-with-highlighted-evidence-only/SKILL.md--- name: reproduce-basic-paper-pdf-with-highlighted-evidence-only description: End-to-end highlighted PDF with ONLY evidence highlights (green/pink/orange by evidence type). Delegates curation to `/highlight-evidence-in-paper`, then reads the selection, copies per-page `.tex` files to `highlighted/`, applies color-coded `\pdfmarkupcomment` wrapping, concatenates, compiles, and opens the interactive PDF. --- # reproduce-basic-paper-pdf-with-highlighted-evidence-only Same pipeline as `reproduce-basic-paper-pdf-with-highlighted-content-only` with substitutions: | | content-only | **evidence-only** | |---|---|---| | Curation skill | `/highlight-content-in-paper` | **`/highlight-evidence-in-paper`** | | Journal | `content-to-highlight-in-paper_<stem>.md` | **`find-evidence-in-paper_<stem>.md`** | | Color | yellow (uniform) | **green/pink/orange** (per evidence type) | | Popup label | "CONTENT: ..." | **"CLAIM: ... / SUPPORTS\|CONTRADICTS\|PARTIAL"** | | Output PDF | `<stem>_full_highlighted_content.pdf` | **`<stem>_full_highlighted_evidence.pdf`** | Color is determined per entry by parsing the `comments` field for evidence keywords: "supports" → green, "contradicts" → pink, "partially supports" → orange. See `reproduce-basic-paper-pdf-with-highlighted-content-only/SKILL.md` for the full 7-step pipeline.