Agent skill

paperjsx

Generate PPTX presentations, DOCX documents, XLSX spreadsheets, and PDF reports from structured JSON input using PaperJSX.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill paperjsx --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: none
Path: paperjsx/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Triggers
  2. Install
  3. How it works
  4. Example: PPTX generation
  5. Example: DOCX generation
  6. Example: XLSX generation
  7. Validation
  8. Schema reference
Ships with 2 files
  • LICENSE.txt
  • references/json-schema.md
Commands it runs
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
More from awesome-codex-skills
All skills →
About this skill
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.

Keep going