Generate beautifully designed PDF reports with a Nordic/Scandinavian aesthetic. Use when creating polished executive briefings, analysis reports, or presentation-style PDF outputs from markdown and HTML via Nutrient DWS.
73
70%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/elegant-reports/SKILL.mdGenerate minimalist PDF reports inspired by Scandinavian editorial design.
Use this skill when the user wants:
Install the pinned dependencies from package-lock.json, then run:
cd /path/to/elegant-reports
node ./generate.js --list
node ./generate.js examples/sample-executive.md output.pdf --template executive --theme lightFor HTML debugging, add --output-html so the generator saves the rendered HTML alongside the PDF.
| Template | Use Case |
|---|---|
executive | polished briefings and compact executive summaries |
report | denser narrative reports and analysis writeups |
presentation | bold slide-like outputs with one idea per page |
report-demo | legacy report variant for comparison/testing |
presentation-demo | legacy presentation variant for comparison/testing |
Each template supports light and dark themes where available.
Add YAML frontmatter to control the rendered output:
---
title: Q4 Competitive Analysis
subtitle: Market Intelligence Report
author: Report Author
template: report
theme: dark
---
Your content here...--output-html and adjust the corresponding template/theme pair.When authoring a new visual variant:
The bundled Nordic design research note is the canonical reference for the visual system. Read it only when you need deeper design rationale.
package-lock.jsonNUTRIENT_DWS_API_KEY environment variable for PDF generationBefore calling the skill done:
node ./generate.js --listnpm test6768672
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.