generate-client-report
Final branded client deliverables via Pandoc
When & Why to Use This Skill
The 'generate-client-report' Claude skill automates the transformation of raw markdown analysis into professional, branded client deliverables. By utilizing Pandoc and PowerShell scripts, it streamlines the document conversion process, allowing users to generate high-quality PDF, DOCX, PPTX, and HTML files with consistent branding through custom headers, footers, and templates.
Use Cases
- Consultancy Deliverables: Automatically convert internal research and data analysis into polished, branded PDF reports ready for client presentation.
- Multi-Format Documentation: Generate project updates in multiple formats (DOCX, HTML, and PPTX) simultaneously to satisfy different stakeholder requirements and platforms.
- Automated Brand Consistency: Ensure all outgoing documents adhere to corporate identity standards by automatically prepending headers and appending footers during the conversion process.
- Visual Data Reporting: Create professional reports that integrate complex Mermaid diagrams into PDF and Word documents for better technical visualization.
| name | generate-client-report |
|---|---|
| description | Final branded client deliverables via Pandoc |
Generate Client Report Skill
Instructions
- Save enriched analysis as client-report-final.md
- Prepend header.md, append footer.md
- Run PowerShell conversion: ./convert-document.ps1 -Input client-report-final.md -Formats pdf,docx,pptx,html
Output confirmation with file list.
Examples
- Input: Analysis markdown
- Output: PDF, DOCX, PPTX, HTML files
Learned Patterns
- Clients love Mermaid diagrams in PDFs.
- Use custom templates for branding.