Web & Frontendlow risk

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.

nexu-io/open-design·skills/field-notes-editorial-template/SKILL.md
60/ 100おすすめ度

この Skill を導入

coding agent を選び、プロジェクト用または個人用コマンドをコピーします。

収録 commit に固定
プロジェクトに導入.agents/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a codex -y
個人環境に導入~/.agents/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a codex -g -y
手動配置先.agents/skills/field-notes-editorial-templateOfficial docs ↗
プロジェクトに導入.claude/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a claude-code -y
個人環境に導入~/.claude/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a claude-code -g -y
手動配置先.claude/skills/field-notes-editorial-templateOfficial docs ↗
プロジェクトに導入.agents/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a github-copilot -y
個人環境に導入~/.copilot/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a github-copilot -g -y
手動配置先.agents/skills/field-notes-editorial-templateOfficial docs ↗
プロジェクトに導入.agents/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a cursor -y
個人環境に導入~/.cursor/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a cursor -g -y
手動配置先.agents/skills/field-notes-editorial-templateOfficial docs ↗
プロジェクトに導入.agents/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a gemini-cli -y
個人環境に導入~/.gemini/skills/field-notes-editorial-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/field-notes-editorial-template -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path skills/field-notes-editorial-template
手動配置先.agents/skills/field-notes-editorial-templateOfficial docs ↗
⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
# Field Notes Editorial Template

Produce a premium editorial data report in a single self-contained HTML file.

## Resource map

```text
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:

```xml
<artifact identifier="field-notes-editorial" type="text/html" title="Field Notes Editorial Report">
<!doctype html>
<html>...</html>
</artifact>
```