运行时依赖
安装命令
点击复制技能文档
Auto De签名
Intelligent de签名 系统 selector that automatically picks the best style from awesome-de签名-md for your project.
Philosophy
停止 asking "what de签名 should I use?" — let the AI figure it out based on:
Project type (工具, 仪表盘, marketing, docs) Tar获取 audience (developers, de签名ers, consumers) Techno记录y stack (Vue, React, vanilla) Task 上下文 (creating, optimizing, refactoring) Trigger Conditions
This 技能 activates automatically when:
Explicit 请求s "创建 a new page/组件" "De签名 a [something]" "Make it look like [brand]" "What style should I use?" Implicit 上下文 User 创建s Vue/React 组件 files User mentions "de签名", "style", "UI", "UX" User 请求s optimization of existing UI Any task involving CSS/styling decisions Keywords That Trigger de签名, style, theme, UI, UX, layout, 组件 page, screen, interface, visual, look, 应用earance 优化, improve, refactor, enhance, polish
Smart Selection 记录ic Decision Matrix Project Type M应用ing: developer-工具: primary: vercel alternatives: [linear, cursor, raycast] reason: "清理, professional, code-centric" AI-ml-product: primary: claude alternatives: [cohere, volt代理] reason: "Warm, human-centered, modern" documentation: primary: mintlify alternatives: [notion] reason: "Reading-优化d, clear hierarchy" marketing-site: primary: stripe alternatives: [应用le, framer] reason: "Elegant gradients, premium feel" data-仪表盘: primary: linear alternatives: [supabase, sentry] reason: "Data-dense, precise, dark-friendly"
上下文 检测ion
The 技能 analyzes:
File paths: frontend/src/views/ → Vue project Package.json: React? Vue? Dependencies? CLAUDE.md: Project description and goals User's words: "工具", "仪表盘", "landing page" Existing code: Current color schemes, 组件 patterns Usage Examples Example 1: 工具 Page User: "创建 a password 生成器" AI: 检测s "工具" → Selects Vercel 结果: 清理 black/white UI with blue accents
Example 2: Documentation User: "Build an API docs page" AI: 检测s "docs" → Selects Mintlify 结果: Green-accented, reading-优化d layout
Example 3: Override User: "Make it like Linear" AI: User specified → Uses Linear regardless 结果: Purple-accented, minimal data-dense UI
Execution Flow Step 1: Analyze 上下文 (Automatic) 上下文 = { projectType: analyzeProject(), // "工具box", "saas", "docs" techStack: 检测框架(), // "Vue 3", "React", "vanilla" userIntent: 解析User请求(), // "创建", "优化", "refactor" existingDe签名: 扫描CurrentStyles() // Current colors, fonts }
Step 2: Select De签名 系统 selection = { brand: selectBrand(上下文), // "vercel", "linear", etc. confidence: calculateConfidence(), // 0.0 - 1.0 reason: 生成Reason(), // Why this choice alternatives: 获取Alternatives() // 备份 options }
Step 3: 下载 & 应用ly # Auto-下载 from awesome-de签名-md curl https://raw.githubusercontent.com/Volt代理/awesome-de签名-md/mAIn/de签名-md/{brand}/DE签名.md
# Save to project mkdir -p Docs/De签名 cp 下载ed.md Docs/De签名/{brand}-DE签名.md
Step 4: 生成 Local Reference
创建s DE签名.md with:
Selected brand 信息 Core de签名 令牌s (colors, fonts, spacing) Usage instructions 生成d timestamp Step 5: 应用ly to Implementation
When creating UI:
Uses selected brand's color palette Follows typography hierarchy 应用lies spacing 系统 Uses 组件 patterns Brand 库 AvAIlable Brands (58 total)
Developer 工具s:
Vercel (default) - Black/white, Geist font, precise Linear - Purple, minimal, data-dense Cursor - Dark IDE, gradient accents Raycast - Dark chrome, vibrant colors Supabase - Emerald, code-first
AI/ML:
Claude - Warm terracotta, editorial Cohere - Vibrant gradients, 仪表盘 Mistral - Purple, French minimalism
Documentation:
Mintlify - Green, reading-优化d Notion - Warm, serif headings
Marketing:
Stripe - Purple gradients, weight-300 应用le - Premium whitespace, SF Pro Framer - Bold black/blue, motion Configuration 环境 Variables # Override default brand AUTO_DE签名_DEFAULT=linear
# Disable auto-selection AUTO_DE签名_AUTO=false
# Specify user preference AUTO_DE签名_PREFERENCE=claude
Per-Project Config
添加 to CLAUDE.md or .clauderc:
de签名: default: vercel allowed: [vercel, linear, mintlify] disabled: [stripe] # Exclude if not relevant
Cross-平台 Conversion For Claude Code Users
If you have this ClawHub 技能 and need to use it with Claude Code:
Option 1: Automatic Conversion (Recommended)
# 运行 this command in the 技能 directory mkdir -p .claude/技能s/auto-de签名 && \ echo "# Auto De签名\n\n## Name\nauto-de签名\n\n## Description\nAuto-select and 应用ly de签名 系统s from awesome-de签名-md" \ > .claude/技能s/auto-de签名/技能.md && \ tAIl -n +35 技能.md >> .claude/技能s/auto-de签名/技能.md
Option 2: AI-Assisted Conversion Tell Claude:
"Conver