Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问clear审计通过

design-style设计风格

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

541

周安装

23

GitHub Stars

156

下载量

190
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/nakanosanku/ohmyskills --skill design-style

简介

用于根据特定设计风格(如赛博朋克、极简主义)创建美观的前端界面。

  • 适合快速生成具有品牌特征的 UI 组件,自动调用预设的设计系统提示。
  • 使用时需明确风格名称或上下文,提取配色、字体和布局原则并提供实现细节。
  • 涉及代码生成时应结合项目现有技术栈,避免孤立输出非功能性片段。
  • design-style 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Design Style Skill

Purpose

This skill helps Claude Code create beautiful, distinctive frontend interfaces by automatically retrieving design system prompts from the prompts/ directory. Instead of producing generic UI, this skill enables Claude to build interfaces with specific design aesthetics like Neo-brutalism, Modern Dark, Luxury, Cyberpunk, and more.

When to Use

This skill is automatically invoked when:

  • User asks to build a web page, landing page, or web application
  • User requests a UI component with a specific design style
  • User mentions frontend, React, Vue, or web development
  • User asks for a specific aesthetic (e.g., "make it look modern and dark" or "use a brutalist style")

Available Design Styles

The following design systems are available in the prompts/ directory:

  • Academia - Scholarly, classic, refined
  • ArtDeco - Luxurious 1920s glamour
  • Bauhaus - Functionalist, geometric minimalism
  • BoldTypography - Type-driven design
  • Botanical - Nature-inspired, organic
  • Claymorphism - Soft, clay-like 3D elements
  • Cyberpunk - Futuristic, neon, high-tech
  • Enterprise - Professional, corporate, scalable
  • FlatDesign - Clean, minimal, 2D
  • Fluent2 - Microsoft Fluent 2 Design System
  • HumanistLiterary - Warm, literary, conversational (Claude aesthetic)
  • Industrial - Raw, mechanical, utilitarian
  • Kinetic - Dynamic, motion-focused
  • Luxury - Premium, elegant, sophisticated
  • Material - Google Material Design
  • Maximalism - Bold, expressive, abundant
  • MinimalDrak - Minimal dark theme (note: typo in original)
  • ModernDark - Contemporary dark UI with depth
  • Monochrome - Black and white, high contrast
  • Neo-brutalism - Bold, raw, colorful brutalism
  • Neumorphism - Soft UI, skeuomorphic
  • Newsprint - Newspaper-inspired
  • Organic - Natural, flowing forms
  • PlayfulGeometric - Fun geometric shapes
  • Professional - Clean, business-focused
  • Retro - Vintage, nostalgic
  • Saas - Modern SaaS aesthetic
  • Sketch - Hand-drawn, artistic
  • Swiss - International Typographic Style
  • TerminalCLI - Command-line interface aesthetic
  • Vaporwave - 80s/90s aesthetic, nostalgic
  • Web3 - Decentralized, crypto-inspired

How It Works

Step 1: Understand User Intent

When the user requests frontend work, first determine:

  1. Tech stack - What framework are they using? (React, Vue, Next.js, etc.)
  2. Design preference - Did they mention a specific style or aesthetic?
  3. Component scope - Single component, full page, or entire application?

Step 2: Select Design Style

If user specifies a style:

  • Match their request to available styles (e.g., "brutalist" → Neo-brutalism)
  • Case-insensitive matching (brutalism, Brutalism, BRUTALISM all work)

If user doesn't specify:

  • For modern, professional projects → ModernDark or Professional
  • For creative, bold projects → Neo-brutalism or BoldTypography
  • For minimal, clean projects → FlatDesign or Swiss
  • For enterprise/corporate → Enterprise

Ask the user if you're uncertain about which style fits their needs.

Step 3: Retrieve Design System

Use the Read tool to load the appropriate prompt file:

Read: prompts/<StyleName>.md

For example:

  • prompts/Neo-brutalism.md
  • prompts/ModernDark.md
  • prompts/Cyberpunk.md

