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-hl-paper-answersgit clone https://github.com/VivekKarmarkar/claude-code-os.gitcp claude-code-os/SKILL.MD ~/.claude/skills/vivekkarmarkar-claude-code-os-skills-hl-paper-answers/SKILL.md--- name: hl-paper-answers description: Produce a highlighted PDF with cyan answer highlights. Delegates curation to `/highlight-answers-in-paper`, runs `apply_hl.py` with --color cyan, concatenates, compiles, opens PDF. --- # hl-paper-answers Same pipeline as `/hl-paper-content` with substitutions: | | hl-paper-content | **hl-paper-answers** | |---|---|---| | Curation | `/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** | | Output | `<stem>_hl_content.pdf` | **`<stem>_hl_answers.pdf`** | See `/hl-paper-content/SKILL.md` for the full pipeline.