用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jhy0285/monofield --skill hps-bauhaus命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Complete a bounded implementation goal in the current agent run, with explicit finish criteria and evidence-based verification. Use for requests that should continue through implementation and checks instead of stopping after a plan.
Professional trading analysis dashboard template (single-file HTML) with light/dark theme switch, dense market panels, chart interactions, demo/live playback, and command palette behavior. Use when users ask for a Wall-Street-style analytics terminal, trading cockpit, or high-tech financial dashboard template with realistic data layout.
A portable community plugin for validating MonoField plugin import flows.
正在显示 SKILL.md
| name | hps-bauhaus |
| description | Bauhaus Primary — design-history geometric deck style from the lewislulu/html-ppt-skill bauhaus theme. Aged canvas |
| triggers | ["bauhaus","包豪斯","三原色","primary colors","geometric deck","design history","modernist slides","几何主义"] |
| od | {"mode":"deck","surface":"web","scenario":"product","upstream":"https://github.com/lewislulu/html-ppt-skill","preview":{"type":"html","entry":"example.html"},"design_system":{"requires":false},"speaker_notes":true,"animations":true,"example_prompt":"Use Bauhaus Primary to turn my content into a single-file HTML deck. Confirm topic, audience and page count first, then start from the seed example.html — keep its token sheet, slide scaffold and keyboard runtime exactly as-is, replace slide content only, and stay strictly inside the red/yellow/blue + ink + aged-canvas palette.","example_prompt_i18n":{"zh-CN":"用「包豪斯三原色」把我的内容做成单文件 HTML 幻灯片。先确认主题、观众和页数,然后从种子 example.html 出发——完整保留 token 表、slide 骨架和键盘运行时,只替换幻灯片内容,严格停留在红黄蓝三原色 + 墨色 + 做旧画布的色域内。"}} |
Single-theme deck plugin ported from the bauhaus theme of the upstream
MIT-licensed lewislulu/html-ppt-skill
(36 themes × 31 layouts × 27 animations). This plugin locks one skin:
design-history geometric modernism — the 1919–1933 Dessau language of
square/triangle/circle, the three primaries on an aged paper ground, and
typography that behaves like a poster.
Start from example.html. Replace content only. Never rewrite the design
system or the runtime script. Never introduce a color or font outside the
token sheet below.
:root, do not deviate):root{
--bg:#f4efe3; /* aged canvas ground */
--bg-soft:#e8e2d1; /* darker canvas */
--surface:#ffffff; /* card paper */
--surface-2:#f4efe3;
--border:#111111; /* ink — every stroke is this */
--border-strong:#111111;
--text-1:#111111; --text-2:#333333; --text-3:#666666;
--accent:#e03c27; /* Rot — red */
--accent-2:#f4c430; /* Gelb — yellow */
--accent-3:#1d4eaf; /* Blau — blue */
--good:#1b8c3c; --warn:#f4c430; --bad:#e03c27;
--grad:linear-gradient(135deg,#e03c27 0 33%,#f4c430 33% 66%,#1d4eaf 66% 100%);
--grad-soft:linear-gradient(135deg,#f4efe3,);
:; :; :;
: ; : ;
:,,,sans-serif;
:,SFMono-Regular,Menlo,monospace;
:,,,sans-serif;
:-.; :-.;
:(.,,.,);
}
Hard rules derived from the sheet:
--grad) has hard stops — it is a flag, not a
blend. Use it only on .gradient-text hero words, .tri-band, and
.divider-accent. Never use soft multi-stop gradients.2px solid #111 borders on cards, pills, chart bars,
checkboxes; 3px strokes inside SVG.4px 4px 0 #111, 8px 8px 0 #111). Blurred
rgba drop shadows are forbidden.border-radius is 0 on every element except the geometric circle device
(border-radius:50%)..h1 .h2 .stat-big .quote .section-num .kpi .num):
Archivo Black, weight 400 (the face is already black — never fake-bold),
uppercase, letter-spacing -.03em..lede, card copy, lists): Space Grotesk, weights 300–700.JetBrains Mono.editorial-serif, peoples-platform), not this one.@import is the only allowed remote resource..section-num rendered stroke-only via
-webkit-text-stroke:3px var(--text-1) with transparent fill..card-accent / .card-accent-2 / .card-accent-3
give cards an 8px red/yellow/blue top border; rotate the three primaries
across a grid rather than repeating one..tri-band and .divider-accent are ink-bordered strips of
the hard three-band gradient..check li::before is a yellow ink-bordered square
with an ink check stroke..geo-square / .geo-triangle / .geo-circle repeat the
square/triangle/circle motif as a footer ornament.The slide scaffold and class vocabulary come from the upstream html-ppt
system. Master categories (compose cover → toc → section-divider → content pages → closer):
| 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 chart-line chart-pie chart-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 |
The seed demonstrates 10 of them: cover, toc, section-divider, two-column, kpi-grid, stat-highlight, chart-bar, process-steps, big-quote, thanks. Charts are always pure CSS blocks or inline SVG with primary fills and ink strokes — never Chart.js or any external library. "Images" are geometric SVG compositions; no photos, no external image hosts.
<style> + inline <script>, zero
build, zero external JS/CSS (Google Fonts @import excepted).<section class="slide" data-title="..."> inside
<div class="deck" id="deck"> — a horizontal scroll-snap strip, each
slide exactly 100vw × 100vh (flex:0 0 100vw), 16:9 / 1280×720
baseline with clamp() type scales, padding 72px 96px. One screen per
slide; no internal vertical scrolling..deck-header (deck name + theme chip), .deck-footer
(attribution + N / total counter), .progress-bar (ink-topped red fill).← → Space PageUp PageDown Home End navigate;
#/N (1-based) hash deep-links via history.replaceState in try/catch
(srcdoc-safe). The script dedupes dual window/document capture-phase key
listeners by Event identity and auto-focuses <body> — these solve real
iframe-host bugs; keep the script verbatim.<div class="notes">…</div> per slide, 1–3
sentences.anim-rise-in on the hero,
anim-fade-up on quotes, anim-stagger-list on grids. At most one hero
animation plus one stagger per slide.example.html; keep all <style> blocks and the <script>
verbatim.N / total counter automatically.#/5 deep-links, no slide overflows
vertically, every stroke is #111, every radius is 0.Token vocabulary, layout taxonomy, slide scaffold, and the bauhaus palette
come from the upstream MIT-licensed
lewislulu/html-ppt-skill
(© lewis <sudolewis@gmail.com>). The LICENSE file ships alongside this
plugin — keep it in place when redistributing.