Step 4: Apply Design System

Once you've loaded the design system prompt:

  1. Internalize the design philosophy - Understand the core principles, visual signatures, and differentiation factors
  2. Extract design tokens - Colors, typography, spacing, shadows, borders
  3. Follow component patterns - Use the specified button styles, card layouts, etc.
  4. Apply the "Bold Factor" - Implement signature elements that make the design authentic
  5. Avoid anti-patterns - Don't use techniques that break the aesthetic

Step 5: Build with Context

Before writing code:

  • Identify the user's existing tech stack
  • Understand their component architecture
  • Note any constraints (CSS frameworks, design libraries, etc.)

When writing code:

  • Match their existing patterns and conventions
  • Centralize design tokens in CSS variables or a config file
  • Create reusable, composable components
  • Explain your architectural choices briefly

Quality standards:

  • Preserve or improve accessibility
  • Ensure responsive design across devices
  • Make deliberate, creative design choices (not generic boilerplate)
  • Leave the codebase cleaner than you found it

Examples

Example 1: User Specifies Style

User: "Create a landing page for my SaaS product with a neo-brutalist design"

Skill Actions:

  1. Detect keywords: "landing page", "neo-brutalist"
  2. Map "neo-brutalist" → prompts/Neo-brutalism.md
  3. Read the design system prompt
  4. Ask clarifying questions: "What tech stack are you using? React, Vue, or plain HTML/CSS?"
  5. Build the landing page following Neo-brutalism principles (thick borders, hard shadows, bold colors, etc.)

Example 2: User Doesn't Specify Style

User: "Help me build a portfolio website"

Skill Actions:

  1. Detect: "portfolio website" (creative context)
  2. Suggest options: "Would you like a specific design style? I can create it in Modern Dark (sophisticated), Neo-brutalism (bold and creative), or Swiss (minimal and clean)."
  3. User responds with preference
  4. Load appropriate prompt and build

Example 3: Component Request

User: "Add a contact form to my Next.js app. Make it look modern and professional."

Skill Actions:

  1. Keywords: "Next.js", "modern and professional"
  2. Select: ModernDark.md (modern) or Professional.md (professional)
  3. Read design system
  4. Build form component matching their Next.js patterns
  5. Use design tokens from the prompt (colors, typography, shadows, etc.)

Quick Reference Commands

When implementing, you can quickly reference specific sections:

Colors:

Grep: pattern "Token|Value|Usage" path "prompts/<Style>.md"

Typography:

Grep: pattern "Font|Weight|Size" path "prompts/<Style>.md"

Component Patterns:

Grep: pattern "Button|Card|Input" path "prompts/<Style>.md"

Tips for Best Results

  1. Read the full prompt - Don't just skim. The design philosophy and differentiation sections are critical.
  2. Implement signature elements - Every design system has a "Bold Factor" section. These elements are what make it authentic.
  3. Avoid anti-patterns - Each prompt lists what NOT to do. Follow these rules strictly.
  4. Ask questions - If the user's needs are unclear, ask before building.
  5. Match existing code - Don't fight their tech stack. Integrate the design system into their existing patterns.

Notes

  • All design system prompts follow the same structure: <role> and <design-system> sections
  • Prompts include detailed color palettes, typography scales, component patterns, and implementation examples
  • Each style is production-ready and has been carefully crafted for visual distinctiveness
  • The prompts are designed to prevent generic, AI-looking interfaces

Future Enhancements

Potential improvements to this skill:

  • Style combination support (e.g., "Cyberpunk + Minimal")
  • Custom style creation workflow
  • Design token extraction to JSON/CSS
  • Component library generation from prompts

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

27.74%
按下载量换算53

Antigravity

23.85%
按下载量换算45

Codex

18.17%
按下载量换算35

Gemini CLI

11.67%
按下载量换算22

OpenCode

7.27%
按下载量换算14

trae

3.51%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/nakanosanku/ohmyskills --skill design-style;npx skills add nakanosanku/ohmyskills --skill "design-style" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills