
Molefrog Skills
- 167 repo stars
- Updated February 12, 2026
- molefrog/skills
molefrog-skills is a Claude Code plugin that teaches the agent to generate high-quality PDFs using react-pdf and React components.
About
molefrog-skills packages a Claude Code skill for developers who need PDFs that look designed—not plain text dumps—without leaving the React ecosystem. The skill steers the agent toward react-pdf patterns so layout, typography, and reusable document components stay in code you can version and test. founders use this when a SaaS must emit proposals, receipts, onboarding packs, or exportable reports; content products may need downloadable assets from the same design language as the app. It is intentionally narrow: document generation at build time or as part of an export feature, not SEO, email delivery infrastructure, or print-shop prepress. Install when you already run React or are willing to add a small renderer dependency for deterministic PDF output. Intermediate complexity assumes comfort with React props and basic Node tooling. The catalog lists one plugin and keywords around PDF, react-pdf, and document generation.
- Claude skill focused on high-quality PDF generation via react-pdf
- Uses React component mental model (@react-pdf/renderer) instead of manual PDF APIs
- Suited to invoices, reports, certificates, and branded one-off document templates
- Single-plugin community bundle from molefrog/skills (~136 GitHub stars)
- Pairs with Node/React projects already shipping web UI
Molefrog Skills by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
/plugin install molefrog-skills@molefrog/skillsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 167 |
|---|---|
| Last updated | February 12, 2026 |
| Repository | molefrog/skills ↗ |
What it does
Generate polished, layout-controlled PDF documents from React components using react-pdf inside Claude Code.
Who is it for?
React-based SaaS or content apps that need programmatic PDFs (reports, invoices, downloads) generated during development.
Skip if: Skip if you only need browser Print-to-PDF, Word-first workflows, or server-side PDF without any React stack.
What you get
You ship PDF export features faster with react-pdf-oriented guidance so Claude Code produces structured, printable documents from component-style code.
- react-pdf component templates for your document types
- Working PDF generation code path in your app or script
- Agent-guided fixes for layout, fonts, and pagination issues
By the numbers
- 1 plugin in the bundle (pluginCount: 1)
- Repo molefrog/skills with ~136 GitHub stars at last fetch
- Plugin keywords: documents, generate, pdf, react, reactpdf, reactpdfrenderer
Recommended Plugins
How it compares
Document-generation skill for react-pdf, not a general design system or marketing PDF editor plugin.
FAQ
Who is Molefrog Skills for?
Developers and small teams on React who want Claude Code to help author react-pdf documents and export flows.
When should I use Molefrog Skills?
Use it while implementing download/export features, printable reports, or any UI-backed document that should be generated as a real PDF file.
How do I add Molefrog Skills to my agent?
Add the molefrog/skills community plugin (1 plugin) in Claude Code, then invoke the PDF skill when implementing or refactoring react-pdf code in your project.