Web & Frontendlow risk

after-hours-editorial-template

Luxury dark-editorial HyperFrames template for three-page cinematic storyboards, inspired by haute couture title cards and magazine chapter spreads. Use when the user asks for premium fashion-style motion pages, moody serif-led storytelling, or a high-end dark presentation aesthetic with rich transitions.

nexu-io/open-design·skills/after-hours-editorial-template/SKILL.md
62/ 100推薦值

匯入這個 Skill

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

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

Produce a self-contained HTML editorial motion artifact in a dark luxury style,
with three short pages, cinematic typography, and premium transition language.

## Resource map

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

## Workflow

1. Read active `DESIGN.md` and map colors, typography tone, and layout rhythm
   into CSS variables while preserving a dark editorial baseline.
2. Copy `assets/template.html` to `index.html`.
3. Keep three narrative pages in sequence; do not increase default page dwell
   above 3 seconds.
4. Preserve premium motion behavior:
   - staged text reveal hierarchy
   - chapter wipe transitions
   - ambient grain/vignette depth
   - restrained cursor-light interaction for local preview
5. Keep output single-file HTML with inline CSS and JS.
6. Avoid sandbox-hostile browser APIs (e.g. localStorage and confirm).
7. Validate with `references/checklist.md` before emitting.

## Output contract

One short orientation sentence, then:

```xml
<artifact identifier="after-hours-editorial" type="text/html" title="After Hours Editorial Template">
<!doctype html>
<html>...</html>
</artifact>
```