skills
Generate styled PDF documents with React components
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install react-pdf skill?โผ
Run `npx skills add molefrog/skills --all -g -y` in your terminal to install this skill globally.
How to generate PDFs with React components?โผ
This skill teaches your agent to build PDFs with @react-pdf/renderer using declarative components like Document, Page, View, and Text, then render them to files with tsx.
Why use React-PDF instead of Python PDF libraries?โผ
React-PDF offers flexbox layout, inline SVG graphics, reusable components, and professional typography, so you avoid absolute coordinate math and imperative drawing code.
Can I use custom fonts and emoji in generated PDFs?โผ
Yes. The skill includes a catalog of about 65 Google Fonts with download URLs and shows how to register local font files and Twemoji assets for emoji support.
Does this skill work with Claude Code?โผ
Yes. It follows the standard SKILL.md format and runs directly in Claude Code and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core