paperjsx
Generate PPTX presentations, DOCX documents, XLSX spreadsheets, and PDF reports from structured JSON input using PaperJSX.
npx skills add composio-community/awesome-codex-skills --skill paperjsx --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PaperJSX Document Generation Generate professional documents from JSON layout specs. PaperJSX is generation-only — it creates new files, it does not edit existing ones. ## Triggers Use this skill when the user asks to: - Create a presentation or generate slides - Make a PPTX or PowerPoint file - Create a Word document or DOCX - Generate an Excel spreadsheet with charts - Create a JSON to PPTX, JSON to DOCX, or JSON to XLSX file - Generate a PDF invoice, report, or chart document ## Install Install the format-appropriate package: ```bash # Presentations npm install @paperjsx/json-to-pptx # Word documents npm install @paperjsx/json-to-docx # Spreadsheets npm install @paperjsx/json-to-xlsx # PDF documents npm install @paperjsx/json-to-pdf ``` ## How it works 1. Build a JSON layout spec matching the schema in `references/json-schema.md` 2. Write a Node.js script that passes the JSON to the PaperJSX engine 3. Run the script to generate the output file 4. Validate the output file exists and is non-zero bytes Do **not** write imperative PaperJSX API code. The execution model is always: JSON spec in, document file out. ## Example: PPTX generation ```javascript import { PaperEngine } from
- Triggers
- Install
- How it works
- Example: PPTX generation
- Example: DOCX generation
- Example: XLSX generation
- Validation
- Schema reference
Presentations npm install @paperjsx/json-to-pptx Word documents npm install @paperjsx/json-to-docx Spreadsheets npm install @paperjsx/json-to-xlsx PDF documents npm install @paperjsx/json-to-pdf
What does the paperjsx skill do?
Generate PPTX presentations, DOCX documents, XLSX spreadsheets, and PDF reports from structured JSON input using PaperJSX.
How do I install it?
Run `npx skills add composio-community/awesome-codex-skills --skill paperjsx --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
