Enforce Material Design 3 theming and design token usage in Jetpack Compose. Use when implementing M3 components, color schemes, typography, or design tokens.
85
83%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Define Color.kt, Theme.kt, and Type.kt in ui/theme/. Map every raw color/type value to lightColorScheme/darkColorScheme slots. Access all tokens through MaterialTheme:
MaterialTheme.colorScheme.*MaterialTheme.typography.*.dp units consistentlyMaterialTheme.colorScheme.*, not Color(0xFF...).MaterialTheme.typography.*, not raw fontSize = 32.sp..dp tokens; avoid unexplained magic numbers.4c72e76
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.