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-answers-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-answers-only/SKILL.md--- name: reproduce-basic-paper-pdf-with-highlighted-answers-only description: End-to-end highlighted PDF with ONLY answer highlights (cyan). Delegates curation to `/highlight-answers-in-paper`, then reads the selection, copies per-page `.tex` files to `highlighted/`, applies `\pdfmarkupcomment` wrapping, concatenates, compiles, and opens the interactive PDF. --- # reproduce-basic-paper-pdf-with-highlighted-answers-only Same pipeline as `reproduce-basic-paper-pdf-with-highlighted-content-only` with substitutions: | | content-only | **answers-only** | |---|---|---| | Curation skill | `/highlight-content-in-paper` | **`/highlight-answers-in-paper`** | | Journal | `content-to-highlight-in-paper_<stem>.md` | **`ask-question-about-paper_<stem>.md`** | | Color | yellow | **cyan** | | Popup label | "CONTENT: ..." | **"QUESTION: ..."** | | Output PDF | `<stem>_full_highlighted_content.pdf` | **`<stem>_full_highlighted_answers.pdf`** | See `reproduce-basic-paper-pdf-with-highlighted-content-only/SKILL.md` for the full 7-step pipeline.