Create world-class, accessible, responsive interfaces with sophisticated interactive elements including chat, terminals, code display, and streaming content. Use when building user interfaces that need professional polish and developer-focused features.
A comprehensive, modular skill system for creating world-class, accessible, responsive interfaces with sophisticated interactive elements.
This skill follows Anthropic's best practices with progressive disclosure:
elegant-design/
├── SKILL.md (302 lines - main entry point)
├── foundation/ (design system basics)
│ ├── typography.md (Geist, JetBrains Mono, scales)
│ ├── colors-and-spacing.md (palettes, tokens, dark mode)
│ └── layout-patterns.md (grids, responsive, containers)
├── interactive/ (sophisticated UI elements)
│ ├── chat-and-messaging.md (chat UIs, streaming)
│ ├── terminals-and-code.md (terminals, syntax highlighting)
│ ├── streaming-and-loading.md (progressive loading, skeletons)
│ └── diffs-and-logs.md (version control UI, log viewers)
├── implementation/ (building & optimizing)
│ ├── components-and-accessibility.md (WCAG AA compliance)
│ ├── performance.md (Core Web Vitals, optimization)
│ └── testing-and-qa.md (comprehensive testing)
└── reference/ (tools & resources)
├── design-systems.md (shadcn, daisyUI, HeroUI)
├── tools-and-libraries.md (complete toolkit)
└── anti-patterns.md (what not to do)
SKILL.md first - it's the orchestrator (under 500 lines)Need basics? → Read foundation/ files Building chat? → Read interactive/chat-and-messaging.md Building terminal/code editor? → Read interactive/terminals-and-code.md Need loading states? → Read interactive/streaming-and-loading.md Building diffs/logs? → Read interactive/diffs-and-logs.md Ready to implement? → Read implementation/ files Need tools or anti-patterns? → Read reference/ files
This skill follows all Anthropic best practices:
Simple projects: Read SKILL.md + foundation files Complex projects: Read SKILL.md + all interactive files Developer tools: Read ALL interactive files + performance
Never mix multiple sans-serif or monospace fonts.
MIT
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer