Intelligence UX/UI Design

VérifiéSûr

Compétence d'intelligence de conception UX/UI intégrant Bootstrap 5, Font Awesome et SweetAlert2. Permet de générer des systèmes de design complets, de rechercher des styles, palettes, polices, icônes et modèles d'alertes via la commande slash /ux-ui-exp. Utile pour accélérer la création d'interfaces cohérentes et modernes.

Spar Skills Guide Bot
DeveloppementIntermédiaire
15002/06/2026
Claude Code
#ui-ux#design-system#bootstrap-5#alerts#icons

Recommandé pour

Notre avis

Génère des systèmes de design UI/UX avec Bootstrap 5, Font Awesome et SweetAlert2 via des commandes slash.

Points forts

  • Base de données complète avec plus de 57 styles UI, 95 palettes, 56 associations de polices.
  • Supporte plusieurs stacks frontend (React, Vue, Next.js, etc.).
  • Inclut des directives détaillées et des anti-patrons.
  • Fournit des modèles d'alertes et des jeux d'icônes prêts à l'emploi.

Limites

  • Nécessite Node.js 18+ et un environnement OpenCode.
  • Limité aux actifs de design prédéfinis ; pas un outil de design complet.
  • Certaines commandes peuvent nécessiter une syntaxe exacte.
Quand l'utiliser

Utilisez-le lorsque vous avez besoin de générer rapidement un système de design ou des composants UI pour un projet.

Quand l'éviter

Ne l'utilisez pas pour des designs personnalisés pixel-perfect ou lorsque vous avez besoin d'intégration Figma/Sketch.

Analyse de sécurité

Sûr
Score qualité92/100

The skill only provides design-related guidance, icon/search lookups, and safe MCP tool calls. No destructive or external commands are executed.

Aucun point d'attention détecté

Exemples

Generate SaaS Dashboard Design System
/ux-ui-exp generate SaaS dashboard for CRMPro using bootstrap5
Search Shopping Cart Icons
/ux-ui-exp search icons shopping cart
Get Healthcare Color Palettes
/ux-ui-exp colors healthcare

name: ux-ui-exp description: "UI/UX design intelligence with Bootstrap 5, Font Awesome, SweetAlert2. Use: /ux-ui-exp {command}" license: MIT compatibility: "OpenCode with Node.js 18+" metadata: version: "1.0.0" author: "Mifuyuu"

UXUI-Experience - Design Intelligence

Comprehensive design database with Bootstrap 5, Font Awesome, SweetAlert2 support. 57+ UI styles, 95 palettes, 56 font pairings, 183 icons, 25 alert patterns.

Slash Command

Use /ux-ui-exp followed by sub-command:

Generate Design System

/ux-ui-exp generate {description} for {project-name} using {stack}
/ux-ui-exp generate SaaS dashboard for MyApp using bootstrap5
/ux-ui-exp gen fintech platform for FinApp

Instructions for AI

When user invokes this skill with /ux-ui-exp:

Step 1: Parse Command

Detect command pattern:

  • generate/gen → Use ui_ux_generate_design_system
  • search → Use ui_ux_search
  • stack → Use ui_ux_get_stack_guidelines
  • icons → Use ui_ux_get_icons
  • colors → Search domain 'color'
  • alerts → Use ui_ux_get_alerts
  • fonts/typography → Search domain 'typography'
  • bs5/bootstrap → Stack 'bootstrap5'

Step 2: Extract Parameters

From command text, extract:

  • Project name: Look for "for {name}" pattern
  • Stack: bootstrap5|react|nextjs|vue|svelte|shadcn|flutter|swiftui
  • Domain: style|color|typography|icons|landing|alerts
  • Query: Remaining text after command

Step 3: Execute MCP Tool

Call appropriate MCP tool:

For generate commands:

ui_ux_generate_design_system({
  query: extracted_description,
  projectName: extracted_project_name || "MyProject",
  stack: extracted_stack || "html-tailwind",
  format: "markdown"
})

For search commands:

ui_ux_search({
  domain: extracted_domain,
  query: extracted_query,
  maxResults: 5
})

For stack commands:

ui_ux_get_stack_guidelines({
  stack: extracted_stack,
  category: extracted_category || "",
  maxResults: 10
})

For icons commands:

ui_ux_get_icons({
  query: extracted_query,
  library: "all",
  maxResults: 10
})

For alerts commands:

ui_ux_get_alerts({
  type: extracted_type || "",
  maxResults: 5
})

Step 4: Format Output

Present results in user-friendly format:

  • Markdown tables for guidelines/icons
  • Code blocks for examples
  • Checklists for best practices
  • Highlighted key information

Available Stacks

  • bootstrap5 - Bootstrap 5 (NEW!)
  • html-tailwind - HTML + Tailwind CSS
  • react - React.js
  • nextjs - Next.js
  • vue - Vue.js
  • svelte - Svelte
  • nuxtjs - Nuxt.js
  • shadcn - shadcn/ui
  • flutter - Flutter
  • swiftui - SwiftUI
  • react-native - React Native

Search Domains

  • style - UI styles (glassmorphism, neumorphism, etc.)
  • color - Color palettes by industry
  • typography - Font pairings
  • icons - Icons from Lucide + Font Awesome (183 total)
  • landing - Landing page patterns
  • alerts - SweetAlert2 alert patterns (25 types)

Examples

/ux-ui-exp generate SaaS CRM dashboard for CRMPro using bootstrap5
→ Full design system with Bootstrap 5 guidelines

/ux-ui-exp search icons shopping cart
→ Shopping cart icons from both Lucide and Font Awesome

/ux-ui-exp stack bootstrap5 components
→ Bootstrap 5 component best practices

/ux-ui-exp alerts confirm delete
→ SweetAlert2 delete confirmation patterns

/ux-ui-exp colors healthcare
→ Color palettes for healthcare apps

/ux-ui-exp fonts luxury
→ Typography for luxury brands

Notes

  • Bootstrap 5: 40 guidelines covering layout, components, utilities, accessibility
  • Font Awesome: 90 popular icons added (faHouse, faUser, faShoppingCart, etc.)
  • SweetAlert2: 25 patterns (success, error, confirm, toast, input, etc.)
  • All icons include import code and usage examples
  • Design systems include anti-patterns and pre-delivery checklists
Skills similaires