Source profileQuality 93/100

TencentCloudBase/CloudBase-AI-Toolkit/config/source/skills/ui-design/SKILL.md

ui-design

Use when users need visual direction, interface hierarchy, layout decisions, design specifications, or prototypes before implementing a Web or mini program UI.

Source repository stars
1,074
Declared platforms
0
Static risk flags
2
Last source update
2026-08-25
Source checked
2026-08-25

Decision brief

What it does: where it fits

Sibling CloudBase skills ship beside this skill. Use local relative paths such as ../auth-tool-cloudbase/SKILL.md.

Best for

  • Creating web pages or interfaces
  • Creating mini-program pages or interfaces
  • Designing frontend components

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill "config/source/skills/ui-design"
Safe inspection promptEditorial

Inspect the Agent Skill "ui-design" from https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/blob/e8b6e5fd20d91564e8b7c708fdea4a13b82d2816/config/source/skills/ui-design/SKILL.md at commit e8b6e5fd20d91564e8b7c708fdea4a13b82d2816. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    How to use this skill (for a coding agent)

    1. MANDATORY: Complete Design Specification First - Before writing ANY interface code, you MUST explicitly output the design specification - This includes: Purpose Statement, Aesthetic Direction, Color Palette, Typography, Layout Strategy - Never skip this step - it's required f…

    MANDATORY: Complete Design Specification FirstBefore writing ANY interface code, you MUST explicitly output the design specificationThis includes: Purpose Statement, Aesthetic Direction, Color Palette, Typography, Layout Strategy
  2. 02

    Design Process

    1. User Experience Analysis: First analyze the main functions and user needs of the App, determine core interaction logic.

    User Experience Analysis: First analyze the main functions and user needs of the App, determine core interaction logic.Product Interface Planning: As a product manager, define key interfaces and ensure information architecture is reasonable.Aesthetic Direction Determination: Based on design thinking analysis, determine clear aesthetic style and visual language.
  3. 03

    Creative Implementation Principles

    Creative Interpretation: Interpret requirements creatively, make unexpected choices, make designs feel genuinely designed for the context

    Creative Interpretation: Interpret requirements creatively, make unexpected choices, make designs feel genuinely designed for the contextAvoid Repetition: Each design should be different, vary between generations:Light and dark themes
  4. 04

    Implementation Requirements

    All interface prototypes must: - Production-Grade Quality: Functionally complete and ready for development - Visual Impact: Visually striking and memorable - Aesthetic Consistency: Have a clear aesthetic point-of-view, cohesive and unified - Meticulously Refined: Every detail is…

    Production-Grade Quality: Functionally complete and ready for developmentVisual Impact: Visually striking and memorableAesthetic Consistency: Have a clear aesthetic point-of-view, cohesive and unified
  5. 05

    Sibling skills (local only)

    Sibling CloudBase skills ship beside this skill. Use local relative paths such as ../auth-tool-cloudbase/SKILL.md.

    Sibling CloudBase skills ship beside this skill. Use local relative paths such as ../auth-tool-cloudbase/SKILL.md.If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do not HTTP-fetch remote skill or protocol markdown into the agent context.

Permission review

Static risk signals and limitations

Network access

medium · line 6

The documentation includes network, browsing, or remote request actions.

If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do **not** HTTP-fetch remote skill or protocol markdown into the agent context.

Network access

medium · line 168

The documentation includes network, browsing, or remote request actions.

⚠️ The `downloadRemoteFile` MCP tool has been **removed** (high error rate on content-type/SSRF filtering). To download a remote asset into the project, use a shell command instead:

Writes files

medium · line 170

The documentation asks the agent to create, modify, or delete local files.

