用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/imsai-sh/open-claude-design --skill frontend-design命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Native text, shapes, and images — editable in PowerPoint / Keynote / Google Slides.
Flat images of every slide — pixel-perfect but not editable. Use when fidelity matters more than further editing.
Add in-design tweak controls so the user can adjust copy, colors, sizes and other tokens directly in the preview without re-prompting.
基于 SOC 职业分类
正在显示 SKILL.md
| name | Frontend design |
| description | Aesthetic direction for designs outside an existing brand system |
| trigger | {"keywords":["landing page","ui","interface","page","app","dashboard","hero","marketing"]} |
| od | {"mode":"design","preview":{"type":"jsx","entry":"App.jsx"}} |
When the user asks for a generic interface (a landing page, a marketing site, a dashboard, an app screen), you have no design system to anchor in. Your job is to make taste choices and own them.
Landing.html) with React 18.3.1 + Babel Standalone (versions are pinned — see system prompt). Use Tailwind CDN for utility classes when useful.update_todos if the work is multi-screen (>= 3 distinct sections / pages).done when a screen is complete.These signals correlate with low-craft AI output. Avoid them:
py-24). Vary section rhythm to convey hierarchy.If the user pastes a URL or screenshot, treat it as the design context. Use web_fetch to read text content from a URL; view_image for screenshots. Match palette, type, density, and tone — don't slavishly copy layout.
update_todos, write_file, read_file, view_image, web_fetch, done.