skills.vishalvoidskills/vishalvoid
Creative & DesignIntermediate

minimax-pdf

Generate, fill, and reformat PDFs with a token-based design system ...

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/MiniMax-AI/skills --skill minimax-pdf

Overview

What This Skill Does

Generate, fill, and reformat PDFs with a token-based design system and 15 cover styles

Application

When to use this Skill

Documentation

Show Skills.md file

minimax-pdf

Three tasks. One skill.

Read design/design.md before any CREATE or REFORMAT work.


Route table

User intent Route Scripts used
Generate a new PDF from scratch CREATE palette.pycover.pyrender_cover.jsrender_body.pymerge.py
Fill / complete form fields in an existing PDF FILL fill_inspect.pyfill_write.py
Reformat / re-style an existing document REFORMAT reformat_parse.py → then full CREATE pipeline

Rule: when in doubt between CREATE and REFORMAT, ask whether the user has an existing document to start from. If yes → REFORMAT. If no → CREATE.


Route A: CREATE

Full pipeline — content → design tokens → cover → body → merged PDF.

bash scripts/make.sh run \
  --title "Q3 Strategy Review" --type proposal \
  --author "Strategy Team" --date "October 2025" \
  --accent "#2D5F8A" \
  --content content.json --out report.pdf
Lines 1 - 31 of 172

Recommendations

Explore other random skills

All skillsMy patterns