New to Claude Skills? Learn how to install them →

nexu-io on GitHub

Field Notes Editorial Template

Free

Create elegant editorial reports with ease.

by nexu-io84.9k stars on nexu-io/open-design
1 views
Updated Aug 10, 2026
Get this skill

Free · Opens the source repo

What Field Notes Editorial Template does

The Field Notes Editorial Template is designed for professionals who need to produce visually appealing and structured data reports. This skill provides a premium magazine-style layout that incorporates a soft paper background, serif typography for headlines, and clean sans-serif fonts for body text. The template includes rounded pastel insight cards and a retention chart panel, making it suitable for business reports, board memos, or any elegant data storytelling needs.

To use the template, you start by reading the active DESIGN.md file to map your color palette and typography to CSS variables. The core of the template is found in assets/template.html, which you will copy to create your working document. The design emphasizes a paper-like aesthetic with subtle vignettes, ensuring that the final output is not only functional but also visually engaging.

The skill also focuses on lightweight interactions that enhance user experience without overwhelming the presentation. Features include a page view switcher for different metrics and insights, along with animations for key metrics that count up and chart lines that reveal dynamically. This makes the reports not just informative but also engaging for the audience.

Before finalizing your report, the skill encourages validation against a provided checklist in references/checklist.md. This ensures that all necessary elements are included and that the report meets quality standards. Overall, the Field Notes Editorial Template is a solid choice for anyone looking to elevate their data reporting with a polished and professional touch.

When to use it

Use this skill when you need to produce a polished report or memo that combines data storytelling with elegant design.

When not to use it

This skill may not be suitable for users looking for a basic or minimalistic report format, as it focuses on a premium design aesthetic.

What you can build with it

Creating Business Reports

Use this template to generate professional business reports that require a polished look and feel.

Designing Board Memos

The skill is ideal for crafting elegant one-pagers for board meetings, ensuring key information is presented attractively.

Visual Data Storytelling

Leverage the template for storytelling with data, making insights more engaging through visual elements.

How to install Field Notes Editorial Template

View source

1. Install with the skills CLI

npx skills add nexu-io/open-design/field-notes-editorial-template --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by nexu-io

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

  1. Read active DESIGN.md and map palette/typography to root CSS variables.
  2. Copy assets/template.html to index.html as the working artifact.
  3. 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
  4. Keep interactions lightweight and presentation-safe:
    • page view switcher (metrics / insights / retention)
    • number count-up animation for key metrics
    • chart line reveal animation
  5. Use honest placeholders ( or neutral labels) where data is unknown.
  6. Validate against references/checklist.md before 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>

Frequently asked questions about Field Notes Editorial Template

Similar skills