**macOS / Linux**: `curl -L --fail -o assets/images/logo.png "https://example.com/logo.png"` (add `--create-dirs` if the parent folder doesn't exist; `wget` works too)

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score93/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars1,074SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
TencentCloudBase/CloudBase-AI-Toolkit
Skill path
config/source/skills/ui-design/SKILL.md
Commit
e8b6e5fd20d91564e8b7c708fdea4a13b82d2816
License
MIT
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Sibling skills (local only)

Sibling CloudBase skills ship beside this skill. Use local relative paths such as ../auth-tool-cloudbase/SKILL.md.

If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do not HTTP-fetch remote skill or protocol markdown into the agent context.

Activation Contract

Use this first when

  • The request is to decide visual direction, produce a design specification, create a prototype, or make layout, typography, color, and visual hierarchy choices for an interface.
  • The implementation should follow a deliberate aesthetic rather than directly coding an already-approved design.

Read before writing code if

  • The response must choose typography, color, spacing, layout strategy, or other visual rules before code exists.
  • The user asks for "design", "prototype", "look and feel", or "style" rather than straight implementation.

Then also read

  • Web implementation -> ../web-development/SKILL.md
  • Mini program implementation -> ../miniprogram-development/SKILL.md

Do NOT use for

  • Backend-only tasks, database design, or pure API work without interface output.
  • Straight implementation of an already-approved UI without new design decisions.
  • Generic frontend coding requests where the visual direction is already settled.

Common mistakes / gotchas

  • Writing JSX, WXML, or CSS before outputting the design specification.
  • Falling back to generic AI layouts instead of an explicit aesthetic direction.
  • Jumping into implementation when the design intent is still unclear.
  • Ignoring platform constraints after the visual concept is defined.

Minimal checklist

When to use this skill

Use this skill for frontend UI design and interface creation in any project that requires:

  • Creating web pages or interfaces
  • Creating mini-program pages or interfaces
  • Designing frontend components
  • Creating prototypes or interfaces
  • Handling styling and visual effects
  • Any development task involving user interfaces

Do NOT use for:

  • Backend logic or API design
  • Database schema design (use data-model-creation skill)
  • Pure business logic without UI components

How to use this skill (for a coding agent)

  1. MANDATORY: Complete Design Specification First

    • Before writing ANY interface code, you MUST explicitly output the design specification
    • This includes: Purpose Statement, Aesthetic Direction, Color Palette, Typography, Layout Strategy
    • Never skip this step - it's required for quality design
  2. Follow the Design Process

    • User Experience Analysis
    • Product Interface Planning
    • Aesthetic Direction Determination
    • High-Fidelity UI Design
    • Frontend Prototype Implementation
    • Realism Enhancement
  3. Avoid Generic AI Aesthetics

    • Never use forbidden colors (purple, violet, indigo, fuchsia, blue-purple gradients)
    • Never use forbidden fonts (Inter, Roboto, Arial, Helvetica, system-ui, -apple-system)
    • Never use standard centered layouts without creative breaking
    • Never use emoji as icons - always use professional icon libraries (FontAwesome, Heroicons, etc.)
  4. Run Self-Audit Before Submitting

    • Color audit (check for forbidden colors)
    • Font audit (check for forbidden fonts)
    • Icon audit (verify no emoji icons, using professional icon libraries)
    • Layout audit (verify asymmetry/creativity)
    • Design specification compliance check
  5. Respect brand or design-system overrides when they are real constraints

    • If the project already has approved brand colors, font tokens, or a design system, treat those as higher-priority constraints
    • Explicitly document which default UI-design prohibitions are being overridden and why
    • Keep the override narrow: preserve the overall quality bar instead of falling back to generic AI styling

UI Design Rules

You are a professional frontend engineer specializing in creating high-fidelity prototypes with distinctive aesthetic styles. Your primary responsibility is to transform user requirements into interface prototypes that are ready for development. These interfaces must not only be functionally complete but also feature memorable visual design.

Design Thinking

⚠️ MANDATORY PRE-DESIGN CHECKLIST (MUST COMPLETE BEFORE ANY CODE)

You MUST explicitly output this analysis before writing ANY interface code:

DESIGN SPECIFICATION
====================
1. Purpose Statement: [2-3 sentences about problem/users/context]
2. Aesthetic Direction: [Choose ONE from list below, FORBIDDEN: "modern", "clean", "simple"]
3. Color Palette: [List 3-5 specific colors with hex codes]
   ❌ FORBIDDEN COLORS: purple (#800080-#9370DB), violet (#8B00FF-#EE82EE), indigo (#4B0082-#6610F2), fuchsia (#FF00FF-#FF77FF), blue-purple gradients
4. Typography: [Specify exact font names]
   ❌ FORBIDDEN FONTS: Inter, Roboto, Arial, Helvetica, system-ui, -apple-system
5. Layout Strategy: [Describe specific asymmetric/diagonal/overlapping approach]
   ❌ FORBIDDEN: Standard centered layouts, simple grid without creative breaking

Aesthetic Direction Options:

  • Brutally minimal
  • Maximalist chaos
  • Retro-futuristic
  • Organic/natural
  • Luxury/refined
  • Playful/toy-like
  • Editorial/magazine
  • Brutalist/raw
  • Art deco/geometric
  • Soft/pastel
  • Industrial/utilitarian

Key: Choose a clear conceptual direction and execute it with precision. Both minimalism and maximalism work - the key is intentionality, not intensity.

Context-Aware Recommendations

  • Education apps: Editorial/Organic/Retro-futuristic (avoid generic blue)
  • Productivity apps: Brutalist/Industrial/Luxury
  • Social apps: Playful/Maximalist/Soft
  • Finance apps: Luxury/Art deco/Brutally minimal

🚨 TRIGGER WORD DETECTOR

If you find yourself typing these words, STOP immediately and re-read this rule:

  • "gradient" + "purple/violet/indigo/fuchsia/blue-purple"
  • "card" + "centered" + "shadow"
  • "Inter" or "Roboto" or "system-ui"
  • "modern" or "clean" or "simple" (without specific style direction)
  • Emoji characters (🚀, ⭐, ❤️, etc.) as icons

Action: Go back to Design Specification → Choose alternative aesthetic → Proceed

Design Process

  1. User Experience Analysis: First analyze the main functions and user needs of the App, determine core interaction logic.

  2. Product Interface Planning: As a product manager, define key interfaces and ensure information architecture is reasonable.

  3. Aesthetic Direction Determination: Based on design thinking analysis, determine clear aesthetic style and visual language.

  4. High-Fidelity UI Design: As a UI designer, design interfaces that align with real iOS/Android design standards, use modern UI elements to provide excellent visual experience, and reflect the determined aesthetic style.

  5. Frontend Prototype Implementation: Use Tailwind CSS for styling, and must use professional icon libraries (FontAwesome, Heroicons, etc.) - never use emoji as icons. Split code files and maintain clear structure.

  6. Realism Enhancement:

    • Use real UI images instead of placeholder images (can be selected from Unsplash, Pexels, Apple official UI resources)
    • If video materials are needed, can use Vimeo website for video resources

Downloading Remote Assets (images / icons / fonts)

⚠️ The downloadRemoteFile MCP tool has been removed (high error rate on content-type/SSRF filtering). To download a remote asset into the project, use a shell command instead:

  • macOS / Linux: curl -L --fail -o assets/images/logo.png "https://example.com/logo.png" (add --create-dirs if the parent folder doesn't exist; wget works too)
  • Windows (PowerShell): Invoke-WebRequest -Uri "https://example.com/logo.png" -OutFile "assets\images\logo.png" (or use curl.exe -L -o assets/images/logo.png <url> in cmd/PowerShell 5.1+, which ships with Windows 10 1803+)

Guidance:

  • Always use -L/--location (curl) or -UseBasicParsing (PowerShell) so redirects are followed.
  • Prefer HTTPS URLs; avoid private/internal hosts (may be blocked by network policy or rejected for security).
  • If the target returns application/octet-stream, that is fine for binaries — the removed tool's strict whitelist was the problem, not the URL.

Frontend Aesthetics Guidelines

Typography

  • Avoid Generic Fonts: Do not use overly common fonts like Arial, Inter, Roboto, system fonts
  • Choose Distinctive Fonts: Select beautiful, unique, and interesting fonts, for example:
    • Choose distinctive display fonts paired with refined body fonts
    • Consider using distinctive font combinations to elevate the interface's aesthetic level
    • Font selection should align with the overall aesthetic direction

Color & Theme

  • Unified Aesthetics: Use CSS variables for consistency
  • Dominant Colors with Accents: Using dominant colors with sharp accents is more effective than evenly-distributed color schemes
  • Theme Consistency: Choose dark or light themes based on aesthetic direction, ensure color choices match the overall style
  • Brand Escape Hatch: If a product already mandates a brand palette or typography system, you may use those tokens, but call out the override explicitly in the design specification

Motion Design

  • Animation Strategy: Use animations for effects and micro-interactions
  • Technology Choice: Prioritize CSS-only solutions for HTML, React projects can use Motion library
  • High-Impact Moments: Focus on high-impact moments. One well-orchestrated page load animation (using animation-delay for staggered reveals) creates more delight than scattered micro-interactions
  • Interactive Surprises: Use scroll-triggering and hover states to create surprises

Icons

  • ❌ FORBIDDEN: Emoji Icons: Never use emoji characters as icons (🚀, ⭐, ❤️, etc.)
  • ✅ REQUIRED: Professional Icon Libraries: Must use professional icon libraries such as:
    • FontAwesome (recommended for most projects)
    • Heroicons (for Tailwind CSS projects)
    • Material Icons
    • Feather Icons
    • Lucide Icons
  • Icon Consistency: Use icons from a single library throughout the project for visual consistency
  • Icon Styling: Icons should match the overall aesthetic direction and color palette

Spatial Composition

  • Break Conventions: Use unexpected layouts, asymmetry, overlap, diagonal flow
  • Break the Grid: Use grid-breaking elements
  • Negative Space Control: Either use generous negative space or control density

Backgrounds & Visual Details

  • Atmosphere Creation: Create atmosphere and depth rather than defaulting to solid colors
  • Contextual Effects: Add contextual effects and textures that match the overall aesthetic
  • Creative Forms: Apply creative forms, such as:
    • Gradient meshes
    • Noise textures
    • Geometric patterns
    • Layered transparencies
    • Dramatic shadows
    • Decorative borders
    • Custom cursors
    • Grain overlays

Avoid Generic AI Aesthetics

Strictly Prohibit the following generic AI-generated aesthetics:

  • Overused font families (Inter, Roboto, Arial, system fonts)
  • Cliched color schemes (particularly purple gradients on white backgrounds)
  • Predictable layouts and component patterns
  • Cookie-cutter design that lacks context-specific character
  • Emoji icons: Never use emoji characters (🚀, ⭐, ❤️, etc.) as icons - always use professional icon libraries

❌ ANTI-PATTERNS (Code Examples to NEVER Use)

// ❌ BAD: Forbidden purple gradient
className="bg-gradient-to-r from-violet-600 to-fuchsia-600"
className="bg-gradient-to-br from-purple-500 to-indigo-600"

// ✅ GOOD: Context-specific alternatives
className="bg-gradient-to-br from-amber-50 via-orange-50 to-rose-50" // Warm editorial
className="bg-gradient-to-tr from-emerald-900 to-teal-700" // Dark organic
className="bg-[#FF6B35] to-[#F7931E]" // Bold retro-futuristic

// ❌ BAD: Generic centered card layout
<div className="flex items-center justify-center min-h-screen">
  <div className="bg-white rounded-lg shadow-lg p-8">

// ✅ GOOD: Asymmetric layout with creative positioning
<div className="grid grid-cols-12 min-h-screen">
  <div className="col-span-7 col-start-2 pt-24">

// ❌ BAD: System fonts
font-family: 'Inter', system-ui, sans-serif
font-family: 'Roboto', -apple-system, sans-serif

// ✅ GOOD: Distinctive fonts
font-family: 'Playfair Display', serif // Editorial
font-family: 'Space Mono', monospace // Brutalist
font-family: 'DM Serif Display', serif // Luxury

// ❌ BAD: Emoji icons
<span>🚀</span>
<button>⭐ Favorite</button>

// ✅ GOOD: Professional icon libraries
<i className="fas fa-rocket"></i> // FontAwesome
<svg className="w-5 h-5">...</svg> // Heroicons

Creative Implementation Principles

  • Creative Interpretation: Interpret requirements creatively, make unexpected choices, make designs feel genuinely designed for the context
  • Avoid Repetition: Each design should be different, vary between generations:
    • Light and dark themes
    • Different fonts
    • Different aesthetic styles
  • Avoid Convergence: Never converge on common choices (e.g., Space Grotesk)
  • Complexity Matching: Match implementation complexity to aesthetic vision:
    • Maximalist designs need elaborate code with extensive animations and effects
    • Minimalist or refined designs need restraint, precision, and careful attention to spacing, typography, and subtle details
    • Elegance comes from executing the vision well

Design Constraints

If not specifically required, provide at most 4 pages. Do not consider generation length and complexity, ensure the application is rich.

Implementation Requirements

All interface prototypes must:

  • Production-Grade Quality: Functionally complete and ready for development
  • Visual Impact: Visually striking and memorable
  • Aesthetic Consistency: Have a clear aesthetic point-of-view, cohesive and unified
  • Meticulously Refined: Every detail is carefully polished

🔍 SELF-AUDIT CHECKLIST (Before Submitting Code)

Run these checks on your generated code:

  1. Color Audit:

    # Search for forbidden colors in your code
    grep -iE "(violet|purple|indigo|fuchsia)" [your-file]
    # If found → VIOLATION → Choose alternative from Design Specification
    
  2. Font Audit:

    # Search for forbidden fonts
    grep -iE "(Inter|Roboto|system-ui|Arial|-apple-system)" [your-file]
    # If found → VIOLATION → Use distinctive font from Design Specification
    
  3. Icon Audit:

    # Search for emoji usage (common emoji patterns)
    grep -iE "(🚀|⭐|❤️|👍|🔥|💡|🎉|✨)" [your-file]
    # If found → VIOLATION → Replace with FontAwesome or other professional icon library
    # Verify icon library is properly imported and used
    
  4. Layout Audit:

    • Does the layout use asymmetry/diagonal/overlap? (Required: YES)
    • Is there creative grid-breaking? (Required: YES)
    • Are elements only centered with symmetric spacing? (Allowed: NO)
  5. Design Specification Compliance:

    • Did you output the DESIGN SPECIFICATION before code? (Required: YES)
    • Does the code match the aesthetic direction you declared? (Required: YES)

If any audit fails → Re-design with correct approach

Remember: You are capable of extraordinary creative work. Don't hold back, show what can truly be created when thinking outside the box and committing fully to a distinctive vision.

Frequently asked questions

What to verify before installation and use

What does the ui-design source document cover?

Sibling CloudBase skills ship beside this skill. Use local relative paths such as ../auth-tool-cloudbase/SKILL.md.

How do I install ui-design?

The source record exposes this install command: npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill "config/source/skills/ui-design". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged network, write-files in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 9182

mblode/agent-skills

ui-design

Designs, builds, and audits UI in React, Next, and Tailwind: visual direction, Tailwind implementation, dark-mode and responsive retrofits, and a rule-based audit of built frontends covering state gaps, data loss, focus and keyboard failures, accessibility markup, layout resilience, and AI-slop tells, with file:line findings, applied fixes, and a ship verdict. Use when asked to "build a landing page", "create a dashboard", "make this look premium", "show me 3 options", "create a brand kit", "tur

Computed 10045,511

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 100147

oaustegard/claude-skills

featuring

Generate hierarchical _FEATURES.md files that describe what a codebase DOES from a user/consumer perspective, anchored to source symbols via tree-sitting. Supports large complex codebases through feature-driven decomposition into sub-feature files. Uses a multi-pass synthesis: orientation → detail → overview rewrite. Use when someone says "what does this do", "document features", "feature inventory", "_FEATURES.md", or needs to understand a codebase's purpose before modifying it. Complements tre

Computed 1008

narrative-io/narrative-skills-marketplace

design-analysis

Translate a fuzzy analytical question into a rigorous investigation plan. Interrogates the ask, grounds the plan in the available data dictionary, applies analytical best practices, and produces a structured brief of query specifications for a downstream query-writing skill. Plans, does not write SQL. Use when: "why did X drop", "is there a relationship between A and B", "who are our highest-value customers", "what's driving the change in Y", "investigate this trend", "design an analysis for", "