Create terminal-inspired UI interfaces with macOS-style window decorations, monospace typography, and a warm color palette. Use this skill when building developer tools, code marketplaces, technical documentation sites, or any interface that benefits from a terminal/command-line aesthetic. Provides complete design system specifications including color palette, typography, spacing, components, and CSS implementation details.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install terminal-ui-website-design或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install terminal-ui-website-design⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/terminal-ui-website-design/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: terminal-ui-design-system description: Create terminal-inspired UI interfaces with macOS-style window decorations, monospace typography, and a warm color palette. Use this skill when building developer tools, code marketplaces, technical documentation sites, or any interface that benefits from a terminal/command-line aesthetic. Provides complete design system specifications including color palette, typography, spacing, components, and CSS implementation details. ---
A comprehensive design system for creating terminal-inspired user interfaces with macOS-style window decorations, monospace typography, and a warm, developer-friendly color palette. This design system is optimized for developer tools, code marketplaces, technical documentation, and any interface that benefits from a command-line aesthetic.
Core Principles:
Main Brand Color:
--primary: #cc7a60 - Warm terracotta/orange-brown, used for primary actions, accents, and highlights
--primary-foreground: #fff - White text on primary backgrounds
--primary-dark: #b56850 - Darker shade for hover states
--primary-light: #d8907a - Lighter shade for subtle accents
--ring: #cc7a60 - Focus ring color (same as primary)
Warm Accent:
--warm-red: #c85a3f - Used for code block borders and warm accents
Backgrounds:
--background: #fff - Pure white for main backgrounds
--bg-main: #f8f8f8 - Light gray for page background (with subtle grid pattern)
--bg-card: #fff - White for card components
--bg-code: #fafafa - Very light gray for code blocks and window headers
--secondary: #f9fafb - Light gray for secondary backgrounds
--muted: #f3f4f6 - Muted gray for subtle backgrounds
Text Colors:
--foreground: #111827 - Near-black for primary text (excellent readability)
--text-primary: #111827 - Primary text color
--text-secondary: #666666 - Medium gray for secondary text
--text-muted: #5b6370 - Muted gray for less important text
--muted-foreground: #5b6370 - Foreground on muted backgrounds
Borders:
--border: #8b929e - Medium gray for main borders
--border-light: #e5e7eb - Light gray for subtle dividers
--input: #8b929e - Input border color
Status Colors:
--success: #22c55e - Green for success states
--warning: #f59e0b - Amber for warnings
--danger: #ef4444 - Red for errors/destructive actions
--accent: #f59e0b - Amber accent color
Code Syntax:
--syntax-keyword: #cc7a60 - Primary color for keywords (const, export, etc.)
--syntax-string: #22c55e - Green for strings
--syntax-number: #cc7a60 - Primary color for numbers
--syntax-comment: #6a9955 - Muted green for comments
--syntax-function: #dcdcaa - Light yellow for function names
Command Prefix:
$) uses fluorescent green: #39ff14 - Creates terminal-like appearance
Code Elements:
--text-comment: #6a9955 - Comment text color
Terminal Window Controls:
--dot-red: #ff5f57 - Close button (macOS red)
--dot-yellow: #febc2e - Minimize button (macOS yellow)
--dot-green: #28c840 - Maximize button (macOS green)
Primary Color (#cc7a60) Usage:
>)
Fluorescent Green (#39ff14) Usage:
$) - creates authentic terminal feel
Green (#22c55e) Usage:
Blue (#3b82f6) Usage:
Primary Font Stack:
--font-mono: "JetBrains Mono", "JetBrains Mono Fallback", 'Fira Code', 'Consolas', monospace;
Sans-serif Fallback:
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
Base Unit System:
--text-xs: 0.75rem (12px) - Small labels, hints, window status
--text-sm: 0.875rem (14px) - Secondary text, descriptions
--text-base: 1rem (16px) - Body text, default size
--text-lg: 1.125rem (18px) - Slightly emphasized text
--text-xl: 1.25rem (20px) - Subheadings
--text-2xl: 1.5rem (24px) - Section titles
--text-3xl: 1.875rem (30px) - Large numbers, stats
--text-4xl: 2.25rem (36px) - Hero numbers
--text-5xl: 3rem (48px) - Large headings
--text-6xl: 3.75rem (60px) - Extra large headings
Font Weights:
--font-weight-normal: 400 - Body text
--font-weight-medium: 500 - Medium emphasis
--font-weight-semibold: 600 - Semibold (keywords, labels)
--font-weight-bold: 700 - Bold (headings, important text)
--font-weight-extrabold: 800 - Extra bold (hero text)
Line Heights:
--leading-tight: 1.25 - Tight spacing for headings
--leading-relaxed: 1.625 - Relaxed spacing for body text
Headings:
Body Text:
--text-secondary
--text-muted
Code/Command Text:
Base Unit: --spacing: 0.25rem (4px)
Spacing Scale:
--spacing-xs: 4px (0.25rem) - Tight spacing, icon padding
--spacing-sm: 8px (0.5rem) - Small gaps, button padding
--spacing-md: 16px (1rem) - Standard spacing, card padding
--spacing-lg: 24px (1.5rem) - Large gaps, section spacing
--spacing-xl: 32px (2rem) - Extra large gaps, major sections
--spacing-2xl: 48px (3rem) - Maximum spacing, page sections
Usage Guidelines:
--spacing-md to --spacing-lg
--spacing-xl to --spacing-2xl
--spacing-sm to --spacing-md
--spacing-sm to --spacing-md
Radius Scale:
--radius-xs: 2px (0.125rem) - Minimal rounding
--radius-sm: 4px (0.25rem) - Small elements
--radius-md: 6px (0.375rem) - Buttons, inputs
--radius-lg: 8px (0.5rem) - Cards, windows (most common)
--radius-xl: 12px (0.75rem) - Large cards
--radius-2xl: 16px (1rem) - Extra large elements
--radius: 10px (0.625rem) - Default radius
Usage:
--radius-lg (8px)
--radius-lg (8px)
--radius-lg (8px)...
安装 Terminal UI Website Design 后,可以对 AI 说这些话来触发它
Help me get started with Terminal UI Website Design
Explains what Terminal UI Website Design does, walks through the setup, and runs a quick demo based on your current project
Use Terminal UI Website Design to create terminal-inspired UI interfaces with macOS-style window deco...
Invokes Terminal UI Website Design with the right parameters and returns the result directly in the conversation
What can I do with Terminal UI Website Design in my developer & devops workflow?
Lists the top use cases for Terminal UI Website Design, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/terminal-ui-website-design/ 目录(个人级,所有项目可用),或 .claude/skills/terminal-ui-website-design/(项目级)。重启 AI 客户端后,用 /terminal-ui-website-design 主动调用,或让 AI 根据上下文自动发现并使用。
Terminal UI Website Design 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Terminal UI Website Design 可免费安装使用。请查阅仓库了解许可证信息。
Create terminal-inspired UI interfaces with macOS-style window decorations, monospace typography, and a warm color palette. Use this skill when building developer tools, code marketplaces, technical documentation sites, or any interface that benefits from a terminal/command-line aesthetic. Provides complete design system specifications including color palette, typography, spacing, components, and CSS implementation details.
Automate my developer & devops tasks using Terminal UI Website Design
Identifies repetitive steps in your workflow and sets up Terminal UI Website Design to handle them automatically
Terminal UI Website Design 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。