If you need to generate PDFs programmatically from JSON specs, this is a clean wrapper around react-pdf/renderer. You define your document structure as JSON with elements like Document, Page, Table, and Heading, then render to buffer, stream, or file. The component library covers the basics (flex layouts, tables, images, page numbers) and you can extend it with custom components through a typed catalog system. The external store option is nice if you need to manage state outside the rendering cycle. It's server-safe imports mean you can work with schemas without pulling in React, which matters for edge environments. Solid choice if you're already in the JSON render ecosystem or want declarative PDF generation without wrestling with layout primitives.
npx -y skills add vercel-labs/json-render --skill react-pdf --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar