بنقرة واحدة
android-design-to-code
Use when translating Figma, Sketch, or Adobe XD designs into Jetpack Compose code for Android.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when translating Figma, Sketch, or Adobe XD designs into Jetpack Compose code for Android.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | android-design-to-code |
| description | Use when translating Figma, Sketch, or Adobe XD designs into Jetpack Compose code for Android. |
| category | ui-ux |
| risk | low |
| source | community |
| date_added | 2026-03-31 |
| metadata | {"triggers":["@design-to-code","figma-translation","design-handover","ui-specs","pixel-perfect"]} |
Professional strategies for translating high-fidelity design specifications into clean, semantic, and pixel-perfect Jetpack Compose code.
8.dp, 16.dp, 24.dp, etc.Spacer(Modifier.height(16.dp)) or PaddingValues(16.dp).0xFFAABBCC. Check if it's already in the colorScheme.primary or surface.Modifier.shadow() with a high elevation for M2, or use MaterialTheme.colorScheme.surfaceColorAtElevation() for modern M3 designs.clickable modifiers have the standard ripple or custom Indication.LocalHapticFeedback for tactile confirmation on success/error.Handling Bluetooth Low Energy, flow wrappers, and Android 12+ permissions.
Seamless integration of CameraX with Google ML Kit for vision tasks.
Deep-dive skills for banking and healthcare apps.
Use when integrating Google Gemini Nano via AICore for on-device ML.
Automated UIAutomator tests and Hardware mocking setup.
Expanding KMP shared UI to cover Compose Multiplatform edge-cases.