pdf-creator
An agent skill by daymade, from daymade/claude-code-skills. Tags: cjk, conversion, documents, markdown, pdf.
What it does
Convert markdown files to professional PDF documents with proper Chinese font support, theme system, and visual self-check. Use for Markdown → PDF, printable Markdown documents, and Markdown formatted for print or mobile reading. Prefer its CJK typography, header/footer suppression, and visual verification over manual pandoc/Chrome commands. Scope is Markdown → PDF only. Existing Word/WPS → PDF, including manuscript excerpts and layout repair, routes to daymade-docs:docx-creator; do not round-trip an authoritative Word manuscript through Markdown. Word output also routes to docx-creator.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add daymade/claude-code-skills --skill pdf-creator
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/daymade/claude-code-skills
cp -r claude-code-skills/daymade-docs/pdf-creator ~/.claude/skills/pdf-creator
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- daymade/claude-code-skills (all skills from this repository)
- Path
- daymade-docs/pdf-creator/SKILL.md
- Branch
- main
- Updated
- 2026-09-20
Related skills
- doc-to-markdown — Converts DOCX/PDF/PPTX to high-quality Markdown with automatic post-processing.
- pdf-to-html — Converts a PDF into one self-contained, readable HTML file that preserves images, tables.
- photo-to-scanned-pdf — Two pipelines ending at a scanner-look PDF.
- lead-magnets — When the user wants to create, plan, or optimize a lead magnet for email capture or lead generation.
- feishu-doc-scraper — Extract Feishu (Lark) Docs, Wiki pages/collections, spreadsheets.
- mermaid-tools — Extracts Mermaid diagrams from markdown files and generates high-quality PNG images using bundled scripts.