nexu-io/open-design

swiss-user-research-video-template

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.

All-time #5499 Trending #4092 First seen May 9, 2026
8-week activity · all time api

Installation

$ npx skills add nexu-io/open-design --skill swiss-user-research-video-template

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nexu-io/open-design · top by installs.

npx skills add nexu-io/open-design

Browse all from nexu-io/open-design

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 95.0K
License LICENSE
Default branch main
Open issues 485
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,716 B
  • docs SUMMARY.md 347 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2,400 installs

SKILL.md

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

  1. Read DESIGN.md, then map tokens to the template CSS variables (--paper, --ink, --muted, rule colors, segment colors) without changing layout semantics.
  2. Start from assets/template.html; keep the three-slide structure:

- title / framing - participant breakdown donut - behavioral pattern + evidence panel

  1. 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

  1. Keep all data realistic and internally consistent between copy, donut labels, and percentages.
  2. Keep HTML self-contained (inline CSS/JS), with no external framework dependencies.
  3. Validate using references/checklist.md before 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>