Toolverse
All skills

theme-evaluation

by etewiah

Evaluate themes for accessibility, contrast, and design issues. Use when auditing themes for WCAG compliance, checking color contrast ratios, or identifying visual/UX problems.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
etewiah
Category
Mobile
Views
1

About this skill

Evaluate themes for accessibility, contrast, and design issues. Use when auditing themes for WCAG compliance, checking color contrast ratios, or identifying visual/UX problems.

How to use

  1. Zainstaluj umiejętność w swoim projekcie PropertyWebBuilder, umieszczając pliki w katalogu .claude/skills/theme-evaluation. 2. Aby sprawdzić, czy para kolorów spełnia wymogi WCAG AA, użyj funkcji Pwb::ColorUtils.wcag_aa_compliant? z heksadecymalnymi kodami kolorów (np. '#ffffff' i '#333333'). 3. Uzyskaj dokładny współczynnik kontrastu dla dowolnej pary kolorów za pomocą Pwb::ColorUtils.contrast_ratio, który zwróci stosunek (np. 4.5:1). 4. Jeśli chcesz automatycznie dobrać kolor tekstu do tła, skorzystaj z Pwb::ColorUtils.suggest_text_color podając kod heksadecymalny tła. 5. Uruchom walidację wszystkich palet kolorów w temacie poleceniem rake palettes:validate, aby szybko zidentyfikować problemy z kontrastem w całym motywie. 6. Dla szczegółowej analizy konkretnej palety użyj rake palettes:contrast[nazwa_tematu,nazwa_palety], aby zobaczyć współczynniki kontrastu dla każdej kombinacji kolorów.

Related skills

unreal-engine-cpp-pro

by sickn33

Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices.

Mobile
2582

kotlin-multiplatform

by vitorpamplona

Platform abstraction decision-making for Amethyst KMP project. Guides when to abstract vs keep platform-specific,\nsource set placement (commonMain, jvmAndroid, platform-specific), expect/actual patterns. Covers primary targets\n(Android, JVM/Desktop, iOS) with web/wasm future

Mobile
15105

claude-mobile-ios-testing

by krzemienski

Use when testing iOS apps on simulator, capturing screenshots for validation gates, automating UI testing with expo-mcp and xc-mcp, or verifying visual correctness - combines expo-mcp autonomous testing (React Native level) with xc-mcp simulator management (iOS level)

Mobile
15111

xcodebuildmcp

by cameroncooke

Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

Mobile
2225

mobile-design

by sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or

Mobile
6091

automating-mobile-app-testing

by jeremylongshore

This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user

Mobile
17142