How to install swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design --skill swiss-user-research-video-templateFull instructions (SKILL.md)
Source of truth, from nexu-io/open-design.
name: swiss-user-research-video-template description: | Swiss-style user-research narrative template in warm-paper editorial aesthetics. Use when users ask for a premium research deck or story-first live artifact with minimalist typography, high-clarity layout, subtle motion, donut breakdowns, and keyboard/click navigation across slides in a single HTML file. triggers:
- "swiss user research template"
- "editorial research deck template"
- "minimal user research slides"
- "warm paper swiss style"
- "research synthesis template"
- "瑞士风用户研究模板"
- "高级调性研究汇报"
od:
mode: template
surface: video
type: hyperframes
platform: desktop
preview:
type: html
entry: index.html
reload: debounce-100
design_system:
requires: true
sections: [color, typography, layout, components]
outputs:
primary: index.html
secondary:
- template.html
- example.html example_prompt: "Create a Swiss-style user research synthesis deck with premium minimalist typography, warm paper tone, a participant donut breakdown, and subtle editorial interactions." capabilities_required:
- file_write
Swiss User Research Video Template
A premium Swiss-editorial user research template for narrative-heavy live artifacts. The visual language is warm paper, strict spacing rhythm, thin rules, and restrained micro-interactions that keep attention on the story.
Resource map
swiss-user-research-video-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.html
Workflow
- Read
DESIGN.md, then map tokens to the template CSS variables (--paper,--ink,--muted, rule colors, segment colors) without changing layout semantics. - Start from
assets/template.html; keep the three-slide structure:- title / framing
- participant breakdown donut
- behavioral pattern + evidence panel
- Preserve interactions:
- click/keyboard slide navigation (
ArrowLeft/ArrowRight) - bottom pagination dots with active state
- donut legend hover highlight
- subtle line-draw and panel-lift transitions
- click/keyboard slide navigation (
- Keep all data realistic and internally consistent between copy, donut labels, and percentages.
- Keep HTML self-contained (inline CSS/JS), with no external framework dependencies.
- Validate using
references/checklist.mdbefore output.
Output contract
Emit one concise orientation sentence and then a single HTML artifact:
<artifact identifier="swiss-user-research-deck" type="text/html" title="Swiss User Research Synthesis">
<!doctype html>
<html>...</html>
</artifact>
Related skills
More from nexu-io/open-design and the wider catalog.
ui-ux-pro-max
|
web-design-guidelines
|
frontend-design
|
design-brief
|
pptx-html-fidelity-audit
Audit a python-pptx export against its source HTML deck, identify layout/content drift (footer overflow, cropped content, missing italic/em, lost styling, off-rhythm spacing), and re-export with strict footer-rail + cursor-flow layout discipline. Use this skill whenever the user has a .pptx that was generated from an HTML slide deck and asks to compare/audit/verify/fix the export — including phrases like "compare ppt with html", "fidelity audit", "fix the pptx", "ppt is cut off", "footer overlap", "italic missing in pptx", "re-export the deck", "pptx-html-fidelity-audit", or any case where a python-pptx → HTML round-trip needs verification or repair. Also trigger when the user shows you a deck.html and a deck.pptx side by side and is debugging visual differences.
hatch-pet
Create, repair, validate, preview, and package Codex-compatible animated pet spritesheets from character art, screenshots, generated images, or visual references. Use when a user wants to hatch a Codex pet, create a custom animated pet, or build a built-in pet asset with an 8x9 atlas, transparent unused cells, row-by-row animation prompts, QA contact sheets, preview videos, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.