nexu-io/open-design/plugins/_official/examples/hps-memphis-pop/SKILL.md
hps-memphis-pop
A pop-culture retrospective on how 1980s design language shaped today's apps — the scenes, the turning point, and the takeaway. Built as a decision-grade story deck for talk audience, design community.
- 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
A locked single-theme deck plugin: the memphis-pop skin from the upstream MIT-licensed lewislulu/html-ppt-skill (36 themes × 31 layouts), shipped as one self-contained seed — example.html — that carries the full token sheet, the Memphis decor devices, the slide scaffold, and the…
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/hps-memphis-pop"Inspect the Agent Skill "hps-memphis-pop" from https://github.com/nexu-io/open-design/blob/89d6d4ef21baf80f871595abdf6f7de6e941dd44/plugins/_official/examples/hps-memphis-pop/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
Locked token sheet (do not deviate)
Every variable below is defined in the seed's :root. Slides reference tokens only — never hard-code a color in slide markup.
Every variable below is defined in the seed's :root. Slides reference tokens only — never hard-code a color in slide markup.Fonts come from Google Fonts @import only (Archivo Black, Space Grotesk, Noto Sans SC, JetBrains Mono). No other external resource of any kind. - 02
Signature decor devices (the Memphis kit)
1. Confetti-dot canvas — the body background tiles three offset radial-gradient layers of 3px dots (pink / teal / yellow at 200 / 220 / 260px tile sizes) over --bg. It is full-bleed on every slide; slides stay transparent so the pattern always shows through. Never paint an opaqu…
Confetti-dot canvas — the body background tiles three offsetBlack-outlined cards — .card is 2.5px solid 111 withGeometric SVG confetti — inline SVG triangles, squiggle zigzags, - 03
Layout system (shared upstream 31-layout catalog)
The upstream catalog is shared across the html-ppt family; compose pages from these master categories:
The upstream catalog is shared across the html-ppt family; compose pages from these master categories:Default sequence: cover → toc → (section-divider → 2–4 content pages) × N → thanks. Charts are always pure CSS or inline SVG — never Chart.js or any external library. The seed demonstrates: cover, toc, section-divider,… - 04
Page structure & runtime contract (keep the seed script verbatim)
Every page is inside
Every page is insideFixed chrome: .deck-header (deck title + theme chip), .deck-footerKeyboard: ← → Space PageUp PageDown Home End navigate. - 05
Authoring checklist
1. Copy example.html; keep all blocks and the verbatim. 2. Replace the 10 demo slides with the planned layout sequence; real content, real numbers — no lorem ipsum, no placeholder images. 3. Keep the confetti-dot canvas visible on every slide; scatter at most 2–4 geometric SVG s…
Copy example.html; keep all blocks and theReplace the 10 demo slides with the planned layout sequence; realKeep the confetti-dot canvas visible on every slide; scatter at most
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/hps-memphis-pop/SKILL.md
- Commit
- 89d6d4ef21baf80f871595abdf6f7de6e941dd44
- License
- Apache-2.0
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
Memphis Pop(孟菲斯波普)
A locked single-theme deck plugin: the memphis-pop skin from the upstream
MIT-licensed lewislulu/html-ppt-skill
(36 themes × 31 layouts), shipped as one self-contained seed — example.html —
that carries the full token sheet, the Memphis decor devices, the slide
scaffold, and the keyboard runtime.
Start from example.html. Replace content only. Never rewrite the design
system or the runtime script. Never introduce colors or fonts outside this
spec.
Positioning vs. sibling Memphis-adjacent plugins: this is the full-bleed
scattered confetti-dot pattern Memphis. daisy-days is hand-drawn daisy
childlike (flower illustration devices), block-frame is big-color-block
neobrutalist (no pattern). The three decor systems are mutually exclusive —
do not mix.
Locked token sheet (do not deviate)
Every variable below is defined in the seed's :root. Slides reference
tokens only — never hard-code a color in slide markup.
:root{
--bg:#fef6e8; /* warm cream canvas */
--bg-soft:#fdebc7;
--surface:#ffffff; /* card face */
--surface-2:#fff1d1;
--border:#111111; /* everything outlines in near-black */
--border-strong:#111111;
--text-1:#111111; --text-2:#333333; --text-3:#666666;
--accent:#ff3d8b; /* hot pink — the lead */
--accent-2:#37c2d7; /* teal */
--accent-3:#ffcc00; /* yellow */
--good:#6ac04c; --warn:#ffcc00; --bad:#ff3d8b;
--grad:linear-gradient(135deg,#ff3d8b,#ffcc00 50%,#37c2d7);
--grad-soft:linear-gradient(135deg,#fdebc7,#fff1d1);
--radius:10px; --radius-sm:6px; --radius-lg:18px;
--shadow:5px 5px 0 #111; /* hard offset, never blurred */
--shadow-lg:9px 9px 0 #111;
--font-sans:'Space Grotesk','Inter','Noto Sans SC',sans-serif;
--font-serif:'Space Grotesk','Noto Sans SC',sans-serif;
--font-mono:'JetBrains Mono',SFMono-Regular,Menlo,monospace;
--font-display:'Archivo Black','Space Grotesk',sans-serif;
--letter-tight:-.01em; --letter-normal:0;
--ease:cubic-bezier(.4,0,.2,1);
}
Fonts come from Google Fonts @import only (Archivo Black, Space Grotesk,
Noto Sans SC, JetBrains Mono). No other external resource of any kind.
Signature decor devices (the Memphis kit)
- Confetti-dot canvas — the
bodybackground tiles three offsetradial-gradientlayers of 3px dots (pink / teal / yellow at 200 / 220 / 260px tile sizes) over--bg. It is full-bleed on every slide; slides stay transparent so the pattern always shows through. Never paint an opaque slide background. - Black-outlined cards —
.cardis2.5px solid #111with--shadow(hard offset, zero blur). Hero cards may use--shadow-lg. - Geometric SVG confetti — inline SVG triangles, squiggle zigzags,
circles, plus signs and half-tone arcs, each stroked in
#111and filled with one accent, scattered absolutely behind/around content (.memphis-shape). 2–4 per slide maximum. - Tilted sticker pills —
.pillcarries a 2px black border, an accent fill and a slightrotate(±2deg); used as tags and badges. - Thick black divider bars —
.divider-accentis a hot-pink bar with a black outline; section dividers pair it with a giant outlined numeral. - Gradient display numerals —
.gradient-text(the tri-color--grad) is reserved for big numbers and 1–2 highlight words.
Layout system (shared upstream 31-layout catalog)
The upstream catalog is shared across the html-ppt family; compose pages from these master categories:
| group | layouts |
|---|---|
| Openers & transitions | cover · toc · section-divider |
| Text-centric | bullets · two-column · three-column · big-quote |
| Numbers & data | stat-highlight · kpi-grid · table · chart-bar/line/pie/radar |
| Code & terminal | code · diff · terminal |
| Diagrams & flows | flow-diagram · arch-diagram · process-steps · mindmap |
| Plans & comparisons | timeline · roadmap · gantt · comparison · pros-cons · todo-checklist |
| Visuals | image-hero · image-grid |
| Closers | cta · thanks |
Default sequence: cover → toc → (section-divider → 2–4 content pages) × N → thanks. Charts are always pure CSS or inline SVG — never Chart.js or any
external library. The seed demonstrates: cover, toc, section-divider,
two-column, kpi-grid, stat-highlight, chart-bar, process-steps, big-quote,
thanks.
Page structure & runtime contract (keep the seed script verbatim)
- Every page is
<section class="slide" data-title="...">inside<div class="deck" id="deck">— a horizontal scroll-snap strip, each slide exactly100vw × 100vh(one screen, no internal scrolling), 16:9 / 1280×720 baseline withclamp()type scales, padding72px 96px. - Fixed chrome:
.deck-header(deck title + theme chip),.deck-footer(attribution +N / totalcounter),.progress-bar. - Keyboard:
←→SpacePageUpPageDownHomeEndnavigate. - Hash routing:
#/N(1-based) deep-links a slide; navigation syncs the hash viahistory.replaceStatewrapped in try/catch (srcdoc-safe). - The script dedupes dual window/document capture-phase key listeners by
Event identity and auto-focuses
<body>so keys work without a click — these solve real iframe-host bugs; do not "simplify" them away. - Speaker notes: one hidden
<div class="notes">…</div>per slide.
Authoring checklist
- Copy
example.html; keep all<style>blocks and the<script>verbatim. - Replace the 10 demo slides with the planned layout sequence; real content, real numbers — no lorem ipsum, no placeholder images.
- Keep the confetti-dot canvas visible on every slide; scatter at most 2–4 geometric SVG shapes per slide.
- Stay inside the locked palette: pink leads, teal/yellow support,
near-black
#111outlines, white card faces — nothing else. - Write 1–3 sentence speaker notes per slide in
.notes. - Verify: arrows + Space navigate,
#/5deep-links, no slide overflows vertically, every shadow is a hard offset (no blur anywhere).
Attribution
Visual system, token vocabulary, theme palette, and layout taxonomy come
from the upstream MIT-licensed
lewislulu/html-ppt-skill
(© lewis <sudolewis@gmail.com>), theme memphis-pop. The LICENSE
file ships alongside this skill — keep it in place when redistributing.
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.