Skills Plugins MCP Prompt Model 博客 我的中心
内容创作 #data #design

fs-editorial-forest

Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience.

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

获取

https://deepseekmodel.com/api/download.php?id=nexu-io-open-design-plugins-official-examples-fs-editorial-forest-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name fs-editorial-forest en_name Art-Direct an Annual Report like a Magazine Creative Director zh_name 像杂志创意总监一样艺术指导年度报告 description Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience. en_description Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience. zh_description 像杂志创意总监一样艺术指导年度报告——一份可商业交付的设计打磨 Deck,围绕真实主题、证据链与决策目标组织。 tags ["design-craft","board-upgrade-deck-rescue","design","brand","visual-system","decision-deck","commercial-slide-agent","fs-editorial-forest"] triggers ["board-upgrade-deck-rescue","design-craft","Art-Direct an Annual Report like a Magazine Creative Director","像杂志创意总监一样艺术指导年度报告","design","brand","visual-system","html deck","html slides"] od {"mode":"deck","surface":"web","upstream":"https://github.com/zarazhangrui/beautiful-html-templates","preview":{"type":"html","entry":"example.html"},"example_prompt_i18n":{"zh-CN":"用林间编辑部(Editorial Forest)把我的内容做成一套安静、文学气质的单文件 HTML 幻灯片:森林绿 × 尘粉 × 暖奶油配色、Source Serif 4 字体、固定 1920×1080 舞台等比缩放。从 example.html 出发只替换内容,保留设计系统和内联 deck-stage 运行时。"},"category":"design-craft","scenario":"design","example_prompt":"Create \"Art-Direct an Annual Report like a Magazine Creative Director\" as a decision-grade Design craft deck in this template's own visual system. Subject: Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Audience: brand stakeholders, exec audience. First ask only for missing essentials: audience, decision target, source-of-truth materials, deadline, and must-keep numbers. Then produce the slide plan, written slides, visual direction, speaker-ready structure, and a critic pass against this rubric: does the deck feel authored by a senior designer rather than generated."} Editorial Forest (林间编辑部) A quiet, considered editorial deck theme — deep forest green, dusty pink, and warm cream paper meet Source Serif 4. Built for quarterly reviews, internal readouts, studio updates, research recaps, and anything that should feel warm and unhurried rather than corporate. Avoid it for content that needs to feel urgent, punchy, or sales-driven. Ported from the MIT-licensed zarazhangrui/beautiful-html-templates editorial-forest template. Start from example.html in this plugin folder. It is the locked seed: keep the inline <deck-stage> runtime script, the :root token block, and every layout skin verbatim — replace only slide content. Do not rewrite the design, do not introduce colors or fonts outside the spec below. Design tokens (locked — list verbatim in :root ) :root { --green : #2e4a2a ; /* forest green — dark canvas + primary text on cream */ --green-deep : #243a21 ; /* text on pink surfaces */ --green-lite : #3a5a36 ; /* lighter green tile variant */ --pink : #e89cb1 ; /* dusty pink — accent, text on green, bar series A */ --pink-deep : #d27e96 ; /* pink tile border */ --cream : #efe7d4 ; /* warm cream paper — light canvas, text on green */ --cream-2 : #e6dcc4 ; /* secondary cream tile */ --ink : #1a1a17 ; /* body text on cream */ --serif : "Source Serif 4" , "Source Serif Pro" , Georgia, serif; --mono : "JetBrains Mono" , ui-monospace, Menlo, monospace; } No other colors. No gradients, no shadows, no purple/indigo, no pure white or black surfaces. rgba(239,231,212,0.18) (cream at 18%) is the only permitted alpha, used for chart grid lines. No other fonts. Source Serif 4 (weights 300–800, weight 500 is the display default) for all headings and body; JetBrains Mono (400/500/700, weight 500 default) for kickers, numbers, captions, and axis labels. Load via the Google Fonts <link> already in the seed. Typography & signature devices Display sizes: cover/summary h1 220px at line-height: 0.92–0.94 , section h2 80–96px, statement quote 140px, KPI numerals 220px (unit 110px in cream). Tracking −0.02em on serif display; mono labels run uppercase at letter-spacing: 0.12–0.18em , 24–28px. .label mono uppercase kickers anchor every slide's top edge; paired left/right labels are the header signature. The circular .mark monogram (130px, 2px border) on the cover; the bottom .footline running foot; 2px rule lines ( border-top: 2px solid ) above meta rows, KPI rows, and summary columns; cards with 6–8px radius and 2–2.5px borders. These devices are the theme — keep them. Mixed scheme rhythm (8 slides) Alternate dark, light, and pink canvases — never run more than two same-tone slides in a row: # Master Class Canvas Role 1 Cover .cover green monogram topbar, 220px serif title, mono footline 2 Agenda .agenda cream 5-tile mosaic grid ( t-green spans 2 rows, t-pink / t-cream / t-greenLite ) 3 Statement .statement pink 140px serif quote + mono attribution row 4 Two-column .two-col cream green figure panel (880px) + serif narrative + 3-col dl.meta 5 Data .data green pure-CSS grouped bar chart (pink/cream bars, mono axes, grid-lines) 6 Framework .framework cream 4 step cards: outline → pinkfill → fill → outline 7 Stats .stats green 3 KPI callouts, 220px pink numerals over a pink rule 8 Summary .summary green 220px pink closing word + 3-column takeaways Reuse these masters for longer decks (a second .two-col or .data , another .statement ); keep the tone alternation. Charts stay pure CSS/HTML (percentage-height .bar divs); diagrams and icons are inline SVG stroked in token colors only — never Chart.js, mermaid, or remote images. Stage system & runtime (locked) Every slide is one <section class="…" data-screen-label="NN Label"> authored at a fixed 1920×1080 ( width: 1920px; height: 1080px; overflow: hidden ), a direct child of <deck-stage aspect="1920/1080" no-rail> . The inlined deck-stage web component scales the whole stage uniformly to the viewport: factor = min(viewportWidth/1920, viewportHeight/1080) , applied as one transform: scale() with letterbox/pillarbox centering, recomputed on resize. Never reflow content per device, never add responsive breakpoints inside slides; all measurements are fixed px at design size. Inactive slides stay mounted and are hidden with visibility / opacity — never display: none . Navigation ships with the runtime: ← / → , Space, PgUp/PgDn, Home/End, number keys; #<n> hash deep-link restore and write-back (plus the small hashchange supplement script at the end of the seed); print → one page per slide. Keep the deck-stage:not(:defined){visibility:hidden} guard and the whole inline runtime <script> verbatim. No external JS, no build step — the output is one self-contained .html file. Content guardrails No scrolling, no overflow, no overlapping panels. Split content into more slides instead of shrinking type. Quiet density: one idea per slide; agenda tiles get a 2–6 word headline + mono foot tag; body paragraphs 30px serif, max ~2 per column; KPI rows max 3; step rows max 4. Voice matches the design: literary, warm, low-pressure. Sentence-case headlines ending in a period ("Agenda.", "Fewer titles, finer paper.") are part of the look. Attribution Template design, palette, and the deck-stage runtime come from the upstream MIT-licensed zarazhangrui/beautiful-html-templates (© 2026 Zara Zhang), template editorial-forest . The LICENSE file ships in this plugin folder; keep it in place when redistributing.
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 技能推荐。完全免费,持续更新。

验证码 --

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

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