Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

design-preset-system设计预设系统

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

272

周安装

11

GitHub Stars

24

下载量

85
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:design-preset-system(设计预设系统)
来源仓库:https://github.com/apexscaleai/claude-ui-design-system
仓库路径:skills/design-preset-system
安装命令:
npx skills add https://github.com/apexscaleai/claude-ui-design-system --skill design-preset-system
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/apexscaleai/claude-ui-design-system --skill design-preset-system

简介

模块化设计预设系统,支持 React Native 和 Next.js 应用中无缝切换样式并保持一致性。

  • 适合新项目选型或现有项目风格迁移,确保组件级美学统一和可维护性。
  • 不替代从零构建设计系统,也不处理纯代码重构,专注风格切换与质量保障。
  • 安装需通过 npx 添加指定 GitHub 仓库,适用于主流 AI 编程宿主环境。
  • design-preset-system 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Design Preset System

Overview

Modular design preset system enabling seamless style switching while maintaining consistency and quality across any React Native or Next.js application.

When to Use

  • Starting new project and choosing design direction
  • Switching design style for existing project
  • Applying consistent aesthetic across components
  • Exploring different design approaches
  • Presenting design options to stakeholders

When NOT to Use

  • Creating custom design system from scratch (use design-system-foundation instead)
  • Just refactoring code (use ui-refactoring-workflow instead)
  • Need documentation only (use design-documentation-generator instead)

Available Presets

1. Minimalist Modern (Timeless) ⚪

Philosophy: Less is more. Clear hierarchy, generous spacing, purposeful color.

Best For: SaaS products, productivity tools, professional applications

Characteristics:

  • Clean, spacious layouts
  • Monochromatic + single accent color
  • Subtle shadows (0-10% opacity)
  • Generous white space (16-24px minimum)
  • Sans-serif typography (Inter, SF Pro)

See: presets/minimalist-modern/ for complete implementation


2. Bold Brutalist (Bleeding Edge) ⚫

Philosophy: Raw, honest, high-impact. Geometric forms, stark contrasts, unapologetic.

Best For: Creative agencies, portfolios, bold brands, art-focused apps

Characteristics:

  • High contrast (black/white/red/yellow)
  • Sharp corners (0 border radius)
  • Bold typography (700-900 weight)
  • Harsh shadows (solid, offset)
  • Geometric layouts

See: presets/bold-brutalist/ for complete implementation


3. Soft Neumorphic (Subtle) 🌫️

Philosophy: Tactile, soft, approachable. Subtle depth through shadows and highlights.

Best For: Health apps, meditation apps, wellness products

Characteristics:

  • Soft shadows and highlights
  • Low contrast backgrounds
  • Rounded corners (12-20px)
  • Tactile appearance
  • Pastel color palette

See: presets/soft-neumorphic/ for complete implementation


4. Glass Aesthetic (Modern) 💎

Philosophy: Depth through transparency. Layered, blurred, ethereal.

Best For: Premium apps, fintech, modern dashboards, iOS-style apps

Characteristics:

  • Transparency with backdrop blur
  • Layered depth
  • Soft glows and halos
  • Semi-transparent surfaces
  • Apple-inspired design

See: presets/glass-aesthetic/ for complete implementation


5. Timeless Classic (Professional) 📘

Philosophy: Balanced, accessible, proven. Professional and trustworthy.

Best For: Enterprise software, government apps, accessibility-first products

Characteristics:

  • High accessibility (WCAG AAA)
  • Conservative colors
  • Proven UI patterns
  • Clear information hierarchy
  • Readable typography (16px minimum)

See: presets/timeless-classic/ for complete implementation


6. Bleeding Edge Experimental (Innovative) 🚀

Philosophy: Push boundaries. Latest trends, experimental interactions, forward-thinking.

Best For: Tech showcases, innovation labs, cutting-edge products

Characteristics:

  • Latest 2025 design trends
  • Experimental interactions
  • Cutting-edge animations
  • Unconventional layouts
  • Gradient-heavy designs

See: presets/bleeding-edge-experimental/ for complete implementation


Applying a Preset

For New Projects

When using design-system-foundation, specify preset:

"Set up design system foundation using glass-aesthetic preset"

Tokens automatically configured to match preset.

For Existing Projects

