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