Use when the user wants to render an existing resource list to a PDF for sharing/archiving. Triggers — "export the <topic> list as PDF", "PDF of this resource list", "make a printable version of the eval list".
How this skill is triggered — by the user, by Claude, or both
Slash command
/resource-list-builder:export-resource-list-pdfThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Render the README of a resource list into a PDF using Typst (Daniel's preferred tooling).
Render the README of a resource list into a PDF using Typst (Daniel's preferred tooling).
typst skill is available, hand off to it with a resource-list template.pandoc <input>.md -o <output>.pdf --pdf-engine=typst (preferred) or --pdf-engine=tectonic as fallback.outputs/<list-name>-<YYYY-MM-DD>.pdf inside the list repo (create outputs/ if missing). Or honour an explicit path from the user.save-to-gdrive skill if the user asks.npx claudepluginhub danielrosehill/claude-code-plugins --plugin resource-list-builderCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.