When using ui-refactoring-workflow, specify preset:

"Refactor this component using minimalist-modern preset"

Component styling updated to match preset while preserving functionality.

Switching Presets

"Convert my app from minimalist-modern to bold-brutalist preset"

Process:

  1. Analyze current token usage
  2. Map to new preset tokens
  3. Update component styling
  4. Maintain functionality
  5. Update documentation

Preset Selection Guide

Use CaseRecommended Preset
SaaS DashboardMinimalist Modern or Glass Aesthetic
Health/Wellness AppSoft Neumorphic or Timeless Classic
Creative PortfolioBold Brutalist or Bleeding Edge
Enterprise SoftwareTimeless Classic or Minimalist Modern
Fintech AppGlass Aesthetic or Minimalist Modern
E-commerceMinimalist Modern or Timeless Classic
Social MediaGlass Aesthetic or Bleeding Edge
Productivity ToolMinimalist Modern or Timeless Classic

Token Mapping

Each preset includes complete token definitions:

  • Colors: Brand, UI, feedback colors
  • Typography: Font families, sizes, weights
  • Spacing: Consistent scale
  • Shadows: Elevation system
  • Border Radius: Rounding scale
  • Animations: Timing and easing

Usage Examples

React Native

import { glassAesthetic } from '@/theme/presets'

const Card = () => {
  return (
    <View style={{
      backgroundColor: glassAesthetic.colors.surface,
      padding: glassAesthetic.spacing.lg,
      borderRadius: glassAesthetic.radius.xl,
      ...glassAesthetic.shadows.md,
    }}>
      <Text style={{
        fontSize: glassAesthetic.typography.scale.lg,
        fontWeight: glassAesthetic.typography.weights.semibold,
        color: glassAesthetic.colors.text.primary,
      }}>
        Glass Card
      </Text>
    </View>
  )
}

Next.js with Tailwind

// tailwind.config.ts - configured with minimalistModern
const Card = () => {
  return (
    <div className="bg-surface p-lg rounded-md shadow-md">
      <h2 className="text-lg font-semibold text-primary">
        Minimalist Card
      </h2>
    </div>
  )
}

Mixing Presets (Advanced)

You can mix elements from different presets:

const hybridTokens = {
  // Glass aesthetic surfaces
  colors: glassAesthetic.colors,

  // Brutalist typography
  typography: boldBrutalist.typography,

  // Minimalist spacing
  spacing: minimalistModern.spacing,
}

Warning: Only recommended for experienced designers. Can create inconsistent UX.

Quality Checklist

When applying preset, verify:

  • ✓ All tokens from preset applied
  • ✓ Colors maintain WCAG AA contrast (minimum)
  • ✓ Typography remains readable
  • ✓ Spacing feels consistent
  • ✓ Shadows appropriate for preset
  • ✓ Animations match preset philosophy
  • ✓ Components feel cohesive

Common Mistakes

Mixing incompatible preset elements

// BAD: Brutalist shadows + Neumorphic colors
style={{
  backgroundColor: softNeumorphic.colors.surface,
  ...boldBrutalist.shadows.lg // Harsh shadow on soft surface
}}

Stick to one preset

// GOOD: Consistent preset usage
style={{
  backgroundColor: softNeumorphic.colors.surface,
  ...softNeumorphic.shadows.sm // Soft shadow matches
}}

Ignoring preset philosophy

// BAD: Minimalist preset with excessive decoration
<View style={minimalistModern}>
  <GradientBackground />
  <ParticleEffect />
  <AnimatedBorder />
</View>

Honor preset principles

// GOOD: Minimalist stays minimal
<View style={minimalistModern}>
  <Text>Simple, Clean</Text>
</View>

Real-World Impact

Teams using preset system report:

  • 80% faster design decisions
  • Consistent aesthetic across app
  • Easy style exploration
  • Faster stakeholder approval
  • Seamless design migrations

Integration with Other Skills

  • Use with design-system-foundation for new projects
  • Use with ui-refactoring-workflow for existing projects
  • Use with component-modernization for component updates
  • Use with aesthetic-excellence for fine-tuning

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34%
按下载量换算29

Claude

26.95%
按下载量换算23

Cursor

19.54%
按下载量换算17

Gemini CLI

9.67%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills