首页 时政热点 科技头条 智能AI 安全攻防 数码硬件 开发者生态 汽车 游戏 社会热点 开源推荐 医疗健康 归档 标签 关于

Claude Design System Prompt

摘要

Claude Design System Prompt Reverse-engineered system prompt of Claude Design from Anthropic。

and system prompt Claude design
2026-07-05 1 阅读 约10分钟阅读 handfuloflight
分享:
字号:
Claude Design System Prompt Reverse-engineered system prompt of Claude Design from Anthropic. A system prompt and skill library that turns an LLM into an opinionated, accessibility-aware, AI-slop-resistant design collaborator. Open source, MIT licensed. Drop the prompt into any LLM that supports system prompts (Claude, GPT, Gemini, local models) and pair with the procedural skills as needed. What this is Most "design assistant" prompts produce generic SaaS-template output — aggressive gradients, emoji decoration, rounded-corner-with-left-border cards, Inter-everywhere typography. This prompt explicitly rejects those patterns and replaces them with a complete design philosophy covering: Content discipline (no filler — every element earns its place) Aesthetic discipline (avoid AI tropes, commit to a palette and tone) Visual hierarchy and rhythm (size, color, weight, position, density, spacing scales) Accessibility (WCAG, semantic HTML, keyboard navigation, focus rings, motion preferences) Interaction and feedback (hover, active, disabled, focus, loading, validation states) System thinking (components and tokens over one-off pages) Respecting the medium (real CSS Grid, oklch() , text-wrap: pretty , real interactive prototypes) Quality over quantity (depth over breadth, polish every detail) Plus 14 procedural skills the agent can invoke for production, extraction, and review work. What's included claude-design-system-prompt/ ├── claude/ Claude Code / Claude.ai variant │ ├── system-prompt.md Main system prompt — 20 chapters │ └── skills/ 14 invokable skills │ ├── discovery-questions.md Kickoff question protocol │ ├── frontend-aesthetic-direction.md Commit to a look when no brand exists │ ├── wireframe.md Low-fi exploration, 3+ variations │ ├── make-a-deck.md Slide presentations in HTML │ ├── make-a-prototype.md Interactive clickable prototype │ ├── make-tweakable.md Floating tweak panel │ ├── generate-variations.md 3+ hi-fi variations across axes │ ├── design-system-extract.md Pull tokens from sources │ ├── component-extract.md Inventory reusable components │ ├── accessibility-audit.md WCAG, semantic, keyboard, motion │ ├── ai-slop-check.md Gradient / emoji / font / house-style trope detection │ ├── hierarchy-rhythm-review.md Size / weight / color + spacing scale │ ├── interaction-states-pass.md Hover / active / disabled / focus / loading │ └── polish-pass.md Umbrella final-gate review ├── codex/ OpenAI Codex variant (single-loop, no subagents) │ ├── AGENTS.md Codex auto-discovered entry point │ ├── system-prompt.md Same prompt, adapted for Codex │ └── skills/ Same skills, sequential reviews instead of parallel agents ├── README.md This file └── LICENSE MIT How to use it Use the system prompt directly Paste the contents of system-prompt.md as the system prompt for any LLM that supports them. The agent will follow the design philosophy and reference the skills by name when tasks match. Use the skills as procedures Each skill in skills/ is a self-contai
这篇文章对您有帮助吗?

订阅66必读

每日精选科技资讯,直达你的邮箱