jdrhyne/elegant-reports
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.
npx skills add https://github.com/jdrhyne/agent-skills --skill elegant-reports
Generate 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 light
For 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 testTake jdrhyne/elegant-reports from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.