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 ページを確認してインストールできます。
SOC 職業分類に基づく
| 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