nexu-io/open-design/plugins/_official/examples/huashu-annual-letter/SKILL.md
huashu-annual-letter
Open Design's annual letter to its community: the year's story, what it learned, and where it's going next. Built as a decision-grade corporate strategy deck for community, contributors, investors.
- Source repository stars
- 82,073
- Declared platforms
- 0
- Static risk flags
- 1
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
Produce a single-file, letter-grade HTML deck in the Stripe Annual Letter genre: a published letter you read, not a template you skim. Prose flows in serif paragraphs; numbers live in inline data cards and giant display anchors. The visual system, canvas contract, and navigation…
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/examples/huashu-annual-letter"Inspect the Agent Skill "huashu-annual-letter" from https://github.com/nexu-io/open-design/blob/89d6d4ef21baf80f871595abdf6f7de6e941dd44/plugins/_official/examples/huashu-annual-letter/SKILL.md at commit 89d6d4ef21baf80f871595abdf6f7de6e941dd44. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Workflow
1. Clarify once (skip for small edits): letter type, audience, the year's real numbers and 2–4 narrative chapters, tone. One batch of questions. 2. Real content only. Use the user's actual material and real metrics; never lorem ipsum, never invented statistics. Missing data gets…
Clarify once (skip for small edits): letter type, audience, the year'sReal content only. Use the user's actual material and real metrics;Showcase first for ≥5 pages: build the 2 structurally most different - 02
Hard spec (locked — violating any line is a regression)
cover masthead page · contents letter outline rows · salutation prose opening with drop cap · display-number anchor · prose+cards running text with inline data cards · chart minimal SVG figure · quote full-page citation · metrics-panorama data-card grid with footnote · closing s…
One fixed at 1920 × 1080 px, centered withA fit() function scales the stage to the viewport:All layout inside the stage uses px (never vw/vh/% for type) — - 03
Canvas & scaling
One fixed at 1920 × 1080 px, centered with
One fixed at 1920 × 1080 px, centered withA fit() function scales the stage to the viewport:All layout inside the stage uses px (never vw/vh/% for type) — - 04
Slides & navigation runtime (do not rewrite the script)
Each page is one directly inside stage, with a
Each page is one directly inside stage, with aExactly one slide carries .active. No .dark pages in this theme —Keyboard: ←/↑/PageUp previous · →/↓/Space/PageDown next · - 05
Design tokens (in :root, keep the names — re-theme by changing values only)
Fonts via Google Fonts @import: Newsreader (display, incl. italic),
Fonts via Google Fonts @import: Newsreader (display, incl. italic),All numerals tabular: the shared .num class setsOne accent. Never a second hue, never a gradient, never a dark slide.
Permission review
Static risk signals and limitations
Reads files
The documentation asks the agent to read local files, directories, or repositories.
Zero external JS, zero build step; the file must open via `file://` insideEvidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 82/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 82,073 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- nexu-io/open-design
- Skill path
- plugins/_official/examples/huashu-annual-letter/SKILL.md
- Commit
- 89d6d4ef21baf80f871595abdf6f7de6e941dd44
- License
- Apache-2.0
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
Annual Letter · 年度信笺
Produce a single-file, letter-grade HTML deck in the Stripe Annual Letter
genre: a published letter you read, not a template you skim. Prose flows in
serif paragraphs; numbers live in inline data cards and giant display anchors.
The visual system, canvas contract, and navigation runtime are locked by
example.html. Start from example.html, replace content only — do not
rewrite the design or the script, and never introduce colors or fonts outside
this spec.
Adapted from the editorial-longform style (references/design-styles.md,
安静派 · 杂志编辑长文流 / Editorial Longform) of
huashu-design by
花叔 (alchaincyf), MIT licensed. Reference lineage: Stripe Annual Letter,
Amazon six-page narrative memos, Stripe Press.
Hard spec (locked — violating any line is a regression)
Canvas & scaling
- One
<div id="stage">fixed at 1920 × 1080 px, centered withposition: fixed; top: 50%; left: 50%. - A
fit()function scales the stage to the viewport:scale = min(innerWidth / 1920, innerHeight / 1080), applied astranslate(-50%, -50%) scale(s), re-run onresize. Letterboxed, never cropped. - All layout inside the stage uses px (never
vw/vh/%for type) — the scaler owns responsiveness.
Slides & navigation runtime (do not rewrite the script)
- Each page is one
<section class="slide">directly inside#stage, with adata-screen-label="01 刊头"-style label (1-indexed). - Exactly one slide carries
.active. No.darkpages in this theme — every page sits on cream paper; rhythm comes from density, not theme flips. - Keyboard:
←/↑/PageUpprevious ·→/↓/Space/PageDownnext ·Home/Endfirst/last. Hash routing#/N(1-indexed) read on load andhashchange, written viahistory.replaceState. Click: left third back, rest forward. Fixed counter pill bottom-right, key-hint bottom-left. - Zero external JS, zero build step; the file must open via
file://inside a sandboxed iframe.
Design tokens (in :root, keep the names — re-theme by changing values only)
--paper: #FBFAF8; /* cream paper, every page */
--panel: #FFFFFF; /* data-card surface */
--ink: #232036; /* deep ink text */
--ink-70: rgba(35, 32, 54, 0.72); /* prose body */
--ink-45: rgba(35, 32, 54, 0.46); /* captions, chrome */
--hairline: rgba(35, 32, 54, 0.12); /* all rules */
--accent: #635BFF; /* Stripe purple — the ONLY accent */
--accent-soft: rgba(99, 91, 255, 0.08); /* tint panels, quote marks */
--serif: "Newsreader", "Source Serif 4", "Noto Serif SC", Georgia, serif;
--serif-text: "Source Serif 4", "Newsreader", "Noto Serif SC", Georgia, serif;
--sans: "Inter", "Noto Sans SC", -apple-system, sans-serif;
- Fonts via Google Fonts
@import: Newsreader (display, incl. italic), Source Serif 4 (prose), Noto Serif SC (CJK serif), Inter, Noto Sans SC. - All numerals tabular: the shared
.numclass setsfont-variant-numeric: tabular-nums; every metric, year, and display number uses it. - One accent. Never a second hue, never a gradient, never a dark slide.
Letter chrome (every page)
- Letterhead top strip with hairline rule: publication/company name left (small-caps Inter, letter-spaced, brand word in accent), issue + date right.
- Footer hairline rule: section name left, author/issue meta right. Page numbering lives only in the runtime counter pill — never also printed inside a slide.
- Headings in
var(--serif)(Newsreader/Noto Serif SC), weight 500–600 — letters are set elegantly, not boldly; key words getclass="hl"(accent), never the whole heading. - Kicker: small-caps Inter label with a short 44×3px accent bar above section titles.
- Chinese copy uses 「」 quotes; 中英混排 keeps English in Newsreader italic.
Signature devices (the genre — use them, don't substitute)
| Device | Spec |
|---|---|
| Prose measure | paragraphs max-width: 980px (≈65ch), serif 25–27px, line-height: 1.9, text-align: justify optional |
| Drop cap | first paragraph of the letter body: ::first-letter serif, ~3 lines tall, accent color |
| Inline data card | --panel bg, 1px hairline, 2–3px accent top rule, small-caps Inter label + large tabular serif numeral + one-line caption; floated beside or gridded next to prose |
| Display-number anchor | one giant tabular numeral 180–280px in accent, alone on the page with a one-line setup above and a footnote below |
| Minimal chart | inline SVG only: single purple line/area on hairline baseline, direct labels on data points, no grid mesh, no legend, no chartjunk |
| Quote page | oversized serif quote (60–76px, weight 500) with an accent-soft giant quotation mark, attribution in small-caps Inter |
| Signed closing | farewell prose + serif-italic signature block + key-hint capsule |
Layout enumeration (use 5–6 per deck, never one layout everywhere)
cover masthead page · contents letter outline rows · salutation prose
opening with drop cap · display-number anchor · prose+cards running text
with inline data cards · chart minimal SVG figure · quote full-page
citation · metrics-panorama data-card grid with footnote · closing
signature page.
Scale & rhythm
- Body prose ≥ 24px (at 1920×1080), headings 64–132px, display numerals 180–280px, chrome labels 14–16px.
- Alternate density: prose page → display-number page → whitespace/quote page. A letter is quiet; resist decorating it.
- At most 3 accent touches per page; whitespace is the composition.
Workflow
- Clarify once (skip for small edits): letter type, audience, the year's real numbers and 2–4 narrative chapters, tone. One batch of questions.
- Real content only. Use the user's actual material and real metrics;
never lorem ipsum, never invented statistics. Missing data gets an honest
<!-- 待用户提供 -->placeholder. - Showcase first for ≥5 pages: build the 2 structurally most different pages (cover + prose-with-cards), confirm, then batch the rest.
- Copy
example.html, retitle, swap token values only if the user has a brand, then replace each section's content following the layout enumeration. Keep letterhead/footer chrome and the script intact. - Self-check before delivery: arrow through every page; counter and
#/Nstay in sync; no overflow; prose stays inside the 980px measure; numerals all tabular; grep for leftover placeholders.
Anti-AI-slop checklist (non-negotiable)
- ❌ Bullet lists where prose should flow — this genre speaks in paragraphs.
- ❌ A second accent color, gradients, dark "tech" pages, neon glow.
- ❌ Emoji as icons; inline SVG or plain glyphs (
✦ ✓ → ·) only. - ❌ Chartjunk: grids, legends, 3D, more than one series color.
- ❌ Proportional figures in metrics — tabular numerals everywhere.
- ✅ One detail at 120% (the display number), the rest at 80%.
- ✅ Honest footnotes and sources under every metric panorama.
Alternatives
Compare before choosing
coreyhaines31/marketingskills
ab-testing
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
coreyhaines31/marketingskills
churn-prevention
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o
event4u-app/agent-config
design-intelligence
Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.
event4u-app/agent-config
design-system-capture
Write and maintain DESIGN.md + PRODUCT.md — captures visual decisions and interaction patterns so design tasks stay consistent across sessions without re-scanning past work.