Skills Plugins MCP Prompt Model 博客 我的中心

presentation-styling

Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=shanraisshan-claude-code-best-practice-claude-skills-presentation-presentation-styling-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name presentation-styling description Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation Presentation Styling Skill CSS classes and HTML patterns used in presentation/index.html . CSS Component Classes Layout .two-col — 2-column grid layout with 24px gap .info-grid — 2-column grid for info cards .col-card — Card inside a column (add .good for green border, .bad for red border) .info-card — Card in an info grid Content Blocks .trigger-box — Gray box with dark left border (for key concepts, prerequisites) .how-to-trigger — Green box with green border (for "Try This" actions) .warning-box — Orange box with warning border (for important warnings) .code-block — Dark code display block with monospace font Lists .use-cases — Container for icon+text list items .use-case-item — Individual item with icon and text .feature-list — Simple bordered list Tags & Badges .matcher-tag — Gray inline pill tag .weight-badge — Green pill badge (auto-injected by JS for weighted slides) Code Block Syntax Highlighting Inside .code-block , use these spans for syntax coloring: < div class = "code-block" > < span class = "comment" > # This is a comment </ span > < span class = "key" > field_name </ span > : < span class = "string" > value </ span > < span class = "cmd" > &gt; </ span > command to run </ div > .comment — Green (#6a9955) for comments .key — Blue (#9cdcfe) for property names/keys .string — Orange (#ce9178) for string values .cmd — Yellow (#dcdcaa) for commands/prompts Slide Type Patterns Content Slide with Two Columns (Good vs Bad) < div class = "slide" data-slide = "N" data-weight = "5" > < h1 > Title </ h1 > < div class = "two-col" > < div class = "col-card bad" > < h4 > Before (Vibe Coding) </ h4 > <!-- bad example --> </ div > < div class = "col-card good" > < h4 > After (Agentic) </ h4 > <!-- good example --> </ div > </ div > </ div > Do not hardcode <span class="weight-badge"> in slide HTML. The presentation JavaScript injects and removes weight badges automatically. Content Slide with Code Example < div class = "slide" data-slide = "N" > < h1 > Title </ h1 > < div class = "trigger-box" > < h4 > Key Concept </ h4 > < p > Description </ p > </ div > < div class = "code-block" > < span class = "comment" > # Example </ span > < span class = "key" > field </ span > : < span class = "string" > value </ span > </ div > </ div > Icon List Pattern < div class = "use-cases" > < div class = "use-case-item" > < span class = "use-case-icon" > EMOJI </ span > < div class = "use-case-text" > < strong > Title </ strong > < span > Description text </ span > </ div > </ div > </ div > Journey Bar Specific .journey-bar — Fixed bar below progress bar .journey-bar.hidden — Hidden on title slide Journey bar color transitions from red (0%) to green (100%) via HSL interpolation Weight badges are auto-injected by JS into h1 elements of weighted slides
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。