skills/elegant-reports/SKILL.md
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 skillsauth add jdrhyne/agent-skills elegant-reportsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 testdevelopment
Manage Zendesk tickets, users, and support workflows through the Zendesk API. Use when searching tickets, updating support state, checking users, or exporting queue data.
development
Autonomous multi-agent task orchestration with dependency analysis, parallel tmux/Codex execution, and self-healing heartbeat monitoring. Use for large projects with multiple issues/tasks that need coordinated parallel execution.
tools
Query and manage Salesforce CRM data via the Salesforce CLI (`sf`). Run SOQL/SOSL queries, inspect object schemas, create/update/delete records, bulk import/export, execute Apex, deploy metadata, and make raw REST API calls.
development
Best practices for Remotion video creation in React — compositions, sequences, animation, timing, and rendering. Use when building, reviewing, or debugging Remotion videos.