Enforce Material Design 3 theming and design token usage in Jetpack Compose. Use when implementing M3 components, color schemes, typography, or design tokens.
64
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/android/android-design-system/SKILL.mdDefine 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.405cdd5
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.