Field notes editorial template
Skill nexu-io/open-design/skills/field-notes-editorial-template
Editorial "Field Notes" report template with soft paper background, serif hero typography, rounded pastel insight cards, and a retention chart panel. Use when users ask for a premium magazine-style business report, board memo one-pager, or elegant data storytelling layout.From its SKILL.md
npx -y skills add nexu-io/open-design --skill field-notes-editorial-templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.3 KB, 285 tokens by cl100k_base, as published. Nobody here has run it
Field Notes Editorial Template
Produce a premium editorial data report in a single self-contained HTML file.
Resource map
field-notes-editorial-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.html
Workflow
- Read active
DESIGN.mdand map palette/typography to root CSS variables. - Copy
assets/template.htmltoindex.htmlas the working artifact. - Keep the editorial frame language:
- paper-like background and subtle vignette
- serif display headlines plus clean sans-serif body copy
- rounded pastel metric / insight cards
- chart panel with legend and axis labels
- Keep interactions lightweight and presentation-safe:
- page view switcher (metrics / insights / retention)
- number count-up animation for key metrics
- chart line reveal animation
- Use honest placeholders (
—or neutral labels) where data is unknown. - Validate against
references/checklist.mdbefore emitting.
Output contract
One short orientation sentence, then:
<artifact identifier="field-notes-editorial" type="text/html" title="Field Notes Editorial Report">
<!doctype html>
<html>...</html>
</artifact>
What ships with it: 3 files
20.4 KB alongside SKILL.md
assets/
- template.html10.0 KB
references/
- checklist.md1.4 KB
- example.html9.0 KB