nexu-io/open-design/plugins/_official/examples/huashu-slides/SKILL.md
huashu-slides
A career-pivot story from consultant to product leader — the arc, the proof, and why the next role is the right bet. Built as a decision-grade career deck for hiring manager, mentors.
- Source repository stars
- 82,073
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
Produce a single-file, publication-grade HTML deck. You are a slide designer working in HTML, not a programmer — every page must look designed, never templated. The visual system, canvas contract, and navigation runtime are locked by example.html. Start from example.html, replac…
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-slides"Inspect the Agent Skill "huashu-slides" from https://github.com/nexu-io/open-design/blob/89d6d4ef21baf80f871595abdf6f7de6e941dd44/plugins/_official/examples/huashu-slides/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): topic, audience, page count, tone, and whether an editable PPTX is needed (this changes the HTML rules — see below). One focused batch of questions, then wait. 2. Real content only. Use the user's actual material; never lorem ipsum, never…
Clarify once (skip for small edits): topic, audience, page count,Real content only. Use the user's actual material; never lorem ipsum,Showcase first for ≥5 pages: build the 2 structurally most different - 02
Hard spec (locked — violating any line is a regression)
--paper warm paper light bg · --night warm near-black dark bg · --ink/--night-ink text · --accent the single accent (seed: terracotta C04A1A) · --hairline rules · --serif Noto Serif SC display · --serif-en Lora italic English subtitles · --sans body · --mono labels. Re-theme by…
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
Each page is one directly inside stage, with a
Each page is one directly inside stage, with aExactly one slide carries .active (display toggled by the script); dark10 pages is the default; honor the user's requested count otherwise. - 05
Navigation runtime (do not rewrite the script)
Keyboard: ←/↑/PageUp previous · →/↓/Space/PageDown next ·
Keyboard: ←/↑/PageUp previous · →/↓/Space/PageDown next ·Hash routing: /N (1-indexed) read on load and hashchange, written viaClick: left third of the stage goes back, the rest goes forward.
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence 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-slides/SKILL.md
- Commit
- 89d6d4ef21baf80f871595abdf6f7de6e941dd44
- License
- Apache-2.0
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
Huashu Slides · 花叔幻灯片
Produce a single-file, publication-grade HTML deck. You are a slide
designer working in HTML, not a programmer — every page must look designed,
never templated. 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.
Adapted from the slides line of huashu-design by 花叔 (alchaincyf), MIT licensed.
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. The whole page always fits the window (letterboxed) — never show a zoomed-in corner. - All layout inside the stage uses px (never
vw/vh/%for type) — the scaler owns responsiveness.
Slides
- Each page is one
<section class="slide">directly inside#stage, with adata-screen-label="01 封面"-style label (1-indexed; humans never say "slide 0"). - Exactly one slide carries
.active(display toggled by the script); dark pages add the.darkclass. - 10 pages is the default; honor the user's requested count otherwise.
Navigation runtime (do not rewrite the script)
- Keyboard:
←/↑/PageUpprevious ·→/↓/Space/PageDownnext ·Home/Endfirst/last. - Hash routing:
#/N(1-indexed) read on load andhashchange, written viahistory.replaceStateon every navigation. - Click: left third of the stage goes back, the rest goes forward.
- Fixed counter pill bottom-right (
03 / 10), key-hint bottom-left. - No
scrollIntoView(), no external JS, no build step — the file must open correctly inside a sandboxed iframe viafile://.
Design tokens (in :root, keep the names)
--paper warm paper light bg · --night warm near-black dark bg ·
--ink/--night-ink text · --accent the single accent (seed:
terracotta #C04A1A) · --hairline rules · --serif Noto Serif SC display ·
--serif-en Lora italic English subtitles · --sans body · --mono labels.
Re-theme by changing token values only (from the user's brand or an
active DESIGN.md); never introduce a second accent color.
Layout enumeration (use 4–5 per deck, never one layout everywhere)
| Layout | Role |
|---|---|
cover | masthead + kicker + giant serif title + English italic subtitle |
divider | dark bg + chapter number + oversized chapter title |
content | one claim (60–84px) + at most 3 supporting cards |
data | a giant number or chart as the visual protagonist |
quote | whitespace + huge quote (with inline-SVG quote mark) + attribution |
two-column | before/after · problem/solution comparison |
closing | dark bg + giant CTA + key-hint capsule |
Editorial grammar (every page)
- Masthead top strip with hairline rule: deck name left, issue/chapter right.
- Kicker: 44px accent bar + mono uppercase label above the heading.
- Footer hairline rule: section name left, issue/author meta right. Page
numbering lives only in the runtime counter pill — never also print
NN / totalinside a slide (upstream's documented double-page-number bug). - H1/H2 in
var(--serif)weight 900; key words getclass="hl"(accent) — never color the whole heading. - Chinese copy uses 「」 quotes, not "".
Scale (slides are read from 10 meters away)
Body ≥ 24px (at 1920×1080; ~21px allowed only inside dense card grids), headings 60–128px, hero numerals 180–300px.
Rhythm
- Alternate light/dark: never 3+ same theme in a row; a 8+ page deck needs at least one dark divider, one dark hero/stat, and a dark closing.
- Alternate density: text page → big-visual page → whitespace/quote page.
- One accent, at most 3 accent touches per page.
Workflow
- Clarify once (skip for small edits): topic, audience, page count, tone, and whether an editable PPTX is needed (this changes the HTML rules — see below). One focused batch of questions, then wait.
- Real content only. Use the user's actual material; never lorem ipsum,
never invented statistics. Missing data gets an honest
<!-- 待用户提供 -->placeholder, not fake numbers. - Showcase first for ≥5 pages: build the 2 structurally most different pages (e.g. cover + data), show them, then batch the rest with the approved grammar. Direction wrong = 2 pages of rework, not 13.
- Copy
example.html, retitle it, swap token values if the user has a brand, then replace each section's content following the layout enumeration. Keep masthead/kicker/footer chrome and the script intact. - Self-check before delivery: arrow through every page; counter and
#/Nhash stay in sync; no page overflows 1920×1080; no 3+ same theme in a row; body type ≥ 24px; grep for leftoverTODO/placeholder text.
Anti-AI-slop checklist (from the upstream skill — non-negotiable)
- ❌ Aggressive purple gradients ("tech feel" filler) — the seed's warm paper + single terracotta accent is the baseline.
- ❌ Emoji as icons; use inline SVG or plain unicode glyphs (
✦ ✓ → ·). - ❌ An icon next to every heading; data/stat decoration that says nothing.
- ❌ Hand-drawn SVG faces/scenes; honest placeholders beat bad artwork.
- ❌ Uniform
#0D1117+ neon glow "GitHub-dark" laziness. - ✅ Real brand assets when a real product/brand is named (logo, real screenshots); ask the user for them rather than faking.
- ✅ One detail at 120%, the rest at 80% — taste is selective precision.
Optional: PDF / editable PPTX export
The HTML deck is always the source of truth. If the user only needs to present or archive, the HTML (or a browser-printed PDF) is the deliverable.
If the user explicitly needs an editable PPTX (colleagues will edit text in PowerPoint), the HTML must follow these constraints from the first line — retrofit costs hours:
- Fixed page size matching PowerPoint wide (960 × 540 pt geometry).
- All text inside
<p>/<h1>–<h6>/<ul>/<ol>— no bare text in<div>, no<span>as the main text carrier, no::before/::aftertext. - No background/border/shadow on
<p>/<h*>themselves (wrap in a div). - No CSS gradients, no
background-imageon divs (use<img>), no web components, no complex decorative SVG.
Tell the user honestly that this trades away visual freedom, and never
degrade the default HTML deck design just to keep PPTX possible. Conversion
itself is done with an HTML-to-PPTX tool of the user's environment (upstream
uses html2pptx); from this plugin, deliver the constraint-compliant HTML.
Alternatives
Compare before choosing
event4u-app/agent-config
design-review
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
MoizIbnYousaf/marketing-cli
higgsfield-generate
Use when the user wants to generate an image or video via Higgsfield AI. Covers 30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2. Also covers Marketing Studio — branded ad video/image with avatars and products. Use whenever: "generate an image", "make a video", "animate this photo", "image-to-video", "img2vid", "edit this image with AI", "produce a clip", "create an ad", "make a UGC video", "marketing video", "brand video", "TV spot", "import product from URL", "
github/awesome-copilot
arize-evaluator
Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.
K-Dense-AI/scientific-agent-skills
neuropixels-analysis
Analyze Neuropixels extracellular recordings end-to-end with SpikeInterface. Covers loading SpikeGLX/Open Ephys/NWB data, preprocessing, drift/motion correction, Kilosort4 (and CPU) spike sorting, quality metrics, and unit curation (threshold-based, model-based UnitRefine, and AI-assisted visual review). Use when working with Neuropixels 1.0/2.0 recordings, spike sorting, or extracellular electrophysiology analysis.