code-snippet-images
Installation
SKILL.md
Code Snippet Images
Generate high-resolution code snippet PNGs using HTML templates rendered with Chrome headless at 2x scale.
Quick Start
- Copy the template from
assets/template.htmlto a temp file - Replace
<!-- FILENAME -->with the title bar text (e.g., filename or description) - Replace
<!-- CODE CONTENT -->with syntax-highlighted HTML (see Syntax Highlighting below) - Render with
scripts/render.sh:
scripts/render.sh /tmp/snippet.html /tmp/snippet.png
# Produces 2400x1350 PNG (1200x675 at 2x scale)