pdf-generator
星标1
分支0
更新时间2026年3月8日 14:03
Create a new PDF export template following project conventions
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a new PDF export template following project conventions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | pdf-generator |
| description | Create a new PDF export template following project conventions |
| disable-model-invocation | true |
Create new PDF export utilities for SubLink features.
/pdf-generator <feature>
src/utils/<feature>Pdf.ts — PDF generation function using jsPDFsrc/utils/<feature>Pdf.test.ts — Tests for the PDF generatorsrc/utils/dailyLogPdf.ts, src/utils/invoicePdf.ts, src/utils/pdfGenerator.tsjspdf library (already installed)src/utils/watermark.ts for watermark/branding patternsgenerate<Feature>Pdf(data: <Type>): void