Web & Frontendlow risk

editorial-burgundy-principles-template

Editorial studio deck template in burgundy / blush / muted-gold palette. Use when users ask for premium manifesto or culture slides with pill tags, large typographic statements, principle cards, and guided keyboard/click navigation.

nexu-io/open-design·skills/editorial-burgundy-principles-template/SKILL.md
61/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a codex -y
匯入個人環境~/.agents/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a codex -g -y
手動放置目錄.agents/skills/editorial-burgundy-principles-templateOfficial docs ↗
匯入目前專案.claude/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a claude-code -y
匯入個人環境~/.claude/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a claude-code -g -y
手動放置目錄.claude/skills/editorial-burgundy-principles-templateOfficial docs ↗
匯入目前專案.agents/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a github-copilot -y
匯入個人環境~/.copilot/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a github-copilot -g -y
手動放置目錄.agents/skills/editorial-burgundy-principles-templateOfficial docs ↗
匯入目前專案.agents/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a cursor -y
匯入個人環境~/.cursor/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a cursor -g -y
手動放置目錄.agents/skills/editorial-burgundy-principles-templateOfficial docs ↗
匯入目前專案.agents/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a gemini-cli -y
匯入個人環境~/.gemini/skills/editorial-burgundy-principles-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/editorial-burgundy-principles-template -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path skills/editorial-burgundy-principles-template
手動放置目錄.agents/skills/editorial-burgundy-principles-templateOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# Editorial Burgundy Principles Template

A three-slide editorial deck for culture narratives, strategy storytelling, and internal manifestos.

## Resource map

```text
editorial-burgundy-principles-template/
├── SKILL.md
├── assets/
│   └── template.html
├── references/
│   └── checklist.md
└── example.html
```

## Workflow

1. Start from `assets/template.html`.
2. Keep the 3-slide sequence:
   - numeric headline
   - studio tags + title lockup
   - eight-principles card grid
3. Replace copy while preserving card and tag hierarchy.
4. Keep interactions:
   - Prev / Next buttons
   - dot navigation
   - keyboard navigation (`ArrowLeft` / `ArrowRight`)
5. Keep HTML self-contained and sandbox-safe.

## Output contract

Emit one concise orientation sentence and one HTML artifact:

```xml
<artifact identifier="editorial-burgundy-principles" type="text/html" title="Editorial Burgundy Principles Deck">
<!doctype html>
<html>...</html>
</artifact>
```