office
Installation
SKILL.md
skill:office - Generate Office Documents with TypeScript
Version: 1.0.0
Purpose
Generate professional Office documents (DOCX, XLSX, PDF, PPTX) using pure JavaScript libraries in TypeScript. This skill produces TypeScript code that creates documents programmatically — suitable for Node.js, Cloudflare Workers, and browser environments. Use it when you need to generate reports, spreadsheets, invoices, presentations, or any structured document from code.
Supported libraries:
| Format | Library | Package |
|---|---|---|
| Word (.docx) | docx | docx |
| Excel (.xlsx) | SheetJS | xlsx |
| PDF (.pdf) | pdf-lib | pdf-lib |
| PowerPoint (.pptx) | PptxGenJS | pptxgenjs |