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".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin resource-list-builderThis skill uses the workspace's default tool permissions.
Render the README of a resource list into a PDF using Typst (Daniel's preferred tooling).
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.