AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Android Design To Code

skill-prasad-vennam-awesome-android-ai-agent-skills-android-design-to-code · by prasad-vennam

Use when translating Figma, Sketch, or Adobe XD designs into Jetpack Compose code for Android.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-prasad-vennam-awesome-android-ai-agent-skills-android-design-to-code

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-prasad-vennam-awesome-android-ai-agent-skills-android-design-to-code)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Android Design To Code? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Android Design to Code (The Bridge) 📐🌉

Professional strategies for translating high-fidelity design specifications into clean, semantic, and pixel-perfect Jetpack Compose code.

⚡ When to Use

  • UI Handover: Implementing a new screen from Figma/Sketch.
  • Micro-Copy: Translating exact text styles and case formatting.
  • Grid Alignment: Replicating specific spacing and layout grids.
  • Component Building: Creating atoms/molecules from design symbols.
  • Pixel Perfection: Verifying accuracy through developer tools.

🏗️ The 4 Principles of High-Fidelity Translation

  1. Semantic Match: Use MaterialTheme tokens (Primary, BodyLarge) instead of raw hex/pixel values.
  2. Structural Accuracy: Replicate Flexbox (Row, Column) and Constraint systems as intended.
  3. Interaction Fidelity: Add the correct hover, press, and click ripple effects.
  4. Responsive Layouts: Handle how the design should shrink or grow beyond the mock's dimensions.

🛠️ Translation Workflow

1. Spacing & Grids (The 8dp Rule)

  • Rule: Most modern Android designs use an 8dp grid.
  • Use 8.dp, 16.dp, 24.dp, etc.
  • In Compose: Spacer(Modifier.height(16.dp)) or PaddingValues(16.dp).

2. Colors & Typography

  • Don't just copy the 0xFFAABBCC. Check if it's already in the colorScheme.primary or surface.
  • Use the M3 Typography scale (HeadlineLarge, BodyMedium) to match the designer's intent.

3. Shadows & Elevation

  • Designs often have custom "Soft Shadows".
  • Rule: In Android, use Modifier.shadow() with a high elevation for M2, or use MaterialTheme.colorScheme.surfaceColorAtElevation() for modern M3 designs.

🚀 Speeding Up Implementation

  • [ ] Figma Plugins: Use "Relay" or "Copy as Compose" plugins to generate base code.
  • [ ] Lottie/Rive: Export complex animations as JSON or RIV files for pixel-perfect motion.
  • [ ] Vector Assets: Export as SVG or VectorDrawable (AVD) for sharp rendering.

📐 Interaction Best Practices

  • Ripple Effects: Ensure all clickable modifiers have the standard ripple or custom Indication.
  • States: Implement all design states (Enabled, Disabled, Pressed, Hovered).
  • Haptics: Add LocalHapticFeedback for tactile confirmation on success/error.

🧪 Verification & Checklist

  • [ ] The "Overlay" Test: Use a semi-transparent screen capture of the design overlaid on the running app.
  • [ ] Layout Inspector: Verify all margins, paddings, and alignment match the specs.
  • [ ] Dynamic Font Scales: Does the design survive a 200% font size increase?
  • [ ] Localization: Does the layout break with long German or Russian strings?

📜 Key Terms for Designers

  • dp: Density-independent pixels (The standard).
  • sp: Scalable pixels (For text only).
  • Material 3: The framework we use to build.
  • Composable: The UI function we are creating.

🔗 Related Resources

  • [Android Adaptive Layouts](../android-adaptive-layouts/SKILL.md)
  • [Design System (M3) Skill](../android-design-system-m3/SKILL.md)
  • [Accessibility Skill](../android-accessibility/SKILL.md)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.