页面加载中...
当用户提到海报、视觉设计、品牌视觉、排版系统、极简风格、设计哲学、美学方案,或说"帮我做张海报"时,必须触发此技能。该技能先构建一套设计哲学(Algorithmic Philosophy),再基于该哲学用 show_widget 生成可渲染的 SVG 海报 artifact。即使用户没有明确提到"哲学"或"系统",只要涉及视觉设计或海报生成,都应触发。适用于品牌视觉、作品集封面、极简主义海报、AI 生成艺术、任何需要系统性美学表达的场景。
This skill transforms the task from:
into:
Philosophy always comes first.
The visual output is only an expression of the system.
Output tools:
show_widget (never described in text, always rendered)Before generating any visual output, construct a design philosophy inline as structured markdown.
Write 4–6 paragraphs covering the following:
Define the central aesthetic idea.
Translate the concept into layout logic:
Describe how the design behaves:
Convert design into variables:
Avoid result-based descriptions (e.g. "cool style").
Focus on controllable parameters.
Explain what the system produces when executed:
Based on the philosophy, call show_widget to render an inline SVG poster.
Never describe the poster in text. Always render it directly.
viewBox="0 0 600 800")<style>@import url('https://fonts.googleapis.com/css2?family=...')</style> inside SVGshow_widgetletter-spacing and line-height deliberatelyThe user's concept must NOT be written explicitly on the poster.
Instead, embed it into:
Think: "A hidden reference inside the system — felt, not read."
Variation is allowed, but always within constraints.
This is not randomness.
This is designed, intentional variation operating within a defined system.
The output must feel:
Like a poster that a senior designer spent a week on.
Written inline as structured markdown (4–6 paragraphs, following the 5-section structure above).
Rendered directly as SVG via show_widget.
Aspect ratio 3:4. Typography-driven. No decorative elements.
The poster is the system made visible — not a summary of it.
"帮我做一张关于'沉默'主题的极简海报"
Concept: Silence is not the absence of sound — it is the space between signals. The design treats whitespace as the primary element, with text as intrusion.
Visual Logic: Near-empty grid. One dominant typographic anchor. All secondary information pushed to the margins. Density approaches zero.
System Behavior: Single primary element centered or offset by exactly one grid unit. Secondary text at 8% opacity or reduced weight — present but receding. No tertiary elements.
Parametric Thinking: Title font-size = 11% of canvas height. Margin = 18% on all sides. Secondary text = title size × 0.18. Color count = 1 (black on white). Active elements = 2.
Emergence: The viewer experiences stillness. The eye finds one point, then rests. Meaning accumulates in what is not shown.
→ show_widget renders a 600×800 SVG:
Single large word near vertical center, slight left offset. One line of small meta text at bottom-right. No rules, no borders. Pure typographic silence.
Do NOT generate just a poster.
ALWAYS generate:
→ a philosophy system
→ then express it as a rendered SVG artifact via show_widget
来源:用户上传
用户上传标准 Skill 文件夹。