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-evidencegit clone https://github.com/VivekKarmarkar/claude-code-os.gitcp claude-code-os/SKILL.MD ~/.claude/skills/vivekkarmarkar-claude-code-os-skills-hl-paper-evidence/SKILL.md--- name: hl-paper-evidence description: Produce a highlighted PDF with color-coded evidence highlights (green=supports, pink=contradicts, orange=partial). Delegates curation to `/highlight-evidence-in-paper`, runs `apply_hl.py` with --color green (overridden per-entry by evidence type), concatenates, compiles, opens PDF. --- # hl-paper-evidence Same pipeline as `/hl-paper-content` with substitutions: | | hl-paper-content | **hl-paper-evidence** | |---|---|---| | Curation | `/highlight-content-in-paper` | **`/highlight-evidence-in-paper`** | | Journal | `content-to-highlight-in-paper_<stem>.md` | **`find-evidence-in-paper_<stem>.md`** | | Color | yellow | **green** (overridden per-entry: supports=green, contradicts=pink, partial=orange) | | Output | `<stem>_hl_content.pdf` | **`<stem>_hl_evidence.pdf`** | The `apply_hl.py` helper auto-detects evidence type from the `comments` field and assigns the correct color per entry.