Publish Skill Final

v1.3.1

Design beautiful interfaces using 16+ design systems including Material You, Fluent Design, Apple HIG, Ant Design, Carbon Design, Shopify Polaris, Minimalism...

4· 1.2k·8 current·8 all-time
byazzar budiyanto@1999azzar
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim UI design assistance across many systems and the repository contains reference docs, palettes, patterns, and a small helper script — all relevant to the stated purpose.
Instruction Scope
SKILL.md stays on-topic: design guidance, workflows, and an explicit automation step to update .cursorrules. No instructions request unrelated system state, credentials, or external endpoints.
Install Mechanism
No install spec is present (instruction-only + a local Python script). No downloads, installers, or third-party package pulls — low-risk.
Credentials
Skill requires no environment variables, credentials, or config paths. The only runtime reference is a suggested python3 command using $WORKSPACE (conventional), but the script itself only writes to .cursorrules in the current directory.
Persistence & Privilege
always:false and agent invocation is normal. The included script will create or append to a .cursorrules file in the working directory — this mutates project files (expected for this feature) and is the only persistent effect; review before running or back up the file.
Assessment
This skill appears coherent and low-risk: it provides design references and a small Python helper that writes design rules to a local .cursorrules file. Before running the apply_ui_rules.py script, review its contents (it's short and readable), and consider backing up any existing .cursorrules in the target project. Run the script in a test or repository where you're comfortable allowing a file write. No network access, credentials, or unexpected binaries are requested.

Like a lobster shell, security has layers — review code before you run it.

latestvk9707k8thadwkmht8ens5zjmt1829rkk
1.2kdownloads
4stars
7versions
Updated 1mo ago
v1.3.1
MIT-0

UI Designer Skill

Expert design guidance for creating aesthetically pleasing, user-centric interfaces across multiple design languages. This skill focuses on the visual and structural design intent before and during implementation.

Core Capabilities

1. Color Palette Generation

Generate cohesive and harmonic color palettes tailored to the project's vibe.

  • Deliverables: HEX codes, Tailwind config extensions, and CSS variables.
  • Palettes: Default to high-end pastels, dark luxury, or tonal Material You sets.

2. Component Theming

Establish robust theme systems (Light/Dark) through consistent design tokens.

  • Define --bg, --text, --accent, and --border variables.
  • Ensure unified states (hover, focus, active) across all UI elements.

3. Accessibility Audits

Evaluate and refine interfaces for maximum inclusivity and compliance.

  • Focus: WCAG AA/AAA contrast ratios, semantic HTML, and intuitive navigation.
  • Guidance: ARIA attributes, focus ring management, and screen-reader friendliness.

Design Systems Library (16 Total)

CategorySystemKey TraitsBest ForReference
EnterpriseFluent DesignAcrylic materials, reveal effects, 5 principlesWindows apps, Microsoft 365, enterprisefluent-design.md
EnterpriseAnt DesignNatural, 8px grid, 12-columnAdmin panels, B2B, data-heavy appsant-design.md
EnterpriseCarbon Design16-column grid, IBM Plex, clarityEnterprise software, data visualizationcarbon-design.md
EnterpriseAtlassian DesignBold, collaboration-focused, 8px gridProject management, team toolsatlassian-design.md
PlatformApple HIGSF Pro, vibrancy, blur materials, 44pt targetsiOS, macOS, native appsapple-hig.md
PlatformShopify PolarisMerchant-focused, fresh, teal brandE-commerce, merchant toolsshopify-polaris.md
ModernMaterial YouDynamic color, large corners, tonal palettesAndroid, modern web appsmaterial-you.md
ModernGlassmorphismBackdrop blur, vibrant gradientsDashboards, hero sectionsglassmorphism.md
ModernNeumorphismSoft 3D, dual shadows, monochromaticCreative projects, minimal UIneumorphism.md
ModernNeo-BrutalismThick borders, hard shadows, bold colorsCreative agencies, artistic brandsneo-brutalism.md
ModernClaymorphismSoft 3D, double inner shadows, playfulPlayful apps, consumer productsclaymorphism.md
ClassicMinimalismTypography-driven, generous paddingContent sites, portfoliosminimalism.md
ClassicSwiss Design12-column grid, no shadows, asymmetricProfessional services, typographyswiss-design.md
ClassicSkeuomorphismRealistic textures, physical mimicryLuxury products, vintage themesskeuomorphism.md
HybridM3 Pastel GlassMaterial + Glass, 28px cornersModern SaaS, creative toolsm3-pastel-glass.md
HybridNeo-M3 HybridBrutalism + M3, 3px borders, hard shadowsTech media, editorial sitesneo-m3-hybrid.md

Automation: Cursor Integration

This skill can automatically update your project's .cursorrules to keep the AI aligned with your design goals.

apply_ui_rules.py

Run this script to append design rules to your current directory's .cursorrules.

python3 $WORKSPACE/skills/ui-designer-skill/scripts/apply_ui_rules.py --style [fluent|ant|carbon|atlassian|apple-hig|polaris|material|minimal|glass|neumorphism|neo-brutalism|claymorphism|skeuomorphism|swiss|m3-pastel|neo-m3] --palette [pastel|dark|vibrant|mono]

Workflows

1. Design Conception

When starting a new feature, ask for:

  • Primary design language? (Choose from 16+ systems: Fluent, Ant, Carbon, Atlassian, Apple HIG, Polaris, Material You, Glassmorphism, Neumorphism, Neo-Brutalism, Claymorphism, Minimalism, Swiss Design, Skeuomorphism, or hybrid styles)
  • Color vibe? (Pastel, Dark, High-Contrast, Monochromatic, Brand-specific)
  • Target platform? (Web, iOS, Android, Desktop, Cross-platform)

2. Component Architecture

Plan the HTML/React structure with Tailwind classes. Focus on Grid/Flex layouts and responsiveness.

Best Practices

  • Consistency: Stick to one design language per project.
  • Accessibility: Ensure enough contrast for text.
  • Azzar's Rule: "Just enough engineering to get it done well." (Wong edan mah ajaib).

Comments

Loading comments...