🎨 UI 设计规范

Codifies a reusable UI design system for N.E.K.O capsule interfaces and brand-blue tokens.

2.4k|275|Updated Jun 29, 2025
One-click install
npx skills add https://github.com/Project-N-E-K-O/N.E.K.O --skill ui-project-n-e-k-o
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 🎨 UI 设计规范
Source: https://github.com/Project-N-E-K-O/N.E.K.O/tree/main/.agent/skills/ui-system-refactor
Command: npx skills add https://github.com/Project-N-E-K-O/N.E.K.O --skill ui-project-n-e-k-o

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill defines a reusable design system for N.E.K.O that standardizes capsule UI, brand-blue tokens, and rounded-stroke visuals to ensure a cohesive interface across products.

Core Features & Use Cases

  • Capsule UI: 所有交互元素采用大圆角以营造友好、卡通化的界面。
  • Brand blue system: CSS 变量与对比指南,确保各应用的一致外观。
  • Round stroke typography: 通过高密度文本阴影实现圆润描边效果,提升可读性与美观。
  • Use Case: 前端团队在仪表板、移动应用和网页体验中采纳本设计系统以实现快速且一致的视觉风格。

Quick Start

参考 references/design-system.md,开始在项目中使用 CSS 变量和组件模式,逐步将设计系统迁移到现有代码库。

Frequently Asked Questions about 🎨 UI 设计规范

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize UI design tokens for consistent brand blue visuals across web apps?

To standardize UI design tokens, use a design system defining CSS variables for brand blue visuals and capsule UI. This ensures consistent appearance across dashboards and apps by providing reusable metadata structures and design references for immediate implementation.

What is capsule UI and when do I need it for frontend dashboards?

Capsule UI is a design pattern where all interactive elements use large rounded corners to create a friendly, cartoon-like interface. You need it when building dashboards or apps requiring a cohesive, approachable visual style with rounded-stroke typography.

How to apply CSS variables and design tokens to an existing codebase?

To apply CSS variables, reference the design-system documentation and gradually migrate component patterns into your existing codebase. This process introduces brand blue tokens and capsule UI metadata structures step by step, ensuring visual consistency during adoption.

Does this design system work for mobile apps and web interfaces?

Yes, the design system works for mobile apps and web interfaces. It standardizes capsule UI, brand blue tokens, and rounded-stroke visuals for frontend teams building diverse products, ensuring a cohesive interface across both mobile and web platforms.

How do I achieve rounded stroke typography effects with CSS?

Rounded stroke typography is achieved by applying high-density text shadows in CSS. This technique creates a rounded outline effect around text characters, enhancing both readability and aesthetic appeal within the capsule UI design system.

Can I use this design system without external UI component libraries?

Yes, you can use this design system without external dependencies. It relies solely on CSS variables and internal references to define metadata structures and design tokens, allowing frontend teams to implement capsule UI and brand blue visuals independently.