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-pdfnpx skills add https://github.com/MiniMax-AI/skills --skill minimax-pdfOr paste this URL into your assistant to install:
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
- Integrating minimax pdf into your development workflow.
- Following best practices for generate, fill, and reformat pdfs with a token-based design system and 15 cover styles.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
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.py → cover.py → render_cover.js → render_body.py → merge.py |
| Fill / complete form fields in an existing PDF | FILL | fill_inspect.py → fill_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
CreativeIntermediate
trading-signal
Monitor on-chain Smart Money buy/sell signals with price, max gain, and exit rate data on Solana and BSC
EnterpriseIntermediate
spot
Place and manage spot trading orders on Binance via API key authentication, supporting mainnet and testnet
EnterpriseIntermediate
dd-apm
Query Datadog APM data directly from your editor