cjk-pdf/SKILL.md
Handle CJK PDF font selection, rendering requirements, and visual QA for Chinese-compatible PDF output. Use when any skill needs to render PDFs with Chinese or mixed CJK text, verify font paths, apply content safety rules, and perform screenshot-based visual QA.
npx skillsauth add laitszkin/apollo-toolkit cjk-pdfInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
pdf for all PDF rendering and visual QA.pdf is unavailable, stop and report the missing dependency.pdf → screenshot QA → cleanup.Prefer fonts in this order (verify path exists before use):
/System/Library/Fonts/Hiragino Sans GB.ttc/System/Library/Fonts/Supplemental/Songti.ttc/Library/Fonts/Arial Unicode.ttf/System/Library/Fonts/STHeiti Medium.ttc/System/Library/Fonts/STHeiti Light.ttcPingFang is available on every macOS host.pdf skill already has a verified CJK-safe default, reuse it instead of overriding.pdfpdf skill.Open the rendered PDF and inspect:
Verify:
If layout or glyph rendering is wrong, fix font, spacing, or content and re-render.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。