Web & Frontendlow risk
swiss-creative-mode-template
Swiss-inspired creative-mode presentation template skill with bold editorial typography, high-contrast geometric cards, interactive slide navigation, theme switching, hotspot overlays, and palette choreography in a single-file HTML artifact. Use when users ask for a premium presentation-style landing, a Swiss/brutalist deck look, or a creative launch page with rich interactions.
nexu-io/open-design·skills/swiss-creative-mode-template/SKILL.md
60/ 100推薦值
匯入這個 Skill
選擇你的 coding agent,複製專案級或個人級安裝指令。
匯入目前專案.agents/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a codex -y匯入個人環境~/.agents/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a codex -g -y匯入目前專案.claude/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a claude-code -y匯入個人環境~/.claude/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a claude-code -g -y匯入目前專案.agents/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a github-copilot -y匯入個人環境~/.copilot/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a github-copilot -g -y匯入目前專案.agents/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a cursor -y匯入個人環境~/.cursor/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a cursor -g -y匯入目前專案.agents/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a gemini-cli -y匯入個人環境~/.gemini/skills/swiss-creative-mode-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-creative-mode-template -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path skills/swiss-creative-mode-template⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
Skill 指令
在 GitHub 查看原始檔案 ↗# Swiss Creative Mode Template Produce a premium Swiss/editorial-style HTML template with strong visual rhythm and meaningful interactions, then emit it as a single-file artifact. ## Resource map ```text swiss-creative-mode-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html ``` ## Workflow 1. Read active `DESIGN.md` and map palette/type/layout decisions into root CSS variables. 2. Copy `assets/template.html` to `index.html`. 3. Keep this structure intact: - Hero scene with bold title and geometric frame. - Four-step process card row. - Stack/architecture diagram scene. 4. Keep these interactions working: - Prev/next slide navigation + dot nav. - Theme toggle (paper/dark). - Palette cycle button (changes accent colors across the template). - Hotspot toggle for annotations/details. 5. Keep output self-contained (`<!doctype html>`, inline CSS/JS, no external runtime dependency). 6. Validate against `references/checklist.md` before emitting. ## Output contract One short sentence before artifact, then: ```xml <artifact identifier="swiss-creative-mode" type="text/html" title="Swiss Creative Mode Template"> <!doctype html> <html>...</html> </artifact> ```