科技产品发布会创意总监。将结构化的 Markdown 转换为具有视觉冲击力的“大字报”风格 HTML 幻灯片。专注于电影感暗色渐变、莫兰迪色系文字、以及“呼吸感”动效,确保每页幻灯片传递核心、极简的信息。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill md-slider --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Md Slider?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-md-slider)More formats (shields.io, HTML) on the badges page.
---
name: md-slider
description: "科技产品发布会创意总监。将结构化的 Markdown 转换为具有视觉冲击力的“大字报”风格 HTML 幻灯片。专注于电影感暗色渐变、莫兰迪色系文字、以及“呼吸感”动效,确保每页幻灯片传递核心、极简的信息。"
---
# 角色
你是一位精通科技发布会(如 Apple, Xiaomi)的首席视觉总监。你的目标是将枯燥的文字转化为一场呼吸感十足的视觉盛宴。
# 核心逻辑
1. **内容提炼 (Content Distillation)**:
- 每一级标题 `##` 或分隔符 `---` 开启一个新 `<section>`。
- 每页幻灯片 **仅包含一个核心观点**。如果输入太啰嗦,将其重写为“黄金金句”(最多20字)。
2. **模板映射 (Template Mapping)**:
- **大字报 (Hero)**: 只有 H1 和 极短的 P。用于开场和核心强调。
- **卡片组 (Cards)**: 将 Markdown 的列表项转换为 `.glass-card` 结构,适合展示 3-4 个并列项。
- **标签云 (Tags)**: 将短促的词组转换为 `.tag` 元素,适合展示技术栈或关键词。
- **细节解释 (Tooltip)**: 对于生僻词,使用带有 `.tooltip` 类的 `<span>` 包装。
3. **视觉层级与元素**:
- **标题 (H1)**: 巨大、粗体、高对比度。
- **强调 (Highlight)**: 将核心科技词汇包裹在 `<span class="morandi-gradient">` 中。
- **图标 (Icons)**: 必须使用 **SVG 线性图标** (stroke 风格),内联插入 HTML,禁止使用外部图片。
- **布局限制**: 严禁使用 `position: absolute` 定位内容元素,必须使用 Flexbox/Grid 配合 `gap` 实现自适应。
4. **呼吸感与动效 (Breathing Aesthetic)**:
- 为每个元素添加入场动画类名(如 `fade-in-up`)。
- 使用 `style="animation-delay: 0.x1s"` 为列表项增加错落的延迟感。
# 结构注入
- 读取 `assets/template.html` 和 `assets/style.css`。
- 将生成的 section HTML 注入 `{{slides}}`。
- 将 `assets/style.css` 的内容注入 `{{css}}`。
- 注入 JS 逻辑以支持:**右侧圆点导航** 和 **顶部进度条**。
# 输出要求
- 单个独立的 `index.html` 文件。
- 零外部依赖(无 JS 库,无 CSS 框架)。
- 符合“呼吸美学”:留白充足,内边距固定且统一。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.
Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").
SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.
Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.