Web & Frontendlow risk
html-ppt-retro-quarterly-review
Retro Quarterly Review presentation template in a bold blue + orange editorial language. Use when users ask for a high-impact quarterly review / roadmap deck with heavyweight slab headlines, clean cream paper sections, structured grids, and fast premium motion pacing (3 slides, each hold under 3s in video mode).
nexu-io/open-design·skills/html-ppt-retro-quarterly-review/SKILL.md
61/ 100推荐值
导入这个 Skill
选择你的 coding agent,复制项目级或个人级安装命令。
导入当前项目.agents/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a codex -y导入个人环境~/.agents/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a codex -g -y导入当前项目.claude/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a claude-code -y导入个人环境~/.claude/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a claude-code -g -y导入当前项目.agents/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a github-copilot -y导入个人环境~/.copilot/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a github-copilot -g -y导入当前项目.agents/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a cursor -y导入个人环境~/.cursor/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a cursor -g -y导入当前项目.agents/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a gemini-cli -y导入个人环境~/.gemini/skills/html-ppt-retro-quarterly-review
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/html-ppt-retro-quarterly-review -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path skills/html-ppt-retro-quarterly-review⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
Skill 指令
在 GitHub 查看原始文件 ↗# Retro Quarterly Review Template A high-contrast, print-inspired quarterly review template with three cinematic slides: 1. Cover (hero title lockup) 2. Three priorities (triptych grid) 3. Roadmap timeline + KPI strip ## Resource map ```text html-ppt-retro-quarterly-review/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html ``` ## Workflow 1. Read active `DESIGN.md` first and map any requested token changes into CSS variables while preserving the retro blue/orange/cream visual grammar. 2. Start from `assets/template.html`; do not rebuild from scratch. 3. Preserve the three-slide information architecture and typographic hierarchy. 4. Keep interactions and motion quality: - keyboard `1/2/3` quick jump - `R` restart - page indicator updates per scene - premium wipe transitions and staggered reveals 5. Keep output self-contained (single HTML, inline CSS + JS, no framework runtime). 6. If adapting copy/data, keep content realistic and internally consistent. 7. Validate against `references/checklist.md` before emitting artifact. ## Output contract Emit one short orientation sentence and then the artifact: ```xml <artifact identifier="retro-quarterly-review" type="text/html" title="Retro Quarterly Review"> <!doctype html> <html>...</html> </artifact> ```